noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (4e2ec04 -> fc3c105)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (4e2ec04 -> fc3c105)
Date: Mon, 6 Dec 2021 12:54:57 -0500 (EST)

sparkyx pushed a change to branch master
in repository noalyss.

    from 4e2ec04  Card Update : add button close
     add 3ed1e5c  Bug : date format malfunctionned
     add 6686a07  Cosmetic : align column in follow-up operation cosmetic place 
element in dashboard
     add d54d2bc  Bug #2098: Les fiches utilisées dans le suivi ne peuvent pas 
être effacées
     add f8d12ee  Bug #2099: GESTION : erreur SQL si fiche contact non trouvée
     add 5a9daf3  Task #2092: Configuration Journaux : plage de sélection
     add d3afe85  Http_Input type : accept also text
     add f2215ec  TOOLS : checkbox range
     add b98cda6  Task #2094: Menu : confusion entre catégorie et modèle
     add 3afe6d9  add symbol for operation : history card & accounting
     add 3b2bac4  Task #2092 : select range
     add 7bc7bed  Fix doc
     add bc7169b  Task #0002101: Exercice : pouvoir donner un texte libre
     add 4d661f1  Bug , incompatibility php7
     add 20570c8  fix bug in upgrade171.sql
     add 0068caa  remove console.debug
     add fc3c105  Code improved : test and fix load functions

No new revisions were added by this update.

Summary of changes:
 doc/developper/create_doc.sh                       |   2 +-
 html/css/style-classic7.css                        |  84 ++++++++--
 html/index.php                                     |   6 +-
 html/js/acc_ledger.js                              |   4 +-
 html/js/noalyss_script.js                          |   6 +-
 include/ajax/ajax_history.php                      |  23 +--
 include/ajax/ajax_periode.php                      |  36 +++--
 include/class/acc_bilan.class.php                  |   6 +-
 include/class/acc_ledger_info.class.php            |  16 +-
 include/class/acc_payment.class.php                |  25 ++-
 include/class/acc_tva.class.php                    |   6 +-
 include/class/anc_group.class.php                  |  29 ++--
 include/class/dossier.class.php                    |  10 +-
 include/class/exercice.class.php                   |  19 ++-
 include/class/fiche.class.php                      |  28 ++--
 include/class/follow_up.class.php                  |   8 +-
 include/class/follow_up_detail.class.php           |  18 ++-
 include/class/forecast.class.php                   |  25 +--
 include/class/periode.class.php                    |  47 ++++--
 include/class/todo_list.class.php                  |  13 +-
 include/constant.php                               |   2 +-
 include/database/parm_periode_sql.class.php        |   2 +
 include/export/export_poste_detail_csv.php         |   2 +-
 include/export/export_poste_detail_pdf.php         |   6 +-
 include/lib/http_input.class.php                   |   6 +-
 include/periode.inc.php                            |  56 ++++++-
 include/sql/patch/ac-upgrade14.sql                 |   1 +
 include/sql/patch/upgrade170.sql                   |  12 ++
 include/sql/patch/upgrade171.sql                   |  49 ++++++
 include/template/dashboard.php                     |   6 +-
 include/template/follow_up_detail_display.php      |  10 +-
 include/template/param_jrn.php                     |  23 ++-
 include/template/periode_add_exercice.php          |  19 ++-
 sql/upgrade.sql                                    | 118 +-------------
 .../include/class/acc_account_ledger.Test.php      |   8 +
 unit-test/include/class/acc_bilan.Test.php         |   1 -
 unit-test/include/class/acc_ledger.Test.php        |   9 +-
 unit-test/include/class/acc_ledger_info.Test.php   |  32 +++-
 unit-test/include/class/acc_ledger_search.Test.php |  15 +-
 unit-test/include/class/acc_payment.Test.php       | 180 +++++++++++++++++++++
 unit-test/include/class/anc_group.Test.php         | 126 +++++++++++++++
 unit-test/include/class/dossier.Test.php           |  24 ++-
 unit-test/include/class/fiche.Test.php             |  15 +-
 unit-test/include/class/pdf_anc_acc_list.Test.php  |   4 +-
 unit-test/include/class/user.Test.php              |   9 +-
 45 files changed, 825 insertions(+), 321 deletions(-)
 create mode 100644 include/sql/patch/upgrade170.sql
 create mode 100644 include/sql/patch/upgrade171.sql
 create mode 100644 unit-test/include/class/acc_payment.Test.php
 create mode 100644 unit-test/include/class/anc_group.Test.php



reply via email to

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