Limit reports by date

Posts: 10
Joined: 01/22/2008

As the months go by, the database of orders is getting so large that I have trouble running down old orders, customers, etc. It would be great to have a beginning and ending date and find those orders that were made between the dates. It is really hard, when there are hundreds of orders, to sort by a field and then page through untill you find the order.

On the customer reports, it would also be helpful to limit by the first letter of the last name: all customers whose last name begins with "M", or last names between "M" and "P".

Bill

Posts: 5378
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Hmm... you might check /admin/store/orders/search for limiting orders by a date range. Also, do you have a use case for needing to sort the customer report? I know you can easily filter the customer list at /admin/store/customers/search, but it doesn't provide sales info... only links to see a list of a customer's orders.