Amélioration présentation
This commit is contained in:
parent
401aac686b
commit
62692ef550
2 changed files with 8 additions and 10 deletions
|
|
@ -104,9 +104,9 @@
|
||||||
{{/select}}
|
{{/select}}
|
||||||
{{/load}}
|
{{/load}}
|
||||||
|
|
||||||
{{if $_GET.type_immo == null || $_GET.type_immo != "amortized"}}
|
{{:assign autres_amortissements=false}}
|
||||||
|
{{if $valeur_residuelle > 0}}
|
||||||
{{* Chercher des amortissements non rattachés à une immo *}}
|
{{* Chercher des amortissements non rattachés à une immo *}}
|
||||||
{{:assign autres_amortissements=false}}
|
|
||||||
{{#select
|
{{#select
|
||||||
line.id as amort_line_id,
|
line.id as amort_line_id,
|
||||||
line.id_transaction AS amort_trans_id
|
line.id_transaction AS amort_trans_id
|
||||||
|
|
@ -267,13 +267,11 @@
|
||||||
<p class="block alert">Aucun amortissement enregistré pour cette immobilisation</p>
|
<p class="block alert">Aucun amortissement enregistré pour cette immobilisation</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{if $_GET.type_immo == null || $_GET.type_immo != "amortized"}}
|
{{if $autres_amortissements}}
|
||||||
{{if $autres_amortissements}}
|
|
||||||
<p class="block alert">
|
<p class="block alert">
|
||||||
Il y a des écritures d'amortissement qui ne sont pas rattachées à une immobilisation ! <br />
|
Il y a des écritures d'amortissement qui ne sont pas rattachées à une immobilisation ! <br />
|
||||||
Utilisez le bouton « Rattacher un amortissement » pour les afficher ; vous pourrez choisir d'en attacher certaines à cette immobilisation.
|
Utilisez le bouton « Rattacher un amortissement » pour les afficher ; vous pourrez choisir d'en attacher certaines à cette immobilisation.
|
||||||
</p>
|
</p>
|
||||||
{{/if}}
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{:form_errors}}
|
{{:form_errors}}
|
||||||
{{:admin_footer}}
|
{{:admin_footer}}
|
||||||
|
|
|
||||||
|
|
@ -158,7 +158,7 @@
|
||||||
<form method="post" action="" data-focus="1">
|
<form method="post" action="" data-focus="1">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<dl>
|
<dl>
|
||||||
{{:input type="money" name="montant" label="Montant" default=$reste help="Montant de l'amortissement"}}
|
{{:input type="money" name="montant" label="Montant" default=$reste required=true help="Montant de l'amortissement"}}
|
||||||
</dl>
|
</dl>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue