oliverdempsey
Technical User
Hi there,
I am developing an accounts package based on the Northwind template and I want to add a facility for printing statements at the end of each month.
I am wondering what is the conventional approach to this type of project.
Receipts,
create a new table for receipts?
Credit notes,
Create a table for credit notes or put them in as negative entries in the order details table?
Statements,
How would I create a query to list all transactions for each customer from two or three tables ('order details', 'credit notes' and 'receipts') or is this possible?
Have a look at to see screenshots of what I have done so far. You will notice at No. 5 where I tried to create a query with the orders and receipts tables, but with no success.
Have a look and see if you can solve my problem
Thanks in advance
Oliver Dempsey
I am developing an accounts package based on the Northwind template and I want to add a facility for printing statements at the end of each month.
I am wondering what is the conventional approach to this type of project.
Receipts,
create a new table for receipts?
Credit notes,
Create a table for credit notes or put them in as negative entries in the order details table?
Statements,
How would I create a query to list all transactions for each customer from two or three tables ('order details', 'credit notes' and 'receipts') or is this possible?
Have a look at to see screenshots of what I have done so far. You will notice at No. 5 where I tried to create a query with the orders and receipts tables, but with no success.
Have a look and see if you can solve my problem
Thanks in advance
Oliver Dempsey