E-Invoice : adapt VAT, add code for Peppol
This commit is contained in:
parent
7c4b492858
commit
bec8b39afa
4 changed files with 61 additions and 12 deletions
|
|
@ -52,6 +52,7 @@ class V_Tva_Rate_SQL extends Table_Data_SQL
|
|||
,'tva_reverse_account'=>'tva_reverse_account'
|
||||
,'tva_payment_purchase'=>'tva_payment_purchase'
|
||||
,'tva_payment_sale'=>'tva_payment_sale'
|
||||
,'tva_peppol_code'=>'tva_peppol_code'
|
||||
|
||||
);
|
||||
/*
|
||||
|
|
@ -69,6 +70,7 @@ class V_Tva_Rate_SQL extends Table_Data_SQL
|
|||
,'tva_reverse_account'=>'text'
|
||||
, 'tva_payment_purchase'=>'text'
|
||||
, 'tva_payment_sale'=>'text'
|
||||
,'tva_peppol_code'=>'text'
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue