noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (1a1bcd567 -> 67f776cff


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (1a1bcd567 -> 67f776cff)
Date: Sat, 3 Dec 2022 08:35:05 -0500 (EST)

sparkyx pushed a change to branch master
in repository noalyss.

    from 1a1bcd567 Save the current user in a PostgreSQL session variable 
noalyss.user_login
     new f9a4b987a Bug : no filter on card for ledger PURCHASE
     new 8bf9c4f39 Bug : cosmetic , VAT in card is not aligned
     new cc55b1353 Improve Debug info presentation
     new cdbb94036 Show tag in operations list
     new 822a31070 Cosmetic : display cards on one row in account search
     new 5152ceeab Cosmetic : waiting box
     new 0fbc7bfdf Add __toString  function for debugging purpose Improve DBG 
tools: print out or return a string
     new f43666dcb To let TOOLS plugin to add tag to operation
     new c9c245ee7 New #0002216: Transformation d'une dépense Gestion en 
facture achat ou note de frais
     new 0a37212d2 Bug : typo change by accident function name
     new 6bd4f7217 Improve Test and set the Patch level to 181
     new 077173199 Fix : bug cannot save an empty FIN Ledger
     new 186e47f5b Better error message when cannot save a plugin
     new eba1a727d Bug Fiche_Def->insertAttribut when needed to compute an 
attribute order
     new 4112b477e Cosmetic :
     new f124cff25 Fix bug : prevent identical tags on operation
     new 86c723415 Merge branch 'dev9035-14'
     new 789f073f5 Follow Up : can use enrich text for Comment and description
     new be0de1551 Cosmetic
     new c4540d17d fix bug followup cannot add first comment
     new d2bbda5bc Change DB version
     new ac37be2db cosmetic : waiting_box
     new 72a409cce Comptability : Falkon doesn't understand the javascript 
token "??"
     new 70adb6113 Cosmetic
     new 5d732ba84 Bug : missing class
     new a501c1005 WHen creating from follow-up , keep a link to the event in 
the operation
     new 97988bfeb Cosmetic : move tags in operation details, small cosmetic bug
     new 29ec0f6f0 cosmetic
     new 3d99bd011 Cosmetic : color
     new 67f776cff Cosmetic

The 30 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/css/style-classic7.css                        |  48 ++--
 html/js/anc_script.js                              |   1 -
 html/js/nicEdit.js                                 |   7 +-
 html/js/noalyss_script.js                          |   3 +-
 include/action.common.inc.php                      |   2 +-
 include/ajax/ajax_card.php                         |   3 +-
 include/ajax/ajax_cfgaction.php                    |   2 +-
 include/ajax/ajax_operation_tag.php                |   2 +-
 include/ajax/ajax_tag_list.php                     |   2 +-
 include/balance.inc.php                            |   2 +-
 include/cfgtags.inc.php                            |   2 +-
 include/class/acc_account_ledger.class.php         |   4 +-
 include/class/acc_currency.class.php               |   5 +
 include/class/acc_ledger.class.php                 |  90 ++++++--
 include/class/acc_ledger_sale.class.php            |   2 +-
 include/class/acc_ledger_search.class.php          |  16 +-
 include/class/acc_operation.class.php              |  22 ++
 include/class/acc_plan_mtable.class.php            |   1 -
 .../class/action_document_type_mtable.class.php    |   7 +
 include/class/additional_tax.class.php             |   6 +-
 include/class/anc_operation.class.php              | 108 ++++++++-
 include/class/anticipation.class.php               |   4 +-
 include/class/card_property.class.php              |   2 +-
 include/class/default_menu.class.php               |  15 +-
 include/class/document_option.class.php            |  17 ++
 include/class/extension.class.php                  |   2 +-
 include/class/fiche.class.php                      |  12 +-
 include/class/fiche_def.class.php                  |  29 +--
 include/class/follow_up.class.php                  |  83 +++++--
 include/class/periode.class.php                    |  15 ++
 include/class/tag_action.class.php                 |   5 +-
 include/compta_ach.inc.php                         |  16 ++
 include/compta_ods.inc.php                         | 189 +++++++--------
 include/compta_ven.inc.php                         | 257 +++++++++++----------
 include/constant.php                               |   5 +-
 include/constant.security.php                      |   2 +-
 include/forecast.inc.php                           |   4 +-
 include/impress_poste.inc.php                      |   2 +-
 include/lib/dbg.php                                |  39 +++-
 include/lib/html_input.class.php                   |   8 +-
 include/lib/http_input.class.php                   |   5 +-
 include/lib/itextarea.class.php                    |  89 +++++--
 include/lib/sort_table.class.php                   |   4 +-
 include/print_currency01.inc.php                   |  12 +-
 include/sql/patch/upgrade180.sql                   |  12 +
 include/sql/patch/upgrade181.sql                   |  17 ++
 include/template/acc_ledger-input_extra_info.php   |   1 +
 include/template/account_result.php                |   4 +-
 .../template/action_document_type_mtable_input.php |  10 +-
 .../{detail-action.php => follow_up-display.php}   |  35 +--
 include/template/follow_up_detail_display.php      |  27 ++-
 include/template/ledger_detail_ach.php             |  19 ++
 include/template/ledger_detail_bottom.php          |  20 +-
 include/template/ledger_detail_fin.php             |  19 ++
 include/template/ledger_detail_misc.php            |  19 ++
 include/template/ledger_detail_ven.php             |  20 +-
 include/template/menu.php                          |   9 +-
 unit-test/include/class/Fiche_DefTest.php          |  31 ++-
 unit-test/include/class/acc_ledgerTest.php         | 165 +++++++++----
 unit-test/include/class/contactTest.php            |   2 +-
 unit-test/include/lib/ac_commonTest.php            |   2 +-
 61 files changed, 1081 insertions(+), 482 deletions(-)
 create mode 100644 include/sql/patch/upgrade180.sql
 create mode 100644 include/sql/patch/upgrade181.sql
 rename include/template/{detail-action.php => follow_up-display.php} (93%)



reply via email to

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