noalyss-commit
[Top][All Lists]
Advanced

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

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


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (a02ebda -> b00558e)
Date: Sun, 28 Mar 2021 09:22:01 -0400 (EDT)

sparkyx pushed a change to branch master
in repository noalyss.

    from a02ebda  if a document cannot be generate, a error message is displaid 
and the whole operation is not cancelled
     new 6f169ca  Manage_Table : add CSS Class
     new 5f55ba7  Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss
     add bd58e1a  Erreur : fiche_attr , first param is a DatabaseCore object
     add a7d603c  if a document cannot be generate, a error message is displaid 
and the whole operation is not cancelled
     new c24c4a3  Merge branch 'd8103'
     new 2986417  Task #1913 : cosmetic CSS
     new 79024f7  Task #0001878: quantité sur deux décimales
     new d0274f5  Task #0001904: Previsions et budgets Réécriture prévision
     new b607bb1  Improve ManageTable : input can return a value + cosmetic
     new 3db26be  Task #0001904: Previsions et budgets rewriting of forecast : 
missing SQL files
     new e9643d4  Cosmetic
     new b00558e  Task #0001904: Previsions et budgets Ajout montant initial 
and estimation cumulée pour avoir évolution passif/actif

The 10 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                                 |   8 +-
 html/css/style-classic7.css                        |   6 +-
 html/js/forecast.js                                |  25 -
 html/js/managetable.js                             |  25 +-
 include/ajax/ajax_forecast.php                     |  77 +++
 include/ajax/ajax_forecast_category.php            |  60 +++
 ...x_document_state.php => ajax_forecast_item.php} |  58 +--
 include/ajax/ajax_history_anc_account.php          |   4 +-
 include/class/acc_ledger_purchase.class.php        |   3 +-
 include/class/acc_ledger_sold.class.php            |   3 +-
 include/class/anc_operation.class.php              |   4 +-
 include/class/anticipation.class.php               | 573 ++++++++-------------
 include/class/forecast_cat.class.php               | 172 -------
 include/class/forecast_category_mtable.class.php   | 118 +++++
 include/class/forecast_item.class.php              | 165 ------
 include/class/forecast_item_mtable.class.php       | 202 ++++++++
 include/class/periode.class.php                    |   4 +-
 include/class/pre_op_ach.class.php                 |   1 +
 include/class/pre_op_ven.class.php                 |   1 +
 include/company.inc.php                            |   6 +-
 include/constant.php                               |   2 +-
 ...l.class.php => forecast_category_sql.class.php} |  45 +-
 ...e_sql.class.php => forecast_item_sql.class.php} |  56 +-
 ..._state_sql.class.php => forecast_sql.class.php} |  45 +-
 include/forecast.inc.php                           | 385 ++++----------
 include/lib/ac_common.php                          |   7 +-
 include/lib/function_javascript.php                |   1 -
 include/lib/html_input.class.php                   |   4 +-
 include/lib/icon_action.class.php                  |  30 +-
 include/lib/impress.class.php                      |  42 +-
 include/lib/inplace_edit.class.php                 |   4 +-
 include/lib/iposte.class.php                       |  11 +-
 include/lib/manage_table_sql.class.php             |  60 ++-
 include/sql/patch/upgrade153.sql                   |   7 +
 include/template/anticipation-display.php          | 266 ++++++++++
 include/template/anticipation-input_title.php      |  74 +++
 include/template/forecast-new.php                  |  90 ++++
 .../{forecast_cat.php => forecast_cat-delete.php}  |   0
 .../forecast_item_mtable-display_table.php         |  71 +++
 include/template/forecast_item_mtable-input.php    | 163 ++++++
 include/template/forecast_result.php               | 203 --------
 include/template/ledger_detail_ach.php             |   2 +-
 include/template/ledger_detail_ven.php             |   2 +-
 scenario/icon_actionTest.php                       |  16 +-
 44 files changed, 1713 insertions(+), 1388 deletions(-)
 delete mode 100644 html/js/forecast.js
 create mode 100644 include/ajax/ajax_forecast.php
 create mode 100644 include/ajax/ajax_forecast_category.php
 copy include/ajax/{ajax_document_state.php => ajax_forecast_item.php} (50%)
 delete mode 100644 include/class/forecast_cat.class.php
 create mode 100644 include/class/forecast_category_mtable.class.php
 delete mode 100644 include/class/forecast_item.class.php
 create mode 100644 include/class/forecast_item_mtable.class.php
 copy include/database/{document_state_sql.class.php => 
forecast_category_sql.class.php} (54%)
 copy include/database/{v_tva_rate_sql.class.php => 
forecast_item_sql.class.php} (57%)
 copy include/database/{document_state_sql.class.php => forecast_sql.class.php} 
(55%)
 create mode 100644 include/sql/patch/upgrade153.sql
 create mode 100644 include/template/anticipation-display.php
 create mode 100644 include/template/anticipation-input_title.php
 create mode 100644 include/template/forecast-new.php
 rename include/template/{forecast_cat.php => forecast_cat-delete.php} (100%)
 create mode 100644 include/template/forecast_item_mtable-display_table.php
 create mode 100644 include/template/forecast_item_mtable-input.php
 delete mode 100644 include/template/forecast_result.php



reply via email to

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