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:
commit
88276dd81e
165 changed files with 3267 additions and 2026 deletions
|
|
@ -4,6 +4,7 @@ set search_path = public,comptaproc,pg_catalog ;
|
|||
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);
|
||||
|
|
@ -43,7 +44,6 @@ SELECT pg_catalog.lo_create('2346476');
|
|||
|
||||
|
||||
|
||||
|
||||
INSERT INTO public.action (ac_id, ac_description, ac_module, ac_code) VALUES (800, 'Ajout de fiche', 'fiche', 'FICADD');
|
||||
INSERT INTO public.action (ac_id, ac_description, ac_module, ac_code) VALUES (805, 'Création, modification et effacement de fiche', 'fiche', 'FIC');
|
||||
INSERT INTO public.action (ac_id, ac_description, ac_module, ac_code) VALUES (910, 'création, modification et effacement de catégorie de fiche', 'fiche', 'FICCAT');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue