Hi,
We’re developing a new report in order to control sales by date. The report is based in a legal requirement in Spain which must calculate total invoices bigger than 3000 euros for customer / year and show them by quarter. Should be like this:
Customer invoices are bigger than 3000 --> then --> show total and quantity by quarter
So, in order to be more flexible and universal, we’re adapting the report to have more features, like choosing the dates and quantities, so should be like this:
Min Quantity
Max Quantity
Date From
Date To
And the report should show quantities invoiced in that period, with totals and by quarters (Jan-March, Apr-Jun, …)
We’ll be adding it to the github repository during next week.
Any feedback meantime will be welcome.