This commit is contained in:
Sander Dorigo
2025-06-11 13:29:36 +02:00
parent 49e5a81bd3
commit 32a8f89875

View File

@@ -74,6 +74,12 @@
<a href="#" class="date-select" data-start="{{ data.fiscal_start }}" data-end="{{ data.fiscal_end }}">{{ year }}
({{ 'fiscal_year'|_|lower }})</a>
{% endif %}
{% if customFiscalYear == 0 %}
(<a href="#" class="date-select" data-start="{{ year }}-01-01" data-end="{{ year }}-03-31">Q1</a>,
<a href="#" class="date-select" data-start="{{ year }}-04-01" data-end="{{ year }}-06-30">Q2</a>,
<a href="#" class="date-select" data-start="{{ year }}-07-01" data-end="{{ year }}-09-30">Q3</a>,
<a href="#" class="date-select" data-start="{{ year }}-10-01" data-end="{{ year }}-12-31">Q4</a>)
{% endif %}
<ul class="list-inline">
{% for month in data.months %}
<li>