noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (f8d23563a -> cbc0d3fb7


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (f8d23563a -> cbc0d3fb7)
Date: Tue, 12 Jul 2022 07:05:17 -0400 (EDT)

sparkyx pushed a change to branch master
in repository noalyss.

    from f8d23563a Fix : cannot letter a record because remains old data
     new 20c5235ab Cosmetic : error message when user cannot add card
     new 51899c699 remove direct access to $_POST and extract
     new 104544f25 ISelect->display fails if this->value if null
     new be71f98aa Remove unauthorized profile
     new 6c4a4156a Security : management , profile access
     new bbf995e82 Bug when ledger badly parametrized
     new 24f471de4 cosmetic
     add 8fc9b7a09 Fix : cannot letter a record because remains old data
     new f8251c0f0 Merge branch 'devel'
     new c4645e68e Supplemental TAX : manage parameter A ledger can have only 1 
supplemental tax
     new 7256f1464 New : 2178 Additional Tax : input in purchase and sale 
ledger - tax with positive amount - tax with negative amount - tax in currency
     new 56d262271 Nouveau #0002178: Cotisation de solidarité Impression : 
Listing (HTML, CSV et PDF) Impression : Extended (HTML, CSV et PDF) Negatif 
amount and currency
     new 91f7c05de Additional Tax : input in purchase and sale ledger - tax 
with positive amount - tax with negative amount - tax currency - Reverse 
operation - Correct in operation detail the amount of linked operation
     new 3a0629e8f code documentation
     new 4a4396105 Additional Tax : database changes
     new 88e513f74 Additional Tax : security
     new 867838d11 Additional Tax : export operation PDF
     new b25682ead Additional Tax : automatic compute
     new a4c1c3c12 Additional tax : remains when correct operation Cosmetic
     new b1279e153 Cosmetic : waiting box if confirmed
     new 878d7baca Cosmetic : restore administration, we set the max filesize
     new 5ebd0c6f5 Correct Cosmetic : waiting_box
     new 9473dcbcb Doc, correct bug introduced by auto-correct
     new 6e14b3486 Bug : supplemental tax cannot be deleted
     new cbc0d3fb7 Bug: Fails when p_callback_true is false

The 24 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_misc.php                                 |  12 +-
 html/compute.php                                   |  15 +-
 html/fid.php                                       |   1 +
 html/fid_card.php                                  |   6 +-
 html/js/acc_ledger.js                              |  67 ++-
 html/js/noalyss_script.js                          |  10 +-
 ...export_pcur01_pdf.php => acc_other_tax.inc.php} |  18 +-
 include/action.common.inc.php                      |  11 +-
 include/ajax/ajax_card.php                         |  19 +-
 .../ajax/{ajax_company.php => ajax_other_tax.php}  |  46 +-
 include/class/acc_ledger.class.php                 | 142 ++++-
 include/class/acc_ledger_history.class.php         |  60 +++
 .../class/acc_ledger_history_purchase.class.php    |  52 +-
 include/class/acc_ledger_history_sale.class.php    |  32 +-
 include/class/acc_ledger_purchase.class.php        |  82 ++-
 include/class/acc_ledger_sale.class.php            |  76 ++-
 include/class/acc_ledger_search.class.php          |  19 +-
 include/class/acc_operation.class.php              |  30 +-
 include/class/acc_other_tax_mtable.class.php       | 167 ++++++
 include/class/acc_tax_purchase_sale.class.php      |  84 +++
 include/class/additional_tax.class.php             | 182 +++++++
 include/class/fiche.class.php                      |   4 +-
 include/class/follow_up.class.php                  |  18 +-
 include/class/html_input_noalyss.class.php         |  28 +
 include/class/pdf_operation.class.php              |  34 +-
 include/class/print_ledger_detail_item.class.php   |   8 +-
 include/class/print_ledger_simple.class.php        |  51 +-
 include/class/user.class.php                       |  50 +-
 include/constant.php                               | 499 +++++++++---------
 include/database/acc_other_tax_sql.class.php       |  67 +++
 ...t_state_sql.class.php => jrn_tax_sql.class.php} |  34 +-
 include/export/export_ledger_csv.php               |   6 +-
 include/lib/html_input.class.php                   |   6 +-
 include/lib/http_input.class.php                   |   6 +-
 include/lib/iselect.class.php                      |   3 +
 include/lib/manage_table_sql.class.php             |   2 +-
 include/lib/message_javascript.php                 |   2 +
 include/lib/table_data_sql.class.php               |   6 +-
 include/profile.inc.php                            |  30 +-
 include/restore.inc.php                            |   3 +-
 include/sql/patch/upgrade172.sql                   | 173 +++++++
 include/sql/patch/upgrade173.sql                   |   7 +
 .../acc_ledger_history_purchase_extended.php       |  32 +-
 .../acc_ledger_history_purchase_oneline.php        |  25 +-
 .../template/acc_ledger_history_sale_extended.php  |  36 +-
 .../template/acc_ledger_history_sale_oneline.php   |  24 +-
 include/template/action_display_short.php          |   2 +-
 include/template/followup-show-action-add.php      |   6 +-
 include/template/form_ledger_detail.php            |  12 +-
 include/template/ledger_detail_ach.php             |  28 +-
 include/template/ledger_detail_bottom.php          |  10 +-
 include/template/ledger_detail_ven.php             | 575 +++++++++++----------
 include/upgrade.inc.php                            |   2 +-
 scenario/test_postgres_json_array.php              |  31 ++
 sql/upgrade.sql                                    | 171 ++++++
 unit-test/include/class/userTest.php               |  79 +++
 56 files changed, 2460 insertions(+), 741 deletions(-)
 copy include/{export/export_pcur01_pdf.php => acc_other_tax.inc.php} (75%)
 copy include/ajax/{ajax_company.php => ajax_other_tax.php} (60%)
 create mode 100644 include/class/acc_other_tax_mtable.class.php
 create mode 100644 include/class/acc_tax_purchase_sale.class.php
 create mode 100644 include/class/additional_tax.class.php
 create mode 100644 include/database/acc_other_tax_sql.class.php
 copy include/database/{document_state_sql.class.php => jrn_tax_sql.class.php} 
(69%)
 create mode 100644 include/sql/patch/upgrade172.sql
 create mode 100644 include/sql/patch/upgrade173.sql
 create mode 100644 scenario/test_postgres_json_array.php



reply via email to

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