Overview
Comment:Rename reconcile label
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 92ac40ba35f18d8e4b9b0f548347c2e2ca8e4808
User & Date: bohwaz on 2020-11-05 19:57:54
Other Links: branch diff | manifest | tags
Context
2020-11-05
19:58
Add "block" class to "confirm" messages check-in: c87e58dbc8 user: bohwaz tags: dev, 1.0.0-alpha4
19:57
Rename reconcile label check-in: 92ac40ba35 user: bohwaz tags: dev
19:56
You shouldn't be able to change the chart in that context check-in: a280f852b2 user: bohwaz tags: dev
Changes

Modified src/templates/acc/accounts/index.tpl from [424a5c48d8] to [8fae8e4609].

47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
					</em>
					{/if}
				</td>
				<td class="actions">
					{linkbutton label="Journal" shape="menu" href="acc/accounts/journal.php?id=%d&year=%d"|args:$account.id,$current_year.id}
					{if $session->canAccess('compta', Membres::DROIT_ADMIN)}
						{if $account.type == Entities\Accounting\Account::TYPE_BANK}
							{linkbutton label="Rapprocher" shape="check" href="acc/accounts/reconcile.php?id=%d"|args:$account.id}
						{elseif $account.type == Entities\Accounting\Account::TYPE_OUTSTANDING}
							{linkbutton label="Dépôt en banque" shape="check" href="acc/accounts/deposit.php?id=%d"|args:$account.id}
						{/if}
					{/if}
				</td>
			</tr>
		{/foreach}







|







47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
					</em>
					{/if}
				</td>
				<td class="actions">
					{linkbutton label="Journal" shape="menu" href="acc/accounts/journal.php?id=%d&year=%d"|args:$account.id,$current_year.id}
					{if $session->canAccess('compta', Membres::DROIT_ADMIN)}
						{if $account.type == Entities\Accounting\Account::TYPE_BANK}
							{linkbutton label="Rapprochement" shape="check" href="acc/accounts/reconcile.php?id=%d"|args:$account.id}
						{elseif $account.type == Entities\Accounting\Account::TYPE_OUTSTANDING}
							{linkbutton label="Dépôt en banque" shape="check" href="acc/accounts/deposit.php?id=%d"|args:$account.id}
						{/if}
					{/if}
				</td>
			</tr>
		{/foreach}