noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (3321756df -> 49701a972


From: dwm
Subject: [Noalyss-commit] [noalyss] branch master updated (3321756df -> 49701a972)
Date: Sun, 25 Feb 2024 13:07:19 -0500 (EST)

sparkyx pushed a change to branch master
in repository noalyss.

    from 3321756df Merge branch 'devel'
     add 038847cb3 Cosmetic : Alignement
     add 545362569 Correction : prevent direct access to $_REQUEST
     add 868dbdfbd Nouveau #00022980002298: detail fiche ,historique du suivi
     add 61897f319 cosmetic
     add 8ad238c09 Task #2321: erreur de numérotation
     add 09ad1d762 Nouvelle fonction pour ajouter des attributs à un élément DOM
     add 0aec7bfd1 DB protect against JS Injection
     add 02b40836a cosmetic
     add 4c43d4882 redirect via javascript
     add 7a91dcfd7 Tableau de bord : position des détail
     add 66ee255c1 SUIVI : détail , montre nom et prénom
     add 4da519b10 Task #2219 Suivi Cosmétique et PHP8.1 Compatibility
     add ded3cf9a2 SUIVI : ajout prénom
     add 0219700f4 Task #2128 : Comptabilité française : report, montre le 
solde de l'année et depuis le début pour les fiches, postes en HTML et PDF
     add 860488603 Task #2321: Sécurité : empêcher changement de numéro de pièce
     add af9e4c330 Filtre ne fonctionne pas tva_search_id est vide
     add fc23fb167 Sécurité : bloquer le changement de date des opérations, 
Renforce mode strict : change de date impossible
     add 057c2e6ac Task #02326: Suivi : possibilité de charger plusieurs 
documents
     add 5d783369c FOLLOWUP : Cosmetic  nombre pièces
     add 907dc85c6 integre changement SQL
     add b1f96914d bug follow-up
     add e2cc2f37e Follow-Up : bug ne peut pas ajouter fichier sur nouvel 
événement
     add 0387a0282 FOLLOWUP : nom contact pas affiché
     add 9e5079ad4 Fix cosmetic bug : duplicate operation with autoreverse VAT 
has an VAT amount
     add cbf36dbee version 9.2
     add 49b769b98 version 9.2
     add 1835c8e83 Fix : auto numbering receipt
     add 7d9fb60cc Merge branch 'devel'
     add e2b640420 Fix : auto numbering receipt
     add b30138e6b Merge branch 'devel'
     add ae83ccbda DB protect against JS Injection
     add b6b8c8804 cosmetic
     add d9cf4cf71 CARD : add button to epxort to PDF
     add 6f859d6ef Gestion : possibilité de sauvegarder les recherches
     add 83352b2e6 Merge devel
     add 8d3f5b613 Fix : Bug cannot filter a list of element
     add 2942abefa Cosmetic
     add 910ae8b9f Upgrade SQL
     new 6a59d2149 Card PDF : also from Gestion
     new 1c3fb046f FollowUp show list of saved search
     new 943aba96e cosmetic
     new 8936ba5bf FOLLOWUP-FILTER :  cosmetic
     new 3b162645c PHP8.1 compatibility
     new 49701a972 Merge branch 'master' of git.sv.gnu.org:/srv/git/noalyss

The 6 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                                 |   6 ++
 html/image/logo9000.png                            | Bin 33156 -> 33905 bytes
 html/index.php                                     |  10 +-
 html/js/acc_ledger.js                              |  38 ++++++++
 html/js/card.js                                    |   3 +
 html/js/gestion.js                                 |  62 +++++++++++++
 html/js/noalyss_script.js                          |  20 ++--
 include/action.common.inc.php                      |  10 ++
 include/ajax/ajax_card.php                         |   9 +-
 include/ajax/ajax_follow_up.php                    |  32 ++++++-
 include/category_detail.inc.php                    |  10 +-
 include/class/acc_ledger.class.php                 |   9 +-
 include/class/acc_ledger_purchase.class.php        |   4 +-
 include/class/acc_ledger_sale.class.php            |   9 +-
 include/class/card_pdf.class.php                   |  71 ++++++++++++++
 include/class/document_modele.class.php            |   5 +-
 include/class/follow_up.class.php                  |  88 ++++++++++++++----
 include/class/follow_up_filter.class.php           |  95 +++++++++++++++++++
 include/constant.php                               |   2 +-
 include/export/export_card_pdf.php                 |  16 ++++
 include/lib/ac_common.php                          |  26 ++++++
 include/lib/function_javascript.php                |  18 ++++
 include/lib/html_input.class.php                   |  46 ++++++++--
 include/sql/patch/upgrade194.sql                   |  35 +++++++
 include/template/action_search.php                 |  66 +++++++------
 include/template/follow_up-display.php             |   9 +-
 include/template/follow_up-view_list.php           |  87 ++++++++++++++++++
 include/template/follow_up_filter-display_list.php | 102 +++++++++++++++++++++
 include/template/form_ledger_detail.php            |  26 +++---
 include/template/ledger_detail_misc.php            |   2 +-
 .../template/operation_exercice-input_transfer.php |   3 +
 sql/reverse.sql                                    |   1 +
 32 files changed, 825 insertions(+), 95 deletions(-)
 create mode 100644 include/class/card_pdf.class.php
 create mode 100644 include/class/follow_up_filter.class.php
 create mode 100644 include/export/export_card_pdf.php
 create mode 100644 include/sql/patch/upgrade194.sql
 create mode 100644 include/template/follow_up-view_list.php
 create mode 100644 include/template/follow_up_filter-display_list.php
 create mode 100644 sql/reverse.sql



reply via email to

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