Result tag in account templates?

Gentlemen :-),

I know it’s possible for a reconciliation template to include result-tags so these variables can be called upon from another reconciliation template/text/… with period.reconciliations.results…

Is this also possible with account templates (and if yes, how)?

I’m asking this question because I’d like to put the depreciation table from all assets linked to a company (like in account template 'gespreid te belasten meerwaarde) to a result tag, so I can call upon these depreciations in another (reconciliation) template …

Thanks!

Hi @Bart_Verhaeghe,

Yes, it is possible to include result-tags from account templates. Instead of the period.reconciliations.[handle].results.[tag] you should use

period.accounts.[account_number].results.[tag]

Good luck!

Kind regards,
Robin

OK Robin, thanks for the info!