Template Variables: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 480: | Line 480: | ||
[UPSELLTABLENOREFUND] - table with all upsell items except refundable items | [UPSELLTABLENOREFUND] - table with all upsell items except refundable items | ||
== Invoice Table == | |||
You have the option to create a custom invoice table. Available content variables are: | |||
AMO - shows the net value (price x quantity) | |||
CON - currency conversion. Example: CONEURUSD will convert the first currency (Euros) to the second currency (USD) | |||
CUA - currency symbol showing after the numbers. Example: CUA€ will show € after the figures | |||
CUB - currency symbol showing before the numbers. Example: CUB€ will show € before the figures | |||
DEC - Decimal points. Example: DEC, will show a comma as decimal point. If nothing is set the system will use the default for the language | |||
GRT - Grand Total | |||
INV - invoicee add the invoicee number at the end. Example: INV20 to show invoicee number 20 | |||
LAN - language. Example LANDE will force the language to German | |||
MUL - multiplier. Example: MUL1.2 will multiply all prices by 1.2 | |||
DAT - adds a date column | |||
PAY - shows payments | |||
PRI - shows prices | |||
QTY - shows quantity | |||
THO - thousands separator. THO. will show a dot as thousand separator. If nothing is set the system will use the default for the language | |||
TOT - shows total amounts | |||
VAA - shows VAT amounts | |||
VAP - shows VAT percents | |||
VAT - VAT summary | |||
Connect the variables with an underscore. | |||
Example: | |||
[INVOICE:PRI_QTY_CUA€] will create an invoice table with price and quantity in Euros. | |||
'''Template Variables for invoice tables with predefined content:''' | |||
[INVOICETABLE] - invoice table | [INVOICETABLE] - invoice table | ||