noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch devel updated (da636cf6e -> f1d3862e1)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch devel updated (da636cf6e -> f1d3862e1)
Date: Sat, 17 Sep 2022 08:41:05 -0400 (EDT)

sparkyx pushed a change to branch devel
in repository noalyss.

    from da636cf6e Accounting a little bit bigger
     add faa8543de Fix Bug : accounting history was not shown when dble clicked
     add 6bc9077b4 New #0002193: Possibilité d'ajouter directement une note aux 
opérations Cosmetic : change icon for enlarging operation label
     add 42938d09c Improve autoloader
     add 8fdd7be64 Task #0002125: Contact , devrait être refait sur le modèle 
de Fiche->résumé
     add 2c300571f New function mailto and tel
     add 65b82c0fc SQL If nothing is loaded return false, otherwise true
     add 3decfb84c Improve test
     add 68d41b82c Task #0002125: type , missed phoneTo for mobile , phone and 
faxTo, several emails separated by a comma
     add 9de599e9b Improve PHPUNIT
     add b680ec657 Add function linkTo for URL
     add 50180e68a New #2195 0002195: Création catégorie : ordre des attributs
     add f1d3862e1 Improve #0002196: Comptes Alphanumériques calculés trop longs

No new revisions were added by this update.

Summary of changes:
 Acc_Operation_NoteTest.php                         |  60 ++++++
 include/category_card.inc.php                      |  28 ++-
 include/category_detail.inc.php                    |   2 +
 include/cfgfiche.inc.php                           |   7 +-
 include/class/acc_ledger.class.php                 |  29 +++
 include/class/acc_ledger_purchase.class.php        |  20 +-
 include/class/acc_ledger_sale.class.php            |  18 +-
 include/class/acc_operation_note.class.php         | 126 +++++++++++
 include/class/card_attribut_mtable.class.php       |   7 +-
 include/class/card_property.class.php              |  44 +++-
 include/class/contact.class.php                    | 216 +++++++++++--------
 include/class/fiche.class.php                      |  44 +++-
 include/class/fiche_def.class.php                  |  20 +-
 include/class/follow_up.class.php                  |   6 +-
 include/constant.php                               | 235 +--------------------
 include/contact.inc.php                            |  17 +-
 include/database/attr_def_sql.class.php            |   2 +
 ...rn_tax_sql.class.php => jrn_note_sql.class.php} |  22 +-
 include/database/v_contact_sql.class.php           |  88 ++++++++
 include/lib/ac_common.php                          |  60 ++++++
 include/lib/data_sql.class.php                     |  10 +
 include/lib/icon_action.class.php                  |  12 +-
 include/lib/message_javascript.php                 |   1 +
 include/lib/table_data_sql.class.php               |   4 +-
 include/sql/patch/upgrade177.sql                   |  25 +++
 include/sql/patch/upgrade178.sql                   | 112 ++++++++++
 include/sql/patch/upgrade179.sql                   |  77 +++++++
 .../acc_operation_note-input.php}                  |  37 ++--
 include/template/contact-summary.php               |  94 +++++++++
 include/template/form_ledger_detail.php            |  16 +-
 sql/upgrade.sql                                    | 171 ---------------
 unit-test/dossier25.sql.gz                         | Bin 393069 -> 393280 bytes
 .../{fiche_def.Test.php => Fiche_DefTest.php}      |   0
 unit-test/include/class/acc_ledgerTest.php         |   3 +-
 unit-test/include/class/acc_ledger_search.Test.php |   2 +-
 unit-test/include/class/card_propertyTest.php      |   8 +-
 unit-test/include/class/contactTest.php            | 132 ++++++++++--
 unit-test/include/class/ficheTest.php              |  18 +-
 unit-test/include/class/followup_detail.Test.php   |  21 +-
 unit-test/include/class/pdf_anc_acc_listTest.php   |   6 +-
 unit-test/include/lib/ac_commonTest.php            |  43 ++++
 41 files changed, 1216 insertions(+), 627 deletions(-)
 create mode 100644 Acc_Operation_NoteTest.php
 create mode 100644 include/class/acc_operation_note.class.php
 copy include/database/{jrn_tax_sql.class.php => jrn_note_sql.class.php} (77%)
 create mode 100644 include/database/v_contact_sql.class.php
 create mode 100644 include/sql/patch/upgrade177.sql
 create mode 100644 include/sql/patch/upgrade178.sql
 create mode 100644 include/sql/patch/upgrade179.sql
 copy include/{lib/icolor.class.php => template/acc_operation_note-input.php} 
(58%)
 create mode 100644 include/template/contact-summary.php
 rename unit-test/include/class/{fiche_def.Test.php => Fiche_DefTest.php} (100%)



reply via email to

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