noalyss-commit
[Top][All Lists]
Advanced

[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%)



reply via email to

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