Merge branch 'unstable' into pre-stable

* unstable: (149 commits)
  Update DB Test for PHPUNIT
  Update DB Test for PHPUNIT
  Documentation  Code Doxygen
  Fix 2398 : bug si melange de montants  négatifs et positifs avec de la TVA en autoliquidation
  Esthetic
  VAT ND Analytic : fix bug
  Code improve Todo List to finish , allow a empty date
  Documentation
  Operation Analytic : save_form_plan_vat_nd , check that the total is the same as the VAT ND amount
  improve Operation detail : show Analytic imputation for VAT Not Deductible
  Documentation
  Operation Analytic : save_form_plan_vat_nd , check that the total is the same as the VAT ND amount
  improve Operation detail : show Analytic imputation for VAT Not Deductible
  improve doc
  improve doc
  New : label cannot be empty
  New : label cannot be empty
  FIX P0TVA when no data
  FIX P0TVA when no data
  FIX : javascript id$ function
  ...
This commit is contained in:
sparkyx 2024-12-21 19:51:39 +01:00
commit 88276dd81e
165 changed files with 3267 additions and 2026 deletions

View file

@ -3,6 +3,7 @@
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET transaction_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);