noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch devel updated (27cf307a5 -> d2d8c361f)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch devel updated (27cf307a5 -> d2d8c361f)
Date: Tue, 16 May 2023 14:50:20 -0400 (EDT)

sparkyx pushed a change to branch devel
in repository noalyss.

    from 27cf307a5 Bug in follow up, the documents to generate are not filtered 
by the type of event
     add cbdd6acdc ignore .idea
     add 9957fce8e Tag $cn must be accessed from tag_operation
     add 4d1fbc425 Bug export Ledger export CSV : DatabaseCore, only the 
associative array is sent with Database::fetch_array(PGSQL_ASSOC)
     add b880126dd compatibility PHP8.1 : trim null deprecated
     add c661b0a41 Cosmetic
     add ff70feba5 Code Documentation
     add f48262e20 Task #2257:improve Détail Action dans le tableau de bord , 
mise à jour
     add c01929d48 Compatibility 8.1
     add 40bc3fc48 Merge branch 'devel' into dev9101
     add 6291417e5 Document Template
     add e5b24c3b7 remove dead code
     add 07ca4dd6b SQL protect
     add 0eaf7eb83 FInal : add SQL upgrade script + test
     add 77f9e7696 Bug#2271: Banque : totaux non vérifié
     add a465e258d remove dead code
     add 87f09a94a Bug #2259: MENU GESTION - opéations non prises en compte 
selon exercice sélectionné dans «Préférences»
     add 9f10730f5 missing file
     add 59b18a039 Bug#2271: Banque : totaux non vérifié,arrondi
     add 991902295 Fix bug : background color not set for head on small screens
     add 6fc5821af Fix bug : background color not set for head on small screens
     add 596bc85fd Merge branch 'devel-venus2'
     new d2d8c361f Cosmetic bug : make_array wasn't able to manage accent and 
quote

The 1 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:
 .gitignore                                         |   1 +
 html/ajax_misc.php                                 |  14 +-
 html/css/style-classic7.css                        |  10 +-
 html/js/noalyss_script.js                          |  78 +++++++++
 include/ajax/ajax_event_display_detail.php         |  43 +++++
 include/balance_card.inc.php                       |  17 +-
 include/class/acc_ledger_fin.class.php             |   9 +-
 include/class/calendar.class.php                   |  10 ++
 include/class/database.class.php                   |   2 +-
 include/class/document_modele.class.php            |   4 +-
 include/class/follow_up.class.php                  |   4 +-
 include/class/noalyss_appearance.class.php         |   2 +-
 include/class/pdf_operation.class.php              |   4 +-
 include/class/status_operation_event.class.php     |  96 +++++++++++
 include/constant.php                               |   2 +-
 include/dashboard.inc.php                          |  20 +--
 include/export/export_ledger_csv.php               |   9 +-
 include/lib/ac_common.php                          |  71 +-------
 include/lib/database_core.class.php                |   2 +-
 include/lib/function_javascript.php                |   2 +-
 include/lib/noalyss_csv.class.php                  |   2 +-
 .../sql/patch/upgrade184.sql                       |   4 +
 include/template/calendar.php                      |   2 +-
 include/template/dashboard.php                     | 180 +--------------------
 include/template/modele_document.php               |   6 +-
 .../status_operation_event-display_event.php       |  66 ++++++++
 .../status_operation_event-display_operation.php   |  80 +++++++++
 .../status_operation_event-main_display.php        | 140 ++++++++++++++++
 sql/upgrade.sql                                    |  46 ------
 unit-test/create-dossier-test.sh                   |   4 +-
 ...edger_sale.Test.php => acc_ledger_saleTest.php} |   0
 31 files changed, 582 insertions(+), 348 deletions(-)
 create mode 100644 include/ajax/ajax_event_display_detail.php
 create mode 100644 include/class/status_operation_event.class.php
 copy sql/upgrade.sql => include/sql/patch/upgrade184.sql (93%)
 create mode 100644 include/template/status_operation_event-display_event.php
 create mode 100644 
include/template/status_operation_event-display_operation.php
 create mode 100644 include/template/status_operation_event-main_display.php
 rename unit-test/include/class/{acc_ledger_sale.Test.php => 
acc_ledger_saleTest.php} (100%)



reply via email to

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