Tagged Questions
0
votes
1answer
2k views
Invoice database design
The invoice database design, might look something like this...
http://www.databaseanswers.org/data_models/invoices_and_payments/index.htm
Now If the user decides to change/revise the product ...
2
votes
3answers
684 views
Implementing a sales tax strategy for Invoices
Here in South Africa we have Value Added Tax (VAT) which is pretty much identical to Sales Tax and is currently fixed at 14%, but could change at any time.
I need to include VAT on invoices (which ...
1
vote
4answers
1k views
Generating Invoices
I need to generate invoices in large batch which will be transformed to EDI and transported to our HQ. There is an order table with all the orders coming in. At some point in the day I have to grab a ...