[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 73/218: Merge branch 'r700-currency' of gitla
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 73/218: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency |
Date: |
Thu, 12 Sep 2019 15:58:43 -0400 (EDT) |
sparkyx pushed a commit to branch entreprise
in repository noalyss.
commit b129fc7ec32bd0d0ed0dfb7be955cf0bbe306906
Merge: 48a4700 e93017c
Author: Dany De Bontridder <address@hidden>
Date: Sun Sep 16 17:10:19 2018 +0200
Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into
r700-currency
doc/manuel-fr.odt | Bin 298808 -> 298418 bytes
doc/manuel-fr.pdf | Bin 696379 -> 662109 bytes
html/do.php | 2 +-
html/fid.php | 9 +-
html/index.php | 2 +-
html/install.php | 2 +-
html/lang/en_US/LC_MESSAGES/messages.po | 437 ++++++++++++++++---
html/lang/messages.po | 427 +++++++++++++++---
html/lang/nl_NL/LC_MESSAGES/messages.po | 480 +++++++++++++++++----
html/popup.php | 20 +-
html/recherche.php | 7 +-
html/style-classic.css | 1 +
html/style-classic7.css | 2 +-
html/style-light.css | 2 +-
include/action.common.inc.php | 10 +-
include/ajax/ajax_anc_detail_operation.php | 2 +-
include/ajax/ajax_history.php | 9 +-
include/ajax/ajax_todo_list.php | 6 +-
include/anc_od.inc.php | 6 +-
include/category_card.inc.php | 4 +-
include/cfgledger.inc.php | 18 +-
include/class/acc_account.class.php | 3 +-
include/class/acc_bilan.class.php | 5 +
include/class/acc_ledger.class.php | 1 +
include/class/acc_ledger_history.class.php | 7 +-
.../class/acc_ledger_history_financial.class.php | 7 +-
.../class/acc_ledger_history_purchase.class.php | 11 +-
include/class/acc_ledger_history_sale.class.php | 11 +-
include/class/acc_ledger_purchase.class.php | 2 +-
include/class/acc_ledger_search.class.php | 104 ++---
include/class/anc_acc_list.class.php | 15 +-
include/class/anc_operation.class.php | 22 +-
include/class/document.class.php | 7 +-
include/class/fiche.class.php | 4 +-
include/class/lettering.class.php | 62 ++-
include/class/package_repository.class.php | 24 +-
include/class/print_ledger.class.php | 10 +-
include/class/print_ledger_misc.class.php | 14 +-
include/export/export_fiche_balance_csv.php | 21 +-
include/export/export_ledger_csv.php | 172 ++++----
include/extension_get.inc.php | 1 -
include/fiche.inc.php | 10 +-
include/history_operation.inc.php | 27 +-
include/lib/html_input.class.php | 3 +-
include/lib/html_tab.class.php | 105 +++++
include/lib/http_input.class.php | 6 +-
include/lib/noalyss_csv.class.php | 6 +-
include/lib/output_html_tab.class.php | 135 ++++++
include/lib/select_box.class.php | 12 +-
include/sql/patch/upgrade128.sql | 164 +++----
include/sql/patch/upgrade129.sql | 162 ++++---
.../acc_ledger_history_financial_oneline.php | 8 +
.../acc_ledger_history_purchase_detail.php | 4 +-
.../acc_ledger_history_purchase_extended.php | 4 +-
.../acc_ledger_history_purchase_oneline.php | 4 +-
.../template/acc_ledger_history_sale_detail.php | 4 +-
.../template/acc_ledger_history_sale_extended.php | 4 +-
.../template/acc_ledger_history_sale_oneline.php | 4 +-
include/template/param_jrn.php | 4 +-
include/upgrade-core.php | 12 +
include/upgrade-plugin.php | 12 +
include/upgrade-template.php | 12 +
scenario/html_tab.test.php | 75 ++++
sql/upgrade.sql | 78 +---
64 files changed, 2123 insertions(+), 681 deletions(-)
- [Noalyss-commit] [noalyss] 47/218: typo, (continued)
- [Noalyss-commit] [noalyss] 47/218: typo, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 51/218: New version of libreoffice use the numeric in another way, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 53/218: Missing class : missing class for acc_ledger, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 48/218: Task #448 : add currency to card -> history + export CSV, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 65/218: Merge branch 'master' into r700-currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 70/218: Merge tag 'rel7008' into r700-currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 71/218: Check for date and number : isdate and isnumeric, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 87/218: translate, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 82/218: adapt to 7.2 , error with count, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 96/218: Merge branch 'master' into r700-currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 73/218: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 74/218: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency, Dany De Bontridder, 2019/09/12
- [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