We would like to add to the reconcilitation template ‘Liquide middelen’ that if none of the 55-accounts is <0, the template is shown as reconciled (no manual input needed).
{% ic %}
{% if #55 < 0 %}
{::warningtext}
Negatieve banksaldi individueel overboeken naar rubriek 43!
{:/warningtext}
{% endif %}
{% endic %}
you could look at the end-value of each account, and take a value other than zero to a register if the account value is less than zero. That register can then be used in a unreconciled-tag, like this:
That’s my code used for a simple example to you Are you sure that is enough?
Anyway, if you would use my code, then you need to set the type of reconciliation into this:
Because that would put the template automatically on green. If you don’t have this setting, you probably configured it that data needs to be inputted first before reconciling, no?