[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch master updated (4bf2ca815 -> 98390d4d4
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch master updated (4bf2ca815 -> 98390d4d4) |
Date: |
Sun, 10 Dec 2023 03:22:22 -0500 (EST) |
sparkyx pushed a change to branch master
in repository noalyss.
from 4bf2ca815 task #2297: Suppression $_REQUEST dossier.class.php
add 844484c39 merge devel-france
add 8babaf834 Merge branch 'devel-filter-vat-code' into devel
add af9d65382 Merge branch 'devel-filter-vat-code' into devel
add a7f8e99cf replace by NOALYSS_INCLUDE
add 4e9aea0a3 replace by NOALYSS_INCLUDE
add fa87a94d5 Merge branch 'rel9109-problem-num-poste' into devel
new 7e6a9954b Protect Qcode in fiche_detail
new 479306c56 PHP Compatibility 8.1
new 9d92671ed Improve Manage_Table : search button if modify or delete is
on the left
new 7b13bbfe5 Documentation
new 86852bc42 PHP8.2 deprecated
new a0d1c26ea Task #2309 mot de passe fort
new cb77460e3 ergo
new ff0bc1651 Update link to https://www.noalyss.eu instead of http
new 4f1d7e155 Improve documentation
new 1b69d6dcc Merge master
new a810c80cd remove raise
new 2e294d2f9 Improve Unit Test for Report
new f7be1ec6b FIX : when taken from git NOALYSS_VERSION is undefined
new aa6e2848a Improve DBG , add stopwatch : timer_start and timer_show
new b0603ebf5 Improve DatabaseCore : fetch_all
new 38401b4dd PRINTGL Main Ledger (GL) improve performance and code
prepare the SQL , better filter for accounting
new ba759507b PRINTGL Main Ledger (GL)
new 26f08f46f DatabaseCore : clear prepare stmt
new f707e5a3c Test disable xdebug
new 98390d4d4 Fix merge issue
The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
html/ajax_misc.php | 25 +-
html/compute.php | 4 +-
html/css/style-classic7.css | 20 +-
html/do.php | 1 +
html/export.php | 1 +
html/fid.php | 10 +-
html/fid_card.php | 2 +-
html/install.php | 14 +-
html/js/acc_ledger.js | 3 +
html/js/noalyss_script.js | 58 ++-
html/login.php | 2 +
html/test.php | 6 +-
html/user_login.php | 1 +
include/ajax/ajax_preference.php | 29 +-
include/balance.inc.php | 10 +-
include/category_detail.inc.php | 2 +-
include/class/acc_account_ledger.class.php | 204 ++++++---
include/class/acc_bilan.class.php | 186 ++++++---
include/class/acc_ledger.class.php | 2 +-
include/class/acc_ledger_history_generic.class.php | 8 +-
include/class/acc_ledger_search.class.php | 7 +-
include/class/acc_operation.class.php | 11 +-
include/class/acc_reconciliation.class.php | 9 +-
include/class/acc_report.class.php | 4 +-
include/class/acc_tva.class.php | 13 +-
include/class/anc_account_table.class.php | 6 +-
include/class/anc_group.class.php | 2 +-
include/class/anc_key.class.php | 4 +-
include/class/anc_operation.class.php | 4 +-
include/class/document.class.php | 20 +-
include/class/document_export.class.php | 2 +-
include/class/dossier.class.php | 2 +-
include/class/exercice.class.php | 1 +
include/class/extension.class.php | 1 +
include/class/fiche.class.php | 14 +-
include/class/fiche_def.class.php | 4 +-
include/class/follow_up.class.php | 7 +-
include/class/follow_up_detail.class.php | 1 +
include/class/lettering.class.php | 10 +-
include/class/menu_ref.class.php | 4 +-
include/class/mobile.class.php | 2 +-
include/class/noalyss_parameter_folder.class.php | 13 +-
include/class/noalyss_user.class.php | 6 +-
include/class/pdf.class.php | 2 +-
include/class/pdf_land.class.php | 2 +-
include/class/periode.class.php | 31 +-
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/class/todo_list.class.php | 2 +-
include/company.inc.php | 19 +-
include/constant.php | 10 +-
include/export/export_gl_csv.php | 47 +--
include/export/export_gl_pdf.php | 45 +-
include/export/export_receipt.php | 2 +-
include/export/export_stock_histo_csv.php | 2 +-
include/header_print.php | 3 +-
include/impress_bilan.inc.php | 12 +-
include/impress_gl_comptes.inc.php | 65 ++-
include/lib/ac_common.php | 158 ++++++-
include/lib/data_sql.class.php | 1 +
include/lib/database_core.class.php | 58 ++-
include/lib/dbg.php | 15 +
include/lib/function_javascript.php | 20 +-
include/lib/html_input.class.php | 42 +-
include/lib/icon_action.class.php | 4 +-
include/lib/impress.class.php | 60 +--
include/lib/inplace_edit.class.php | 8 +-
include/lib/itext.class.php | 2 +
include/lib/manage_table_sql.class.php | 26 +-
include/lib/message_javascript.php | 1 +
include/lib/noalyss_csv.class.php | 19 +-
include/lib/select_box.class.php | 4 +-
include/lib/table_data_sql.class.php | 2 +-
include/lib/user_common.php | 8 +-
include/recover.php | 21 +-
include/template/ledger_detail_bottom.php | 2 +-
include/template/mobile-display_menu.php | 2 +-
include/template/module.php | 4 +-
include/tfpdf/font/unifont/ttfonts.php | 2 +-
include/tfpdf/tfpdf.php | 11 +-
include/user.inc.php | 36 +-
include/user_detail.inc.php | 2 +
sql/upgrade.sql | 41 +-
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/{periode.Test.php => periodeTest.php} | 85 +++-
unit-test/include/lib/ac_commonTest.php | 42 ++
.../{table_sql.Test.php => noalyss_sqlTest.php} | 0
unit-test/test-file.sh | 6 +-
97 files changed, 1259 insertions(+), 979 deletions(-)
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/{periode.Test.php => periodeTest.php} (70%)
rename unit-test/include/lib/{table_sql.Test.php => noalyss_sqlTest.php} (100%)
- [Noalyss-commit] [noalyss] branch master updated (4bf2ca815 -> 98390d4d4),
dwm <=
- [Noalyss-commit] [noalyss] 11/20: remove raise, dwm, 2023/12/10
- [Noalyss-commit] [noalyss] 05/20: Task #2309 mot de passe fort, dwm, 2023/12/10
- [Noalyss-commit] [noalyss] 13/20: FIX : when taken from git NOALYSS_VERSION is undefined, dwm, 2023/12/10
- [Noalyss-commit] [noalyss] 02/20: Improve Manage_Table : search button if modify or delete is on the left, dwm, 2023/12/10
- [Noalyss-commit] [noalyss] 18/20: DatabaseCore : clear prepare stmt, dwm, 2023/12/10
- [Noalyss-commit] [noalyss] 19/20: Test disable xdebug, dwm, 2023/12/10
- [Noalyss-commit] [noalyss] 16/20: PRINTGL Main Ledger (GL) improve performance and code prepare the SQL , better filter for accounting, dwm, 2023/12/10
- [Noalyss-commit] [noalyss] 08/20: Improve documentation, dwm, 2023/12/10
- [Noalyss-commit] [noalyss] 01/20: PHP Compatibility 8.1, dwm, 2023/12/10
- [Noalyss-commit] [noalyss] 17/20: PRINTGL Main Ledger (GL), dwm, 2023/12/10