noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch devel updated (23653dddb -> 910ae8b9f)


From: dwm
Subject: [Noalyss-commit] [noalyss] branch devel updated (23653dddb -> 910ae8b9f)
Date: Sun, 18 Feb 2024 07:30:39 -0500 (EST)

sparkyx pushed a change to branch devel
in repository noalyss.

    from 23653dddb Fix cosmetic bug : duplicate operation with autoreverse VAT 
has an VAT amount
     new 038847cb3 Cosmetic : Alignement
     new 545362569 Correction : prevent direct access to $_REQUEST
     new 868dbdfbd Nouveau #00022980002298: detail fiche ,historique du suivi
     new 61897f319 cosmetic
     new 8ad238c09 Task #2321: erreur de numérotation
     new 09ad1d762 Nouvelle fonction pour ajouter des attributs à un élément DOM
     new 0aec7bfd1 DB protect against JS Injection
     new 02b40836a cosmetic
     new 4c43d4882 redirect via javascript
     add 0b4c6fb0e Bug from merging
     add 32bd3139d OPTION_CARD : Correct options for FollowUp
     add 76aa48692 Merge tag 'rel9111'
     add aca73ffa0 Merge branch 'devel'
     add fcc7ef8c0 Get empty upgrade.sql
     add d6e4f4a1b Merge branch 'devel'
     add 9fa37baa8 Merge branch 'devel'
     add b0a300cdd Merge branch 'devel'
     add ba0dabd68 Merge branch 'devel'
     new 7a91dcfd7 Tableau de bord : position des détail
     new 66ee255c1 SUIVI : détail , montre nom et prénom
     new 4da519b10 Task #2219 Suivi Cosmétique et PHP8.1 Compatibility
     new ded3cf9a2 SUIVI : ajout prénom
     new 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
     new 860488603 Task #2321: Sécurité : empêcher changement de numéro de pièce
     new af9e4c330 Filtre ne fonctionne pas tva_search_id est vide
     new fc23fb167 Sécurité : bloquer le changement de date des opérations, 
Renforce mode strict : change de date impossible
     new 057c2e6ac Task #02326: Suivi : possibilité de charger plusieurs 
documents
     new 5d783369c FOLLOWUP : Cosmetic  nombre pièces
     new 907dc85c6 integre changement SQL
     new b1f96914d bug follow-up
     new e2cc2f37e Follow-Up : bug ne peut pas ajouter fichier sur nouvel 
événement
     new 0387a0282 FOLLOWUP : nom contact pas affiché
     new 9e5079ad4 Fix cosmetic bug : duplicate operation with autoreverse VAT 
has an VAT amount
     new cbf36dbee version 9.2
     new 49b769b98 version 9.2
     new 1835c8e83 Fix : auto numbering receipt
     new 7d9fb60cc Merge branch 'devel'
     new e2b640420 Fix : auto numbering receipt
     new b30138e6b Merge branch 'devel'
     new ae83ccbda DB protect against JS Injection
     new b6b8c8804 cosmetic
     new d9cf4cf71 CARD : add button to epxort to PDF
     new 6f859d6ef Gestion : possibilité de sauvegarder les recherches
     new 83352b2e6 Merge devel
     new 8d3f5b613 Fix : Bug cannot filter a list of element
     new 2942abefa Cosmetic
     new 910ae8b9f Upgrade SQL

The 38 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/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                  |  76 ++++++++++++----
 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/lib/select_box.class.php                   |   2 +-
 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 |  99 +++++++++++++++++++++
 include/template/form_ledger_detail.php            |  26 +++---
 .../template/operation_exercice-input_transfer.php |   3 +
 sql/reverse.sql                                    |   1 +
 31 files changed, 801 insertions(+), 94 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]