noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 145/173: Merge branch 'entreprise' into next-


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 145/173: Merge branch 'entreprise' into next-release-8
Date: Mon, 22 Mar 2021 12:59:15 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit feac9b1039088c73e2edc1e5db5d1cbe98ca9102
Merge: aa78d59 75b4e1e
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Wed Apr 15 17:33:40 2020 +0200

    Merge branch 'entreprise' into next-release-8

 html/ajax_misc.php                                 |  71 ++++-
 html/do.php                                        |   2 -
 html/fid_card.php                                  |   2 +
 html/index.css                                     |   1 +
 html/js/acc_currency.js                            | 206 +++++++++++++
 html/js/acc_ledger.js                              |  16 +-
 html/js/card.js                                    |   2 -
 html/js/compute_direct.js                          |  10 +
 html/js/infobulle.js                               |   2 +-
 html/js/scripts.js                                 |  18 ++
 html/style-classic7.css                            |   4 +
 include/acc_currency_cfg.inc.php                   |  47 +++
 include/ajax/ajax_anc_key_compute.php              |   1 -
 include/ajax/ajax_bank_saldo.php                   |  75 +++--
 include/ajax/ajax_currency.php                     | 136 +++++++++
 include/class/acc_account_ledger.class.php         |  81 +++--
 include/class/acc_compute.class.php                |  23 +-
 include/class/acc_currency.class.php               | 156 ++++++++++
 include/class/acc_ledger.class.php                 | 290 ++++++++++++++++--
 include/class/acc_ledger_fin.class.php             | 179 ++++++++---
 .../class/acc_ledger_history_financial.class.php   |  10 +-
 include/class/acc_ledger_history_generic.class.php |  39 ++-
 .../class/acc_ledger_history_purchase.class.php    |  36 ++-
 include/class/acc_ledger_history_sale.class.php    |  43 ++-
 include/class/acc_ledger_purchase.class.php        | 235 ++++++++++++---
 include/class/acc_ledger_sold.class.php            | 256 +++++++++++++---
 include/class/acc_operation.class.php              |  33 +-
 include/class/anc_operation.class.php              |  41 ++-
 include/class/currency_mtable.class.php            | 333 +++++++++++++++++++++
 include/class/fiche.class.php                      | 181 ++++++++---
 include/class/lettering.class.php                  |  62 +++-
 include/class/noalyss_parameter_folder.class.php   |   6 +
 include/class/prepared_query.class.php             |  25 +-
 include/class/print_ledger_fin.class.php           |  35 ++-
 include/class/print_ledger_misc.class.php          |   9 +-
 include/class/print_ledger_simple.class.php        |   2 +-
 include/class/tax_summary.class.php                |   4 +-
 include/company.inc.php                            |  38 ++-
 include/compta_fin.inc.php                         |  26 +-
 include/compta_fin_saldo.inc.php                   |  27 +-
 include/constant.php                               |   5 +-
 include/database/currency_history_sql.class.php    |  65 ++++
 include/database/currency_sql.class.php            |  63 ++++
 include/database/jrn_def_sql.class.php             |   6 +-
 include/database/operation_currency_sql.class.php  |  67 +++++
 .../database/v_currency_last_value_sql.class.php   | 159 ++++++++++
 include/export/export_fiche_balance_csv.php        |  17 +-
 include/export/export_fiche_detail_csv.php         |  15 +
 include/export/export_ledger_csv.php               |  18 +-
 include/export/export_poste_detail_csv.php         |  16 +
 include/extension_get.inc.php                      |   1 -
 include/fiche.inc.php                              |  10 +-
 include/lib/function_javascript.php                |   2 +-
 include/lib/html_input.class.php                   |   1 +
 include/lib/inum.class.php                         |  37 +++
 include/lib/manage_table_sql.class.php             |  39 ++-
 include/operation_ods_confirm.inc.php              |   2 +-
 include/operation_ods_new.inc.php                  |  22 +-
 include/sql/patch/upgrade131.sql                   |   4 +-
 include/tax_summary.inc.php                        |   9 +-
 .../acc_ledger_history_financial_oneline.php       |  18 +-
 .../acc_ledger_history_purchase_extended.php       |  13 +-
 .../acc_ledger_history_purchase_oneline.php        |  17 +-
 .../template/acc_ledger_history_sale_extended.php  |  13 +-
 .../template/acc_ledger_history_sale_oneline.php   |  14 +-
 include/template/currency_mtable_input.php         | 117 ++++++++
 include/template/currency_mtable_input_new.php     |  77 +++++
 include/template/form_ledger_detail.php            |  49 ++-
 include/template/form_ledger_fin.php               |  81 ++++-
 include/template/ledger_detail_ach.php             |  56 +++-
 include/template/ledger_detail_bottom.php          |   2 +-
 include/template/ledger_detail_fin.php             |  13 +
 include/template/ledger_detail_misc.php            |  26 +-
 include/template/ledger_detail_ven.php             |  56 +++-
 include/template/param_jrn.php                     |  21 +-
 scenario/test_currency_mtable.php                  |  90 ++++++
 sql/upgrade.sql                                    |  13 +
 77 files changed, 3568 insertions(+), 429 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]