FINIFY
1
Hi,
Related to below case:
By chance, I know that this template has been replaced by another reconciliation, so I’d like to know what the new result-tag is?
I want to create a letter where this amount is shown (and depending on the outcome, show a different text).
Thanks.
sven
2
Hi @FINIFY,
If you wish to access the result tags of the template Tax module
of our module Corporate tax, you can use this code:
{{ period.reconciliations.2018_tax_module.results }}
It’ll give you an overview of all result tags used there (think the one you need is called total_tax_due
so:
{{ period.reconciliations.2018_tax_module.results.total_tax_due }}
should give you the one you need.
FINIFY
3
Thanks @sven,
I can complete my letter of Tax now