I'm building a receipt/invoice database - I've started with the invoice first, then the receipt.
I have invoice = parents and sons + receipt = parents and sons tables + a customer table.
I want to issue 1 receipt with 12 payments (1 check for each month of the year) and then, everytime a check comes to delivery, the invoice is printed out with the receipt number.
What would be the relation between the receipt/invoice tables and how do I make the relevant receipt number for each invoice please?
Thanks.
I have invoice = parents and sons + receipt = parents and sons tables + a customer table.
I want to issue 1 receipt with 12 payments (1 check for each month of the year) and then, everytime a check comes to delivery, the invoice is printed out with the receipt number.
What would be the relation between the receipt/invoice tables and how do I make the relevant receipt number for each invoice please?
Thanks.
Comment