Hi,
I'm looking for a way to get the exhausive list of what was delivered over a given period of time for each customer.
Basically I need a table, such as
| effective date | customer | product| Quantity |
Said otherwise, this is a summary of all picking list of all deliveries of the date period (eg. this month),
I managed to get this, but only the first item of each sales is printed.
Any idea?
Thanks