Amélioration libellés et textes explicatifs
This commit is contained in:
parent
8db7ef7d73
commit
0a9e0e577a
6 changed files with 36 additions and 15 deletions
|
|
@ -146,8 +146,13 @@
|
|||
<dd>{{$valeur_residuelle|money_currency_html:false|raw}}</dd>
|
||||
{{/if}}
|
||||
{{if $info_immo.duration != null && $valeur_residuelle > 0}}
|
||||
{{:assign annuite="%f/%d"|math:$solde:$info_immo.duration}}
|
||||
<dt>Annuité estimée</dt>
|
||||
<dd>{{"min(%d, %f/%d)"|math:$valeur_residuelle:$solde:$info_immo.duration|money_currency_html:false|raw}}</dd>
|
||||
<dd>{{"min(%d, %d)"|math:$valeur_residuelle:$annuite|money_currency_html:false|raw}}
|
||||
{{if $annuite <= $valeur_residuelle}}
|
||||
<span class="help"> pour un exercice de 365 jours</span>
|
||||
{{/if}}
|
||||
</dd>
|
||||
{{/if}}
|
||||
</dl>
|
||||
</div>
|
||||
|
|
@ -263,7 +268,14 @@
|
|||
{{/if}}
|
||||
|
||||
{{if $linked_amort == null}}
|
||||
<p class="block alert">Aucun amortissement enregistré pour cette immobilisation ; utilisez le bouton « Enregistrer un amortissement » pour enregistrer un nouvel amortissement</p>
|
||||
<p class="block alert">Aucun amortissement enregistré pour cette
|
||||
immobilisation ; en fin d'exercice vous pouvez enregistrer un
|
||||
nouvel amortissement à l'aide du bouton « Enregistrer un
|
||||
amortissement »</p>
|
||||
{{elseif $_GET.type_immo == "managed"}}
|
||||
<p class="block alert">En fin d'exercice vous pouvez enregistrer
|
||||
un nouvel amortissement à l'aide du bouton « Enregistrer un
|
||||
amortissement »</p>
|
||||
{{/if}}
|
||||
|
||||
{{:form_errors}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue