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?
Regards
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?
Regards
Oliver Dempsey