Tagged Questions
1
vote
0answers
363 views
Prestashop: How to display product discount on invoice
I want product and group discounts to show on my invoice. I have modified my invoice to look like below:
reference | Description | Quantity | Unit Price | Discount | Total |
So I need to show ...
1
vote
3answers
554 views
Invoicing database design
I created an application few days ago that deals with invoicing. I would like to know how to best integrate a discount to my invoices. Should I put it as a negative item (in the invoice_items table) ...