[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 46/218: Merge branch 'r700-currency' of ssh:/
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 46/218: Merge branch 'r700-currency' of ssh://ns3git/srv/git/noalyss into r700-currency |
Date: |
Thu, 12 Sep 2019 15:58:38 -0400 (EDT) |
sparkyx pushed a commit to branch entreprise
in repository noalyss.
commit 48a4700a8fae4658a0606925504fcddcd3601063
Merge: 531df93 f8db1e5
Author: Dany De Bontridder <address@hidden>
Date: Wed May 23 15:59:27 2018 +0200
Merge branch 'r700-currency' of ssh://ns3git/srv/git/noalyss into
r700-currency
html/ajax_misc.php | 54 ++++++
html/js/acc_currency.js | 89 +++++++++
html/js/acc_ledger.js | 4 +-
html/js/card.js | 2 -
include/acc_currency_cfg.inc.php | 5 +-
include/ajax/ajax_anc_key_compute.php | 3 +-
include/ajax/ajax_currency.php | 1 +
include/class/acc_account_ledger.class.php | 38 ++--
include/class/acc_compute.class.php | 23 ++-
include/class/acc_currency.class.php | 138 ++++++++++++++
include/class/acc_ledger.class.php | 23 ++-
include/class/acc_ledger_purchase.class.php | 189 ++++++++++++++----
include/class/acc_ledger_sold.class.php | 211 +++++++++++++++++----
include/class/acc_operation.class.php | 33 +++-
include/class/anc_operation.class.php | 41 +++-
include/class/currency_mtable.class.php | 28 ++-
include/class/fiche.class.php | 30 ++-
include/compta_ach.inc.php | 2 +-
include/compta_ven.inc.php | 2 +-
include/constant.php | 2 +-
include/database/operation_currency_sql.class.php | 67 +++++++
.../database/v_currency_last_value_sql.class.php | 12 ++
include/export/export_fiche_detail_csv.php | 7 +
include/export/export_poste_detail_csv.php | 9 +
include/lib/icon_action.class.php | 36 ++++
include/lib/inum.class.php | 37 ++++
.../sql/patch/upgrade128.sql | 41 +++-
include/sql/patch/upgrade129.sql | 59 ++++++
include/template/form_ledger_detail.php | 49 ++++-
include/template/ledger_detail_ach.php | 54 ++++--
include/template/ledger_detail_bottom.php | 2 +-
include/template/ledger_detail_ven.php | 55 +++++-
sql/upgrade.sql | 126 ++++++------
33 files changed, 1248 insertions(+), 224 deletions(-)
- [Noalyss-commit] [noalyss] 34/218: Task #448 : Currency : purchase, fix bug for autoreverse VAT, (continued)
- [Noalyss-commit] [noalyss] 34/218: Task #448 : Currency : purchase, fix bug for autoreverse VAT, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 40/218: Fix bug quant_purchase , private fee not saved, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 45/218: Fix todo_list : if list empty , gets an error in php 7.2, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 49/218: Update documentation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 54/218: Bug 1600 : alphanumeric accounting must be case insensitive, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 59/218: Security fix : f_id is a number, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 67/218: Documentation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 62/218: translation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 61/218: Task #1619 : CFGLED change label for "Donner ici la fiche du compte en banque", Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 58/218: Fix : security fixes see rapport exakat (Damien Seguy), Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 46/218: Merge branch 'r700-currency' of ssh://ns3git/srv/git/noalyss into r700-currency,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 26/218: Task #448 : rounded problem add debug info, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 16/218: Currency : insert operation with currency in VEN and ACH, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 33/218: Task #448 : correct bug if VAT Rate = 0 , amount was reset, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 39/218: integrate fix for bug in insert_quant_purchase which cannot save private fee, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 41/218: Fix bug quant_purchase , private fee not saved, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 66/218: Remove the default "<div class=content>" which lead to cosmetic bug in the plugins, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 84/218: Style.css Ajout de nowrap, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 91/218: PHP 7.2 : fix incomptability, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 68/218: Documentation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 43/218: Missing ob_start, Dany De Bontridder, 2019/09/12