Overview
Comment:Remove list of unchanged transactions to make the page lighter
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 5242346e4e4b295a79f30ceeb785f2bd4bf4f700cca4dcc37fbc022a03ef884a
User & Date: bohwaz on 2022-11-21 16:38:00
Other Links: manifest | tags
Context
2022-11-29
13:43
Change first setup to allow for choosing a different accounting chart check-in: 8e80c50411 user: bohwaz tags: trunk, stable
2022-11-21
16:38
Remove list of unchanged transactions to make the page lighter check-in: 5242346e4e user: bohwaz tags: trunk, stable
2022-11-20
05:14
Add ability to verify invalid addresses after a while check-in: e6c1b60865 user: bohwaz tags: trunk, stable
Changes

Modified src/templates/acc/years/import.tpl from [2aedce24b9] to [e143c934c5].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
		</summary>
		<p class="help">Les écritures suivantes mentionnées dans le fichier seront modifiées.</p>
		{include file="acc/reports/_journal.tpl" journal=$report.modified}
	</details>
	{/if}

	{if $report.unchanged_count}
	<details>
		<summary>
			<h2>{{%n écriture ne sera pas affectée}{%n écritures ne seront pas affectées} n=$report.unchanged_count}</h2>
		</summary>
		<p class="help">Les écritures suivantes mentionnées dans le fichier ne seront pas modifiées.</p>
		{include file="acc/reports/_journal.tpl" journal=$report.unchanged}
	</details>
	{/if}

	{if !$report.modified_count && !$report.created_count}
	<p class="error block">
		Aucune modification ne serait apportée par ce fichier à importer. Il n'est donc pas possible de terminer l'import.
	</p>
	{else}







<
<
<
<
|
|
|







41
42
43
44
45
46
47




48
49
50
51
52
53
54
55
56
57
		</summary>
		<p class="help">Les écritures suivantes mentionnées dans le fichier seront modifiées.</p>
		{include file="acc/reports/_journal.tpl" journal=$report.modified}
	</details>
	{/if}

	{if $report.unchanged_count}




	<p class="help">
		<strong>{{%n écriture ne sera pas affectée.}{%n écritures ne seront pas affectées.} n=$report.unchanged_count}</strong>
	</div>
	{/if}

	{if !$report.modified_count && !$report.created_count}
	<p class="error block">
		Aucune modification ne serait apportée par ce fichier à importer. Il n'est donc pas possible de terminer l'import.
	</p>
	{else}