E-INVOICE : add VATEX CODE in C0VAT

E-INVOICE vatex code check when computing an invoice
This commit is contained in:
sparkyx 2025-11-18 11:23:28 +01:00
parent c7c78744dd
commit 55d7fda8d1
13 changed files with 463 additions and 31 deletions

View file

@ -53,6 +53,7 @@ class Tva_Rate_SQL extends Table_Data_SQL
,"tva_code"=>"tva_code"
,'tva_reverse_account'=>'tva_reverse_account'
,'tva_peppol_code'=>'tva_peppol_code'
, 'vx_code'=>'vx_code'
);
/*
* Type of columns
@ -69,6 +70,7 @@ class Tva_Rate_SQL extends Table_Data_SQL
,"tva_code"=>"text"
,'tva_reverse_account'=>'text'
,'tva_peppol_code'=>'text'
, 'vx_code'=>'text'
);