Overview
Comment:Fix ability to change current year from simple tracking
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: 9dd7fe3ea87be5f6008156ce55bb71b1e1ddbc31
User & Date: bohwaz on 2020-12-07 19:45:58
Other Links: manifest | tags
Context
2020-12-07
20:03
Improve handheld UI check-in: 89ebfbe17b user: bohwaz tags: trunk, stable, 1.0.0-rc9
19:45
Fix ability to change current year from simple tracking check-in: 9dd7fe3ea8 user: bohwaz tags: trunk, stable
19:43
Add accounting search in more places, with more useful default queries check-in: b5cff0c2a6 user: bohwaz tags: trunk, stable
Changes

Modified src/templates/acc/accounts/simple.tpl from [39a74f4abd] to [55f085e703].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{include file="admin/_head.tpl" title="Suivi : %s"|args:$types[$type] current="acc/simple"}

{if empty($year)}
	{include file="acc/_year_select.tpl"}
{else}
	<nav class="acc-year">
		<h4>Exercice sélectionné&nbsp;:</h4>
		<h3>{$year.label} — {$year.start_date|date_short} au {$year.end_date|date_short}</h3>
	</nav>
{/if}

<nav class="tabs">
	<aside>
	{if $session->canAccess('compta', Membres::DROIT_ADMIN)}
		{linkbutton href="?type=%d&export=csv"|args:$type label="Export CSV" shape="export"}
		{linkbutton href="?type=%d&export=ods"|args:$type label="Export tableur" shape="export"}
	{/if}


<

<
<
<
<
<
<







1
2

3






4
5
6
7
8
9
10
{include file="admin/_head.tpl" title="Suivi : %s"|args:$types[$type] current="acc/simple"}


	{include file="acc/_year_select.tpl"}







<nav class="tabs">
	<aside>
	{if $session->canAccess('compta', Membres::DROIT_ADMIN)}
		{linkbutton href="?type=%d&export=csv"|args:$type label="Export CSV" shape="export"}
		{linkbutton href="?type=%d&export=ods"|args:$type label="Export tableur" shape="export"}
	{/if}