[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 94/218: acc_ledger_fin : cosmetic : input
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 94/218: acc_ledger_fin : cosmetic : input |
Date: |
Thu, 12 Sep 2019 15:58:47 -0400 (EDT) |
sparkyx pushed a commit to branch entreprise
in repository noalyss.
commit 9748320e2f8940ff6a842715a2b30cbce399a87f
Author: Dany De Bontridder <address@hidden>
Date: Tue Nov 27 08:36:20 2018 +0100
acc_ledger_fin : cosmetic : input
---
include/template/form_ledger_fin.php | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/include/template/form_ledger_fin.php
b/include/template/form_ledger_fin.php
index 8333f8b..7a0d7fd 100644
--- a/include/template/form_ledger_fin.php
+++ b/include/template/form_ledger_fin.php
@@ -7,6 +7,9 @@
</div>
<legend><?php echo $f_legend ?> </legend>
<p>
+
+<?php echo $f_jrn?>
+ <?php echo _('Banque')?><?php echo $f_bank ?>
<?php
$wchdate=new ISelect('chdate');
@@ -17,7 +20,9 @@
$wchdate->selected=(isset($chdate))?$chdate:1;
$wchdate->javascript='onchange="show_fin_chdate(\'chdate\');"';
?>
-<?php echo $wchdate->input();?>
+ <br>
+<?php echo _("Style de date")." ".$wchdate->input();?>
+ <br>
<span id="chdate_ext">
<?php echo _('Date').' '.$f_date ?>
</span>
@@ -30,8 +35,6 @@
</p>
<?php endif;?>
-<?php echo $f_jrn?><br>
- <?php echo _('Banque')?><?php echo $f_bank ?>
<?php echo _("Devise")?>
<span id="ledger_currency">
<?php echo $this->get_currency();?>
- [Noalyss-commit] [noalyss] 76/218: Bug : cannot set group, (continued)
- [Noalyss-commit] [noalyss] 76/218: Bug : cannot set group, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 69/218: Create lib for Tabs, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 77/218: Manage_Table : issue with the type select, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 80/218: Improve debug info, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 88/218: FIN : cosmetic : bug due the currency feature in the input there are 2 supplementary rows for total in EUR and CURRENCY. Those rows don't exist for FIN, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 85/218: Currency : financial ledger can be set to a specific currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 102/218: Version DB 131, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 101/218: Currency : SQL quant_fin is adapted, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 103/218: reverse for quant_fin, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 100/218: Currency : financial use the rate depending of the operation date, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 94/218: acc_ledger_fin : cosmetic : input,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 99/218: Modify quant_fin , we add a column j_id to have a fk to jrnx and operation_currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 108/218: acc_ledger_fin . translation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 111/218: Currency : sales in listing mode, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 106/218: Currency : adapt for bank saldo, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 112/218: currency : sale extended html , csv, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 110/218: Currency : All ledger's listing mode , html , csv and pdf, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 119/218: currency : adapt middle of payment, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 107/218: Currency : export PDF and CSV with currency for printing financial ledger listing(oneline), Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 130/218: typo doc, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 129/218: Esthetic with button "Add accounting", Dany De Bontridder, 2019/09/12