noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (75d59f1b5 -> 7749f97eb


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (75d59f1b5 -> 7749f97eb)
Date: Mon, 31 Oct 2022 12:53:37 -0400 (EDT)

sparkyx pushed a change to branch master
in repository noalyss.

    from 75d59f1b5 merge
     new e06cf203d Improve debug mode
     new 0759f8e2f Cosmetic
     new 2b4f820ad Bug : Impression achat TVAC mode ligne TVAC toujours null
     new 09d3d13cc Task 0002212: Réconciliation : numéro de pièce doit être vide
     new e8acb6749 esthetic
     new b52502472 Documentation & code cleaning Javascript
     new ae868936a rename user.class.php and User by noalyss_user.class.php and 
Noalyss_User
     new 6e8ab4f23 Bug : toggleHideShow doesn't work with search_form and 
rotating button
     new a21431c8c Improve doc
     new e5e726b31 Fix : bug when of rounding number TOTAL_VEN_TVAC when 
generating an invoice
     new 846c6b111 Fix bug : if TVA code  contain space, it was considered as 
another tva_code
     new fe05527c9 correct patch
     new 3ad1602b9 Improve Output_Html : row , tab and accordean
     new 64d591214 WYSIWYG textarea
     new a1a3ea6f1 Fix : type in debug info
     new 95ffff496 info debug
     new 7749f97eb Bug : 840cd82f3b7f has introduced a bug when searching an 
accounting

The 17 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.php                                      |    4 +-
 html/ajax_misc.php                                 |    6 +-
 html/ajax_test.php                                 |    4 +-
 html/compute.php                                   |    4 +-
 html/css/style-classic7.css                        |   23 +-
 html/direct.php                                    |    4 +-
 html/do.php                                        |    2 +-
 html/export.php                                    |    4 +-
 html/extension.raw.php                             |    4 +-
 html/fid.php                                       |   10 +-
 html/fid_card.php                                  |    4 +-
 html/image/nicEditorIcons.gif                      |  Bin 0 -> 3716 bytes
 html/js/accounting_item.js                         |   23 +-
 html/js/ajax_fiche.js                              |   52 +-
 html/js/anc_script.js                              |   28 +-
 html/js/calc.js                                    |   10 +-
 html/js/card.js                                    |   26 +-
 html/js/nicEdit.js                                 | 1843 ++++++++++++++++++--
 html/js/noalyss_script.js                          |  132 +-
 html/login.php                                     |    6 +-
 html/logout.php                                    |    2 +-
 html/popup.php                                     |    4 +-
 html/recherche.php                                 |    4 +-
 html/test.php                                      |    4 +-
 html/user_login.php                                |    4 +-
 include/admin_repo.inc.php                         |    4 +-
 include/ajax/ajax_admin.php                        |   10 +-
 include/ajax/ajax_card.php                         |    2 +-
 include/ajax/ajax_preference.php                   |    2 +-
 include/ajax/ajax_search_filter.php                |    4 +-
 include/ajax/ajax_todo_list.php                    |    2 +-
 include/ajax/ajax_user_security.php                |   14 +-
 include/anc_od.inc.php                             |    2 +-
 include/category_card.inc.php                      |    2 +-
 include/class/acc_ledger_purchase.class.php        |    3 +-
 include/class/acc_ledger_sale.class.php            |    2 +-
 include/class/acc_ledger_search.class.php          |    4 +-
 include/class/acc_operation.class.php              |    2 +-
 include/class/acc_plan_mtable.class.php            |   13 +-
 include/class/card_property.class.php              |    2 +-
 include/class/contact.class.php                    |    4 +-
 include/class/document.class.php                   |    2 +
 include/class/dossier.class.php                    |    4 +-
 include/class/extension.class.php                  |    6 +
 include/class/lettering.class.php                  |    2 +-
 include/class/mobile.class.php                     |    2 +-
 .../{user.class.php => noalyss_user.class.php}     |    2 +-
 include/class/todo_list.class.php                  |    2 +-
 include/compta_fin_rec.inc.php                     |    8 +-
 include/compta_ven.inc.php                         |    2 +-
 include/dossier.inc.php                            |    8 +-
 include/export/export_security_pdf.php             |    4 +-
 include/extension_choice.inc.php                   |    2 +-
 include/lib/output_html_tab.class.php              |   53 +-
 include/opening.inc.php                            |    2 +-
 include/param_sec.inc.php                          |    4 +-
 include/restore.inc.php                            |    2 +-
 include/sql/patch/upgrade177.sql                   |    2 +
 .../acc_ledger_history_purchase_oneline.php        |   10 +-
 include/template/acc_operation_note-input.php      |    2 +-
 include/template/menu.php                          |    4 +-
 include/user.inc.php                               |   10 +-
 include/user_detail.inc.php                        |    4 +-
 unit-test/global.example.php                       |    2 +-
 unit-test/global.php                               |    2 +-
 .../class/{userTest.php => NoalyssUserTest.php}    |   22 +-
 unit-test/include/class/acc_account.Test.php       |    2 +-
 .../include/class/acc_account_ledger.Test.php      |    2 +-
 unit-test/include/class/acc_balance.Test.php       |    2 +-
 unit-test/include/class/acc_letter.Test.php        |    2 +-
 .../class/noalyss_parameter_folder.Test.php        |    2 +-
 71 files changed, 2047 insertions(+), 405 deletions(-)
 create mode 100644 html/image/nicEditorIcons.gif
 rename include/class/{user.class.php => noalyss_user.class.php} (99%)
 rename unit-test/include/class/{userTest.php => NoalyssUserTest.php} (94%)



reply via email to

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