Dear,
Since an update this year, the end of a fiscal year in Silverfin can fall on any day of a month, so it is not necessarily the last day of the month, which I personally find an improvement.
However, I run into a problem in the explanations where I want the user to fill in an amount per VAT period.
This is the code I use:
{% for month in period.month_end_dates %}
{{ month | date:"%m/%Y" }}{% endfor %}
We have thet following fiscal years for this client:
This is the result I get:
Please tell me how I can show all 12 VAT periods without changing the end date of my fiscal year.
Thanks in advance,
Frederic