noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (8b28b18 -> 2b1bcd5)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (8b28b18 -> 2b1bcd5)
Date: Thu, 11 Nov 2021 06:02:40 -0500 (EST)

sparkyx pushed a change to branch master
in repository noalyss.

    from 8b28b18  Bug ODS : number of rows incorrect when changing legder
     new 50b2607  Cosmetic : move dialog horizontally and vertically
     new 5d70f21  Cosmetic : add button close for filter, dialog box search 
operation, TVA
     new 0142c9c  Improve HttpInput::extract , the array is set and not passed 
anymore
     new c3a68e2  Sale & Purchase Quantity with 2 dec.
     new d699d64  Bug : pour non-assujetti , pas de calcul en devise
     new 1ab5160  Bug rounded : show amount in currency with 4 dec.
     new 5b3bb3e  Bug for reversed operation when currency are used
     new 92797fd  Operation details : calcul correctement la différence avec 
les opérations extournées
     new d8dffdf  Rounded for currency
     new b85ea64  For Misc Operation in currency , show the currency amount / 
row
     new 97a13b0  Bug for reversed operation when currency are used
     new 6131723  Button close for new card
     new 9556840  Compute.php it happens that the argument are not numeric
     new 22dcde1  Typo
     new d395c0c  Bug #2079 : 0002079: Recherche de carte : guillement ne passe 
pas
     new a44642a  Documentation
     new fa530b7  Cosmetic bug : if no rows found , throw a warning
     new 096cfc4  Bug : currency_id was nullable script compatible PSQL 10
     new 0bdd1e4  Task #0002068: Pas de champ recherche dans la liste de fiches
     new 14e3c50  Cosmetic #0002080 : NOT-FOUND
     new 0b248e5  Cosmetic #2082 : OD parfois ajout différence de change
     new 6f82656  Cosmetic #0002081: PRINTTVA : l'export PDF de la TVA
     new b0f58ab  Fix : date before 2000 throws an exception
     new 16f1eba  Gestion->suivi, global administrators can access all the 
documents. Improve search
     new ba479d3  Improve ACC_LEDGER compute internal ledger code in base 36
     new 2579c0c  Cosmetic Add close button
     new 3cfb2b1  Operation ANC : Bug with decimal
     new 4c56e36  Bug #2085: Comptabilité analytique : erreur dans les balances 
croisées
     new 47b58a4  Task #0002087: Improve COMPTA/MENUFIN/FREC
     new dba0f1e  Task #0002088: Export PDF de ANCBCC
     new c09cffa  Cosmetic : button close
     new 660273f  Empty upgrade.sql
     new 2b1bcd5  CANAL : add symbol for operation : history card & accounting

The 33 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                                 |   2 +-
 html/compute.php                                   |  10 +-
 html/css/style-classic7.css                        |  13 +-
 html/js/acc_currency.js                            |   2 +
 html/js/anc_script.js                              |   2 +-
 html/js/card.js                                    |   2 +-
 include/ajax/ajax_card.php                         |   3 +-
 include/ajax/ajax_history.php                      |   4 +-
 include/ajax/ajax_search_filter.php                |   1 +
 include/anc_key.inc.php                            |   4 +-
 include/class/acc_account_ledger.class.php         |   7 +-
 include/class/acc_ledger.class.php                 |  69 +++--
 include/class/acc_ledger_purchase.class.php        |  12 +-
 include/class/acc_ledger_sale.class.php            |  19 +-
 include/class/acc_ledger_search.class.php          |   3 +-
 include/class/anc_acc_link.class.php               |   2 +
 include/class/anc_acc_list.class.php               |  44 ++--
 include/class/anc_balance_double.class.php         |  12 +-
 include/class/anc_key.class.php                    |  43 +++-
 include/class/anc_operation.class.php              |   2 +-
 include/class/fiche.class.php                      |   8 +-
 include/class/fiche_def.class.php                  |  11 +-
 include/class/follow_up.class.php                  |  48 ++--
 include/class/pdf_anc_acc_list.class.php           | 279 +++++++++++++++++++++
 include/class/pdf_operation.class.php              |   2 +-
 include/class/print_operation_currency.class.php   |   4 +-
 include/compta_fin_rec.inc.php                     | 100 +++++---
 include/constant.php                               |   5 +-
 ...eration_pdf.php => export_anc_acc_list_pdf.php} |  14 +-
 include/export/export_printtva_pdf.php             |  16 +-
 include/lib/ac_common.php                          |   2 +-
 include/lib/http_input.class.php                   |  15 +-
 include/sql/patch/upgrade168.sql                   |  34 +++
 include/sql/patch/upgrade169.sql                   |   6 +
 include/template/action_other_action.php           |  17 +-
 include/template/anticipation-display.php          |   3 +-
 include/template/fiche_list.php                    |   9 +
 include/template/form_ledger_detail.php            |   6 +-
 include/template/ledger_detail_ach.php             |   6 +-
 include/template/ledger_detail_bottom.php          |   4 +-
 include/template/ledger_detail_misc.php            |  14 +-
 include/template/ledger_detail_ven.php             |   6 +-
 sql/upgrade.sql                                    | 116 +++++++++
 unit-test/README                                   |  23 +-
 unit-test/include/class/acc_ledger.Test.php        |  32 ++-
 unit-test/include/class/acc_ledger_search.Test.php |   4 +-
 unit-test/include/class/anc_key.Test.php           |  69 ++++-
 unit-test/include/class/document.Test.php          |   2 +-
 unit-test/include/class/fiche_def.Test.php         | 201 +++++++++++++++
 unit-test/include/class/pdf_anc_acc_list.Test.php  | 163 ++++++++++++
 unit-test/include/lib/ac_commonTest.php            |  52 +++-
 unit-test/test-file.sh                             |  13 +-
 52 files changed, 1331 insertions(+), 209 deletions(-)
 create mode 100644 include/class/pdf_anc_acc_list.class.php
 copy include/export/{export_operation_pdf.php => export_anc_acc_list_pdf.php} 
(76%)
 create mode 100644 include/sql/patch/upgrade168.sql
 create mode 100644 include/sql/patch/upgrade169.sql
 create mode 100644 unit-test/include/class/fiche_def.Test.php
 create mode 100644 unit-test/include/class/pdf_anc_acc_list.Test.php



reply via email to

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