Overview
Comment:Fix [5c3ae7eab8] bug navigateurs avec valeurs décimales
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | stable
Files: files | file ages | folders
SHA1: 5fb2180a32e8741f0b766ce65e2d089d93501ce3
User & Date: bohwaz on 2013-05-24 09:59:32
Other Links: manifest | tags
References
2013-05-24
10:01 Ticket [5c3ae7eab8] Comptabilité : Modification opération : manque décimales status still Open with 3 other changes artifact: c1553addd0 user: bohwaz
Context
2013-06-08
08:09
Correction bug [edda38ee74], merge dans stable check-in: a148b1e08a user: bohwaz tags: stable
2013-05-24
10:02
Merge corrections branche stable check-in: ff7d019472 user: bohwaz tags: trunk
09:59
Fix [5c3ae7eab8] bug navigateurs avec valeurs décimales check-in: 5fb2180a32 user: bohwaz tags: stable
2013-05-16
05:20
Release 0.5.3 check-in: e4ec6e439b user: bohwaz tags: stable, 0.5.3
Changes

Modified templates/admin/compta/operations/modifier.tpl from [9ed77c42d7] to [f2f6f78212].

12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
        <legend>Informations sur l'opération</legend>
        <dl>
            <dt><label for="f_date">Date</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd><input type="date" name="date" id="f_date" value="{form_field name=date default=$operation.date|date_fr:'Y-m-d'}" size="10" /></dd>
            <dt><label for="f_libelle">Libellé</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd><input type="text" name="libelle" id="f_libelle" value="{form_field name=libelle data=$operation}" /></dd>
            <dt><label for="f_montant">Montant</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd><input type="number" size="5" name="montant" id="f_montant" value="{form_field name=montant data=$operation}" min="0.00" /> {$config.monnaie|escape}</dd>

{if is_null($type)}
            <dt><label for="f_compte_debit">Compte débité</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd>
                {select_compte comptes=$comptes name="compte_debit" data=$operation}
            </dd>
            <dt><label for="f_compte_credit">Compte crédité</label> <b title="(Champ obligatoire)">obligatoire</b></dt>







|







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
        <legend>Informations sur l'opération</legend>
        <dl>
            <dt><label for="f_date">Date</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd><input type="date" name="date" id="f_date" value="{form_field name=date default=$operation.date|date_fr:'Y-m-d'}" size="10" /></dd>
            <dt><label for="f_libelle">Libellé</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd><input type="text" name="libelle" id="f_libelle" value="{form_field name=libelle data=$operation}" /></dd>
            <dt><label for="f_montant">Montant</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd><input type="number" size="5" name="montant" id="f_montant" value="{form_field name=montant data=$operation}" min="0.00" step="0.01" /> {$config.monnaie|escape}</dd>

{if is_null($type)}
            <dt><label for="f_compte_debit">Compte débité</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd>
                {select_compte comptes=$comptes name="compte_debit" data=$operation}
            </dd>
            <dt><label for="f_compte_credit">Compte crédité</label> <b title="(Champ obligatoire)">obligatoire</b></dt>