noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (1d91a9041 -> 0332189ab


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (1d91a9041 -> 0332189ab)
Date: Thu, 5 Jan 2023 14:28:36 -0500 (EST)

sparkyx pushed a change to branch master
in repository noalyss.

    from 1d91a9041 Cosmetic : tag location
     add fa6b1a8d4 Do no save empty comment or description
     add 5d20c146a Bug : incorrect name
     add a780923b4 Cosmetic
     add 23c9e3bca Cosmetic
     add 5007bab50 Restore file
     add c72731043 Ergonomy : add button Close Cosmetic : color
     add 43e2ccb86 Compatibility PHP8.1 , node can be null
     add 95293935c Follow Up small bug with the #document_id
     add 173b4eaba remove comment
     add 12a1f8a51 Esthetic
     add 45db43e65 Improve install config.inc.php file
     add 9407c2ec7 Cleaning code : TVA rewritten
     add bed7ccca1 PHPUNIT improve test
     add a6757bce4 Correct return value of Table_Data_SQL->load : false if 
nothing found
     add fc4d0d981 Improve ManageTable : add a ctl_pk_id as attribute in the 
row + doc
     add 2d79e3f21 New #0001327: Code TVA : utilisation des symboles plutôt que 
des codes
     add 73b360f1c Merge branch 'dev-9035-tva-code'
     add 3e6ccd25e PHP 8.1 ,  option ASSERT_QUIET_EVAL is removed
     add 27de754a8 New  : Follow Up , the description modifiable is using 
NicEdit
     add 0ad83ac24 Forgotten files
     add a76d9d116 Fix bug : for new TVA id not taken into account but 
auto-computed
     add 980776745 Fix Bug TVA : cannot save VAT
     add a7ba9b32d Cosmetic
     add c9a16035c Bug : ledger doesn't exist in 7.4 because the return value
     add 073c0efbe Function load : give the return type
     add 0a83a857e Administration : user show email
     add 768be7f37 Cosmetic add alert box
     add cde77ea72 0Task #002219: Compatibilit PHP 8.2 : Deprecated: Creation 
of dynamic property ...
     add e534ddccb add gitignore file
     add 652c4d33d Merge branch 'devel-venus2'
     add e932e56f2 New  : Follow Up , the description modifiable is using 
NicEdit
     add f78ec1e40 Merge branch '9035-followup-description-mod-rtf'
     new 1f4547ba1 Translation
     new 0332189ab Translation

The 2 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:
 .gitignore                                         |  45 ++++++
 html/css/style-classic7.css                        |   8 +-
 html/image/down.gif                                | Bin 0 -> 74 bytes
 html/js/card.js                                    |   4 +-
 html/js/managetable.js                             |  17 ++-
 html/lang/messages.po                              |  30 ++--
 html/test.php                                      |   2 +-
 include/admin_repo.inc.php                         |   3 +-
 include/ajax/ajax_admin.php                        |  44 +++++-
 include/ajax/ajax_follow_up.php                    |  19 ++-
 include/ajax/ajax_search_filter.php                |   5 +-
 include/ajax/ajax_tva_parameter.php                |  10 +-
 include/cfgledger.inc.php                          |   6 +-
 include/class/acc_account.class.php                |   4 +-
 include/class/acc_account_ledger.class.php         |   2 +-
 include/class/acc_bilan.class.php                  |   2 +-
 include/class/acc_ledger.class.php                 |   2 +-
 include/class/acc_ledger_info.class.php            |   2 +-
 include/class/acc_operation_note.class.php         |   4 +-
 include/class/acc_payment.class.php                |   2 +-
 include/class/acc_report.class.php                 |   8 +-
 include/class/acc_tva.class.php                    | 151 ++++++---------------
 include/class/anc_balance_simple.class.php         |   2 +-
 include/class/anc_group.class.php                  |   2 +-
 include/class/card_property.class.php              |   2 +-
 include/class/document_modele.class.php            |   2 +-
 include/class/dossier.class.php                    |   1 +
 include/class/extension.class.php                  |   2 +-
 include/class/fiche.class.php                      |   2 +-
 include/class/fiche_def.class.php                  |   2 +-
 include/class/follow_up.class.php                  |  59 +++++---
 include/class/follow_up_detail.class.php           |   2 +-
 include/class/forecast.class.php                   |   2 +-
 include/class/lettering.class.php                  |   1 +
 include/class/noalyss_appearance.class.php         |   2 +-
 include/class/noalyss_user.class.php               |   2 +-
 include/class/periode.class.php                    |   6 +-
 include/class/pre_operation.class.php              |   2 +-
 include/class/todo_list.class.php                  |   2 +-
 include/class/tva_rate_mtable.class.php            |  72 ++++++++--
 include/constant.php                               |   2 +-
 include/database/acc_plan_sql.class.php            |   5 +-
 include/database/tva_rate_sql.class.php            |   2 +-
 include/database/v_contact_sql.class.php           |   2 +-
 .../database/v_currency_last_value_sql.class.php   |   5 +-
 include/lib/ac_common.php                          |  10 ++
 include/lib/config_file.php                        |   6 +
 include/lib/data_sql.class.php                     |  10 +-
 include/lib/inum.class.php                         |   2 +-
 include/lib/itextarea.class.php                    |  18 +--
 include/lib/manage_table_sql.class.php             |  35 ++++-
 include/lib/sort_table.class.php                   |  46 ++++---
 include/lib/table_data_sql.class.php               |   5 +-
 include/sql/patch/upgrade182.sql                   |  15 ++
 include/template/dashboard.php                     |   6 +-
 include/template/follow_up-display.php             |  28 ++--
 include/tva.inc.php                                |  17 +++
 include/user.inc.php                               |   3 +
 unit-test/include/class/Acc_TVATest.php            |  74 ++++++++++
 unit-test/include/class/acc_account.Test.php       |   2 +-
 unit-test/include/class/acc_ledgerTest.php         |   2 +-
 unit-test/include/class/acc_ledger_sale.Test.php   |   1 +
 unit-test/include/class/acc_ledger_search.Test.php |   3 +-
 unit-test/include/class/contactTest.php            |   3 +-
 unit-test/include/class/pdf_anc_acc_listTest.php   |   3 +-
 unit-test/test-file.sh                             |   3 +-
 66 files changed, 549 insertions(+), 294 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 html/image/down.gif
 create mode 100644 include/sql/patch/upgrade182.sql
 create mode 100644 unit-test/include/class/Acc_TVATest.php



reply via email to

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