[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch devel updated (910ae8b9f -> 39eb388b0)
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch devel updated (910ae8b9f -> 39eb388b0) |
Date: |
Sun, 25 Feb 2024 13:17:40 -0500 (EST) |
sparkyx pushed a change to branch devel
in repository noalyss.
from 910ae8b9f Upgrade SQL
add 6a59d2149 Card PDF : also from Gestion
add 1c3fb046f FollowUp show list of saved search
add 943aba96e cosmetic
add 8936ba5bf FOLLOWUP-FILTER : cosmetic
new ec288f676 PHP8.1 compatibility
new e26f1ee29 PHP8.1 compatibility
new 1c6fcf056 If card already used in accountancy, cannot changed the
quickcode
new b5213f330 QCODE : remove trigger update on jrnx
new 8c3cbda94 FOLLOWUP : change destinataire et concerne, supprime filtre
sur "concerne"
new 85f19810a Bug : verification ne fonctionne pas avec MY_REPORT=N
new 4496e0970 Saved search for accountancy replace filter by "Saved search"
new ea2b77465 Code Improve : Extension , Fix : php8.1
new 01489d7aa Merge
new 39eb388b0 Follow-Up : list with a filter
The 10 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:
html/ajax_misc.php | 2 +
html/js/acc_ledger.js | 22 +++++
include/ajax/ajax_follow_up.php | 2 +-
include/ajax/ajax_search_filter.php | 29 ++++--
include/category_detail.inc.php | 10 +-
include/class/acc_bilan.class.php | 6 +-
include/class/acc_ledger_search.class.php | 52 ++++++++++-
include/class/card_pdf.class.php | 4 +-
include/class/card_property.class.php | 9 +-
include/class/extension.class.php | 48 ++++++++--
include/class/follow_up.class.php | 14 ++-
include/constant.php | 1 +
include/history_operation.inc.php | 47 +++++-----
.../acc_ledger_search-display_list_filter.php | 103 ++++++++++++++++++++
include/template/follow_up-display.php | 2 +-
include/template/follow_up-view_list.php | 3 +-
include/template/follow_up_filter-display_list.php | 19 ++--
include/template/ledger_detail_misc.php | 2 +-
include/verif_bilan.inc.php | 17 +++-
sql/reverse.sql | 2 +
sql/upgrade.sql | 1 +
unit-test/include/class/data/plugin.xml | 86 +++++++++++++++++
...ackage_repositoryTest.php => extensiontest.php} | 104 +++++++--------------
23 files changed, 451 insertions(+), 134 deletions(-)
create mode 100644 include/template/acc_ledger_search-display_list_filter.php
create mode 100644 unit-test/include/class/data/plugin.xml
copy unit-test/include/class/{package_repositoryTest.php => extensiontest.php}
(50%)
- [Noalyss-commit] [noalyss] branch devel updated (910ae8b9f -> 39eb388b0),
dwm <=
- [Noalyss-commit] [noalyss] 02/10: If card already used in accountancy, cannot changed the quickcode, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 06/10: Bug : verification ne fonctionne pas avec MY_REPORT=N, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 05/10: FOLLOWUP : change destinataire et concerne, supprime filtre sur "concerne", dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 08/10: Code Improve : Extension , Fix : php8.1, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 07/10: Saved search for accountancy replace filter by "Saved search", dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 01/10: PHP8.1 compatibility, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 09/10: Merge, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 10/10: Follow-Up : list with a filter, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 03/10: QCODE : remove trigger update on jrnx, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 04/10: PHP8.1 compatibility, dwm, 2024/02/25