noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 09/33: Merge branch 'unstable' into pre-stabl


From: dwm
Subject: [Noalyss-commit] [noalyss] 09/33: Merge branch 'unstable' into pre-stable
Date: Thu, 18 Jul 2024 12:24:43 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 85b8d8eb3b2cb4a95a6078acb46b5792cd613213
Merge: 6e984878f 2fa3bc882
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Jun 20 15:48:40 2024 +0200

    Merge branch 'unstable' into pre-stable
    
    * unstable: (22 commits)
      TVA-CODE small bug
      TVA_CODE : suggest tva_code + unittest
      unit test
      Bug 2358 : operation cloture
      SQL upgrade
      CFGTVA : tva_id cannot be a float
      remove euro symbole
      PDF : operation detail for a card : add first name
      PHP8.x Deprecated Dynamic Property
      0002360: TVA : tva_code check that TVA_CODE is Unique , has maximum 5 
characters , do not contain any else than letter or digit
      PHP8.x Deprecated Dynamic Property
      0002360: TVA : permet utilisation code TVA plutôt que nombre
      Documentation code
      IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element 
(choice) and allow to use VALUE(1,1), (2,2)
      0002359: Permettre aux utilisateurs d’identifier que la Date de 
l’opération et la Période de l'opération ne sont pas alignées
      Improve : filter for analytic accountancy
      Security : forbid direct access to $_GET
      Add code of the ledger when you have to select a ledger in search
      version 9025 : bug followup list
      Bug : ajax followup list
      ...

 html/ajax_misc.php                                 |  4 ++
 html/compute.php                                   | 29 ++++-----
 include/ajax/ajax_ledger.php                       |  6 +-
 include/ajax/ajax_search_filter.php                |  4 +-
 include/class/acc_compute.class.php                |  4 +-
 include/class/acc_ledger_purchase.class.php        | 36 +++++------
 include/class/acc_ledger_sale.class.php            | 35 +++++------
 include/class/acc_ledger_search.class.php          | 22 ++++---
 include/class/acc_operation.class.php              |  7 +++
 include/class/acc_payment.class.php                |  7 ++-
 include/class/acc_tva.class.php                    | 26 +++++++-
 include/class/card_property.class.php              |  3 +-
 include/class/document.class.php                   |  5 +-
 include/class/follow_up.class.php                  |  7 ++-
 include/class/follow_up_detail.class.php           |  1 +
 include/class/noalyss_parameter_folder.class.php   | 11 +++-
 include/class/noalyss_user.class.php               |  4 +-
 include/class/pre_operation.class.php              |  8 ++-
 include/class/tva_rate_mtable.class.php            | 31 +++++++---
 include/constant.php                               |  2 +-
 include/database/v_tva_rate_sql.class.php          |  4 +-
 include/export/export_fiche_detail_pdf.php         |  4 +-
 include/history_operation.inc.php                  |  2 +-
 include/lib/itva_popup.class.php                   | 41 ++++++++++++-
 include/lib/single_record.class.php                |  1 +
 include/sql/patch/upgrade196.sql                   | 65 ++++++++++++++++++++
 sql/upgrade.sql                                    | 64 +++++++++++++++++++
 unit-test/include/class/Acc_TVATest.php            | 71 ++++++++++++++++++++++
 .../include/class/noalyss_parameter_folderTest.php | 13 ++++
 unit-test/{test-file.sh => test-file.sh-example}   |  0
 30 files changed, 423 insertions(+), 94 deletions(-)

diff --cc include/constant.php
index 51bae3753,c11fd1351..8a7debbf5
--- a/include/constant.php
+++ b/include/constant.php
@@@ -25,10 -25,10 +25,10 @@@
  
  global $version_noalyss;
  // version 
 -define('NOALYSS_VERSION', 9205 );
 +define('NOALYSS_VERSION', 9206 );
  
  // Database schema version 
- define("DBVERSION", 196);
+ define("DBVERSION", 197);
  
  // version for MONO_DATABASE
  define("MONO_DATABASE", 25);



reply via email to

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