Hi,
Is it possible to get a report showing orders placed in a particular period (ie Jan 2015- Apr 2015) by Customer??
These orders could be complete or still awaiting delivery
Thanks
Darren
4 comments
-
Jet Reports Historic Posts I mean sales orders Thanks
-
Jet Reports Historic Posts Hi Darren,
Please take a look at the attached report and comment.
Using the table builder I started with the Sales Invoice Header table and linked to the customer table. I selected what fields I wanted and then set a filter on the customer table and on the sales header table. The first filter is for the customer number and the second is for the date of sales. In my example I am going into 2016 as I don't have data until later in this year in the test database. You could also build a very similar report with just the Customer Ledger Entry table.
I hope this helps. If you have questions on creating this kind of report then please post with some additional detail and we can figure it out.
Best.
Jason -
Jet Reports Historic Posts Hi Jason,
Thanks for that
Is there a way of linking the sales orders still outstanding (ie not despatched) to this report?
Thanks
Darren -
Jet Reports Historic Posts Hi Darren,
The Sales Line table holds all items until the time that the final order is shipped. If you wrote the same report against the Sales Line table then you would only return items that haven't been fully shipped. Microsoft talked about the table in the MSDN page here: https://msdn.microsoft.com/en-us/librar … 71%29.aspx
Is this what you were looking for?
Jason T