noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch devel updated (fa87a94d5 -> 98390d4d4)


From: dwm
Subject: [Noalyss-commit] [noalyss] branch devel updated (fa87a94d5 -> 98390d4d4)
Date: Sun, 10 Dec 2023 03:22:40 -0500 (EST)

sparkyx pushed a change to branch devel
in repository noalyss.

    from fa87a94d5 Merge branch 'rel9109-problem-num-poste' into devel
     add 7e6a9954b Protect Qcode in fiche_detail
     add 991a499dd PHP8.1 deprecated
     add 3f784b246 compatibility PHP8.1
     add 546fe2f3f Bug cannot update description in FOLLOW->event
     add 9b3f10d30 Merge branch 'patch-230902'
     add 1c727f960 Default currency
     add debfa65ed correct global g_parameter
     add 3d8265f89 Comptability PHP8.1
     add 1c99430ec Remove dead code
     add 4bf2ca815 task #2297: Suppression $_REQUEST dossier.class.php
     add 479306c56 PHP Compatibility 8.1
     add 9d92671ed Improve Manage_Table : search button if modify or delete is 
on the left
     add 7b13bbfe5 Documentation
     add 86852bc42 PHP8.2 deprecated
     add a0d1c26ea Task #2309 mot de passe  fort
     add cb77460e3 ergo
     add ff0bc1651 Update link to https://www.noalyss.eu instead of http
     add 4f1d7e155 Improve documentation
     add 1b69d6dcc Merge master
     add a810c80cd remove raise
     add 2e294d2f9 Improve Unit Test for Report
     add f7be1ec6b FIX : when taken from git NOALYSS_VERSION is undefined
     add aa6e2848a Improve DBG , add stopwatch : timer_start and timer_show
     add b0603ebf5 Improve DatabaseCore : fetch_all
     add 38401b4dd PRINTGL Main Ledger (GL) improve performance and code 
prepare the SQL , better filter for accounting
     add ba759507b PRINTGL Main Ledger (GL)
     add 26f08f46f DatabaseCore : clear prepare stmt
     add f707e5a3c Test disable xdebug
     add 98390d4d4 Fix merge issue

No new revisions were added by this update.

Summary of changes:
 html/ajax_misc.php                                 |  15 +
 html/css/style-classic7.css                        |  20 +-
 html/direct.php                                    |   7 +-
 html/export.php                                    |   1 +
 html/install.php                                   |  14 +-
 html/js/acc_ledger.js                              |   3 +
 html/js/noalyss_script.js                          |  54 ++-
 include/ajax/ajax_follow_up.php                    |   4 +-
 include/ajax/ajax_preference.php                   |  29 +-
 include/class/acc_account_ledger.class.php         | 202 ++++++---
 include/class/acc_bilan.class.php                  |  11 +-
 include/class/acc_ledger_sale.class.php            |   9 +-
 include/class/acc_ledger_search.class.php          |   3 +-
 include/class/dossier.class.php                    |  56 +--
 include/class/extension.class.php                  |   1 +
 include/class/lettering.class.php                  |   2 +-
 include/class/noalyss_user.class.php               |   3 +-
 include/class/pdf.class.php                        |   2 +-
 include/class/pdf_land.class.php                   |   2 +-
 include/class/periode.class.php                    |  10 +-
 include/class/print_ledger_detail.class.php        |   2 +-
 include/class/print_ledger_detail_item.class.php   |   2 +-
 include/class/print_ledger_fin.class.php           |   2 +-
 include/class/print_ledger_misc.class.php          |   2 +-
 include/class/print_ledger_simple.class.php        |   2 +-
 .../print_ledger_simple_without_vat.class.php      |   2 +-
 include/constant.php                               |  12 +-
 include/export/export_fiche_balance_pdf.php        |  75 ++--
 include/export/export_fiche_pdf.php                | 233 -----------
 include/export/export_gl_csv.php                   |  47 +--
 include/export/export_gl_pdf.php                   |  45 +-
 include/header_print.php                           |   1 +
 include/impress_gl_comptes.inc.php                 |  65 ++-
 include/lib/ac_common.php                          | 120 +++++-
 include/lib/database_core.class.php                |  56 ++-
 include/lib/dbg.php                                |  15 +
 include/lib/html_input.class.php                   |  27 +-
 include/lib/inplace_edit.class.php                 |   8 +-
 include/lib/manage_table_sql.class.php             |  24 +-
 include/lib/pdf_core.class.php                     |   4 +-
 include/recover.php                                |  21 +-
 include/sql/patch/upgrade189.sql                   |   6 +
 include/template/ledger_search.php                 |   2 +-
 include/template/module.php                        |   4 +-
 include/template/profile_menu_display_module.php   |   2 +-
 include/template/stock_histo.php                   |   4 +-
 include/template/stock_summary_table.php           |   2 +-
 include/tfpdf/tfpdf.php                            |   4 +-
 include/user.inc.php                               |  36 +-
 include/user_detail.inc.php                        |   2 +
 sql/upgrade.sql                                    |  40 ++
 unit-test/create-dossier-test.sh                   |   2 +-
 unit-test/dossier25.sql.gz                         | Bin 393280 -> 393280 bytes
 unit-test/include/class/NoalyssUserTest.php        |  10 +-
 .../include/class/acc_account_ledger.Test.php      | 455 ---------------------
 .../{acc_bilan.Test.php => acc_bilanTest.php}      |  99 ++++-
 .../class/{dossier.Test.php => dossierTest.php}    |  33 ++
 unit-test/include/lib/ac_commonTest.php            |  42 ++
 .../{table_sql.Test.php => noalyss_sqlTest.php}    |   0
 unit-test/test-file.sh                             |   6 +-
 60 files changed, 903 insertions(+), 1059 deletions(-)
 delete mode 100644 include/export/export_fiche_pdf.php
 create mode 100644 include/sql/patch/upgrade189.sql
 delete mode 100644 unit-test/include/class/acc_account_ledger.Test.php
 rename unit-test/include/class/{acc_bilan.Test.php => acc_bilanTest.php} (51%)
 rename unit-test/include/class/{dossier.Test.php => dossierTest.php} (63%)
 rename unit-test/include/lib/{table_sql.Test.php => noalyss_sqlTest.php} (100%)



reply via email to

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