Following the TY20 update of the tax module the naming of some results have indeed changed, however, you should be able to receive the same amount by calling period.reconciliations.2018_tax_module.results.total_tax_due .
You can always check how results are named by looking at the debug pane inside a template
To access the debug pane you can add ?debug=1 on the end of the url.
For example
when I have the tax module opened I add ?debug=1 on the end of the url
And then on the bottom of the page you’ll have the debug pane opened with a section ‘named results’ where you can find all the results you can access in that template.
You can now access this result in the template ‘Separate/additional assessments’ (Aanvullende/afzonderlijke aanslagen).
You can also find the handle of the template (2018_assessment_and_taxcredit) under the ‘Template info’ section of the debug pane.
So to get this amount, you can call period.reconciliations.2018_assessment_and_taxcredit.results.bel_liq_res.
If you want to target more detailed amounts for the liquidationreserve all the amounts completed in the form 275 A can also be called with results.
Most result names should indeed be in English now, but I would recommend to always use the debug pane to find the results you want to target.
When I type “?debug=1” at the end of the url of a template, my browser doesn’t show anything more. Not in Chrome and not in IE.
I can show a developper tool in Chrome and also in IE through the menu, but still then I don’t see the section ‘named results’
Can you give me more info about this?
Sometimes you’ll have a #with_some_text on the end of your url, you need to remove this part before adding ?debug=1 on the end of the url.
For example
If you have the url https://live.getsilverfin.com/f/6056/977955/ledgers/9911367/workflows/1059121/reconciliation_texts/24199048#additional_checks
you need to remove the #additional_checks part before adding ?debug=1 ; so in order to make the debug pane appear on the bottom of the page, the url must be: https://live.getsilverfin.com/f/6056/977955/ledgers/9911367/workflows/1059121/reconciliation_texts/24199048?debug=1