View Single Post
  #12  
Old 04-08-2009, 07:00 AM
 
retrtrtrytrutru retrtrtrytrutru is offline
 

Senior Member
  
Join Date: Aug 2007
Posts: 101
 

Default Re: Improved Invoice Layout

Hi jaydee, I found this thread while searching for a way to change how taxes are displayed on our invoices. We supply to companies as well as consumers so sometimes we have to invoice with taxes applied and sometime the invoice is tax exempt. I'm looking for a way to display the invoices like this example:

Code:
PRODUCT PRICE QTY AMOUNT ------------------------------------------------------ abcdef 100,00 1 100,00 ghijkl 150,00 2 300,00 -------- SUBTOTAL: 400,00 SHIPPING COSTS: 5,00 VAT 19%: 76,95 -------- TOTAL: 481,95

And for tax exempt invoices:

Code:
PRODUCT PRICE QTY AMOUNT ------------------------------------------------------ abcdef 100,00 1 100,00 ghijkl 150,00 2 300,00 -------- SUBTOTAL: 400,00 SHIPPING COSTS: 5,00 -------- TOTAL: 405,00 Note: This order is tax exempt
Any idea if you can accomplish this? I already applied your layout to test but then our taxes are displayed like:

Code:
Subtotal: 593,81 Shipping cost: 0,00 Total: 593,81 including VAT 19,0%: 94,81

Thanks in advance for any info
__________________
www.qualitylamps.eu
X-Cart Gold 4.1.8, PHP 5.2.6, MySQL 5.0.51a, Apache 2.2.9

www.vervangjelamp.nl
X-Cart Gold 4.2.0, PHP 5.2.6, MySQL 5.0.37-standard, Apache/2

Sorry for the weird user name, I registered it by mistake
Reply With Quote