Overview
Comment:Add year label to reports title
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 92074c0b13184709615aaa0331e17b5e1fae83116e50456a1451b2dd230bf980
User & Date: bohwaz on 2021-07-16 16:23:15
Other Links: manifest | tags
References
2021-07-16
16:23 Ticket [72e0a49454] Avoir le nom de l'exercice dans les pages "Exercices et rapports" status still Open with 5 other changes artifact: 46b947e4ae user: bohwaz
Context
2021-07-16
17:16
Fix search sync with files check-in: 4b346293f7 user: bohwaz tags: trunk, stable, 1.1.10
16:23
Add year label to reports title check-in: 92074c0b13 user: bohwaz tags: trunk, stable
2021-06-29
01:51
Fix migration from 0.9.8 when service duration was zero instead of NULL, and when some services were not added back check-in: a22b11d69c user: bohwaz tags: trunk, stable
Changes

Modified src/templates/acc/reports/_header.tpl from [8e4c7a5fd3] to [dae68a822f].

15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
	</nav>

	<h2>{$config.nom_asso} — {$title}</h2>
	{if isset($analytical)}
		<h3>Projet&nbsp;: {$analytical.label}</h3>
	{/if}
	{if isset($year)}
		<p>Exercice comptable {if $year.closed}clôturé{else}en cours{/if} du
			{$year.start_date|date_short} au {$year.end_date|date_short}, généré le {$close_date|date_short}</p>
	{/if}

	<p class="noprint print-btn">
		<button onclick="window.print(); return false;" class="icn-btn" data-icon="⎙">Imprimer</button>
	</p>
</div>







|
|






15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
	</nav>

	<h2>{$config.nom_asso} — {$title}</h2>
	{if isset($analytical)}
		<h3>Projet&nbsp;: {$analytical.label}</h3>
	{/if}
	{if isset($year)}
		<p>Exercice&nbsp;: {$year.label} ({if $year.closed}clôturé{else}en cours{/if}, du
			{$year.start_date|date_short} au {$year.end_date|date_short}, généré le {$close_date|date_short})</p>
	{/if}

	<p class="noprint print-btn">
		<button onclick="window.print(); return false;" class="icn-btn" data-icon="⎙">Imprimer</button>
	</p>
</div>