Overview
Comment:Fix comparison for projects
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 39d89740ccc9ccf8fd9ea18da8c76fb8c157015fd33f0672eb89f1c02e3092a1
User & Date: bohwaz on 2022-03-10 17:54:06
Other Links: manifest | tags
Context
2022-03-11
00:32
Fix volunteering statement not showing check-in: d016368bca user: bohwaz tags: trunk, stable
2022-03-10
19:37
Merge trunk changes check-in: e72b734527 user: bohwaz tags: dev
17:54
Fix comparison for projects check-in: 39d89740cc user: bohwaz tags: trunk, stable
15:37
Fix negative cash account alerts check-in: 8d62be76d2 user: bohwaz tags: trunk, stable
Changes

Modified src/templates/acc/reports/_header.tpl from [b7e786c6bf] to [b79c96ff09].

23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
		<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}

	{if !empty($allow_compare) && !empty($other_years)}
	<form method="get" action="" class="noprint">
		<fieldset>
			<legend>Comparer avec un autre exercice</legend>
			<p>
				{input type="select" name="compare_year" options=$other_years default=$criterias.compare_year}
				{button type="submit" label="Comparer" shape="right"}
			</p>







|







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
		<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}

	{if !empty($allow_compare) && !empty($other_years) && empty($criterias['analytical'])}
	<form method="get" action="" class="noprint">
		<fieldset>
			<legend>Comparer avec un autre exercice</legend>
			<p>
				{input type="select" name="compare_year" options=$other_years default=$criterias.compare_year}
				{button type="submit" label="Comparer" shape="right"}
			</p>