Variable for Tax Value

Hi,

is there a value for the Tax fro the subtotals? With $subtotalsBalance I can get the Total price, but how to get only the Taxamount?

And is there a complete list of all variable that can be used in the design part (not only these ones, that could be found with the help button)

Thanks

It isn’t available. You can see the full list in the source code:

https://github.com/invoiceninja/invoiceninja/blob/master/resources/assets/js/pdf.pdfmake.js#L255

Hi,

i found the solution. With $invoice.tax_amount1 you can individually insert the tax amount. So not all possible variables could be seen in the pdf.pdfmake.js.

Thanks

Nice, glad to hear it!