Séparation immobilisations achevées
This commit is contained in:
parent
6e06d4f24f
commit
0160fef1c2
5 changed files with 191 additions and 16 deletions
|
|
@ -3,7 +3,14 @@
|
|||
{{:admin_header title="Liste des amortissements" custom_css="./style.css" current="module_amortissement"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
{{:include file="_nav.html" current="index" subcurrent="immobilisation" subsubcurrent="amortization"}}
|
||||
{{if $_GET.fini == null || $_GET.fini == 0}}
|
||||
{{:assign subcurrent="amort"}}
|
||||
{{elseif $_GET.fini == 1}}
|
||||
{{:assign subcurrent="fini"}}
|
||||
{{else}}
|
||||
{{:assign subcurrent="no_amort"}}
|
||||
{{/if}}
|
||||
{{:include file="_nav.html" current="index" subcurrent="%s"|args:$subcurrent subsubcurrent="amortization"}}
|
||||
|
||||
{{if $_GET.ok}}
|
||||
{{if $_GET.msg|match:"attach"}}
|
||||
|
|
@ -224,6 +231,8 @@
|
|||
</section>
|
||||
{{/if}}
|
||||
|
||||
{{if $_GET.fini == null || $_GET.fini != 1}}
|
||||
|
||||
{{* amortissement à exclure *}}
|
||||
{{:include
|
||||
file="_amort_exclus.html"
|
||||
|
|
@ -305,6 +314,6 @@
|
|||
</table>
|
||||
</section>
|
||||
{{/if}}
|
||||
|
||||
{{/if}}
|
||||
{{:form_errors}}
|
||||
{{:admin_footer}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue