This question has been flagged
2538 Views

I would like to add discount ammount to my invoice template not in percents but in real ammount

example: item value 100$, discout 10%, discount is 10$

for tax total code is: [[ formatLang(o.amount_tax, digits=get_digits(dp='Account')) ]] [[ o.currency_id.symbol ]]

Avatar
Discard