noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch devel updated (82808d24 -> 55f9dd9a)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch devel updated (82808d24 -> 55f9dd9a)
Date: Mon, 17 Jan 2022 14:58:24 -0500 (EST)

sparkyx pushed a change to branch devel
in repository noalyss.

    from 82808d24 Fix bug : the code was not updated after the renaming of 
CFGCARDCAT in CMCARD
     add 8351d70a Bug #0002103: La vérification de la version du plugin ne 
fonctionne pas
     add 824788d1 Fix bug : forget to change 2 code menus CFGCARD to CCARD and 
CFGATCARD for CCARDAT
     new c88c44d9 TVA : cannot load when tva_id is empty
     new ad202db2 Bug #2118 Manage User problem
     new c285d69f New #0002117: Lettrage : montre l'opération liée
     new 1d224ee1 Give error with PHPUNIT
     new c9e120b8 PHPUNIT : adapt test
     new 36110ca0 Fix bug for Reconcilied
     new 35500e74 Critical : password issue
     new ad125d03 Adapt to security change
     new 55f9dd9a Task #0002126: Fiche : amélioration

The 9 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:
 include/ajax/ajax_card_attribute.php               |   2 +-
 include/card_attr.inc.php                          |   2 +-
 include/category_card.inc.php                      |   4 +-
 include/class/acc_ledger_fin.class.php             |   2 +-
 include/class/acc_reconciliation.class.php         |  29 +-
 .../class/acc_reconciliation_lettering.class.php   |  59 +++
 include/class/acc_tva.class.php                    |   3 +
 include/class/contact.class.php                    |  36 +-
 include/class/extension.class.php                  |  28 +-
 include/class/fiche.class.php                      |   2 +-
 include/class/lettering.class.php                  | 538 ++++++++++++---------
 include/class/user.class.php                       |  31 +-
 include/constant.php                               |   3 +-
 include/user.inc.php                               |  24 +-
 include/user_detail.inc.php                        |   2 +
 sql/upgrade.sql                                    |   2 -
 unit-test/README                                   |   7 +
 unit-test/dossier25.sql.gz                         | Bin 0 -> 391680 bytes
 unit-test/global.php                               |   2 +-
 .../include/class/acc_account_ledger.Test.php      |   6 +-
 .../{acc_ledger.Test.php => acc_ledgerTest.php}    |   8 +-
 unit-test/include/class/acc_ledger_historyTest.php |   4 +-
 unit-test/include/class/contactTest.php            | 176 +++++++
 .../class/{fiche.Test.php => ficheTest.php}        |  32 ++
 unit-test/include/class/letteringTest.php          | 444 +++++++++++++++++
 unit-test/include/class/pdf_anc_acc_list.Test.php  |   2 +-
 .../include/class/print_operation_currencyTest.php |  20 +-
 .../include/class/{user.Test.php => userTest.php}  |   0
 28 files changed, 1156 insertions(+), 312 deletions(-)
 create mode 100644 include/class/acc_reconciliation_lettering.class.php
 create mode 100644 unit-test/dossier25.sql.gz
 rename unit-test/include/class/{acc_ledger.Test.php => acc_ledgerTest.php} 
(99%)
 create mode 100644 unit-test/include/class/contactTest.php
 rename unit-test/include/class/{fiche.Test.php => ficheTest.php} (94%)
 create mode 100644 unit-test/include/class/letteringTest.php
 rename unit-test/include/class/{user.Test.php => userTest.php} (100%)



reply via email to

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