Overview
Comment:Fix last transactions table
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable | 1.2.2
Files: files | file ages | folders
SHA3-256: 7ac71389a290b9df41091244ef8336f48ebb73e8198851da11c69e867439ef38
User & Date: bohwaz on 2022-11-09 18:03:07
Other Links: manifest | tags
Context
2022-11-09
18:20
Fix numbers in list of services check-in: fe5ca275f0 user: bohwaz tags: trunk, stable, 1.2.2
18:03
Fix last transactions table check-in: 7ac71389a2 user: bohwaz tags: trunk, stable, 1.2.2
17:06
Try to find a valid code check-in: 8c851bb35e user: bohwaz tags: trunk, stable, 1.2.2
Changes

Modified src/templates/acc/index.tpl from [3f08775f26] to [4f08d30537].

63
64
65
66
67
68
69

70
71
72
73
74
75
76
			{/foreach}
				<td></td>
			</tr>
		</thead>
		<tbody>
			{foreach from=$list->iterate() item="line"}
			<tr>

				<td class="num"><a href="{$admin_url}acc/transactions/details.php?id={$line.id}">#{$line.id}</a></td>
				<td>{$line.date|date_short}</td>
				<td class="money">{$line.change|abs|raw|money}</td>
				<td>{$line.reference}</td>
				<th>{$line.label}</th>
				<td>{$line.line_reference}</td>
				<td class="num">{foreach from=$line.projects item="code" key="id"}<a href="{$admin_url}acc/reports/statement.php?project={$id}">{$code}</a> {/foreach}</td>







>







63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
			{/foreach}
				<td></td>
			</tr>
		</thead>
		<tbody>
			{foreach from=$list->iterate() item="line"}
			<tr>
				<td>{$line.type_label}</td>
				<td class="num"><a href="{$admin_url}acc/transactions/details.php?id={$line.id}">#{$line.id}</a></td>
				<td>{$line.date|date_short}</td>
				<td class="money">{$line.change|abs|raw|money}</td>
				<td>{$line.reference}</td>
				<th>{$line.label}</th>
				<td>{$line.line_reference}</td>
				<td class="num">{foreach from=$line.projects item="code" key="id"}<a href="{$admin_url}acc/reports/statement.php?project={$id}">{$code}</a> {/foreach}</td>