noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (b00558e -> eba5413)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (b00558e -> eba5413)
Date: Wed, 31 Mar 2021 13:07:04 -0400 (EDT)

sparkyx pushed a change to branch master
in repository noalyss.

    from b00558e  Task #0001904: Previsions et budgets Ajout montant initial 
and estimation cumulée pour avoir évolution passif/actif
     new 7653691  Task #0001735: Standardiser icone
     new c8303e5  Harden security
     new e730ac2  calcy , bug position divide by 2 on certain circumstances
     new edbb7bc  Code #0001905: Champ pour Registre des Personnes Morales 
(RPM) Réécriture complete de COMPANY , ajout libres de paramètres
     new a4a833c  Esthestic Bug Forecast if there is no category do not show 
the save btn
     new 12fd17e  0001923: TAG : Date de paiement BALISE DATE_PAID
     new 8dd4892  Task #0001928: Export ANC/ANCIMP/ANCHOP
     new c71a35f  Set version 9.0
     new 2b6ad48  Bug #1838 Souci décimales ventilation CA si automatique
     new 4325c55  Improve #0001825: Détail opération : mise à jour date + logo 9
     new eba5413  Cosmetic

The 11 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                                 |   4 +-
 html/css/index.css                                 |  18 +-
 html/css/style-classic7.css                        |  74 +++-
 html/do.php                                        |   4 +-
 html/image/logo8100.png                            | Bin 35588 -> 0 bytes
 html/image/logo9000.png                            | Bin 0 -> 35104 bytes
 html/index.php                                     |   4 +-
 html/install.php                                   |   2 +-
 html/js/acc_ledger.js                              |  11 +-
 html/js/anc_script.js                              |   4 +-
 html/js/scripts.js                                 |   6 +-
 html/menuarrow.gif                                 | Bin 68 -> 0 bytes
 .../ajax/{ajax_tag_group.php => ajax_company.php}  |  52 +--
 include/ajax/ajax_forecast.php                     |   4 +
 include/ajax/ajax_ledger.php                       |  36 +-
 include/class/anc_listing.class.php                |   4 +-
 include/class/anc_operation.class.php              |   1 +
 include/class/document.class.php                   |  16 +
 include/class/forecast_item_mtable.class.php       |   6 +
 include/class/parameter_extra_mtable.class.php     |  87 +++++
 include/company.inc.php                            | 425 +++++++++++++--------
 include/constant.php                               |   4 +-
 ...sql.class.php => parameter_extra_sql.class.php} |  26 +-
 include/lib/html_input.class.php                   |   2 +-
 include/lib/icon_action.class.php                  |   8 +-
 include/sql/patch/upgrade154.sql                   |  72 ++++
 include/template/forecast_item_mtable-input.php    |   4 -
 27 files changed, 614 insertions(+), 260 deletions(-)
 delete mode 100644 html/image/logo8100.png
 create mode 100644 html/image/logo9000.png
 delete mode 100644 html/menuarrow.gif
 copy include/ajax/{ajax_tag_group.php => ajax_company.php} (59%)
 create mode 100644 include/class/parameter_extra_mtable.class.php
 copy include/database/{tag_group_sql.class.php => 
parameter_extra_sql.class.php} (75%)
 create mode 100644 include/sql/patch/upgrade154.sql



reply via email to

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