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 Tva_Rate_SQL extends Table_Data_SQL
|
|||
,"tva_payment_sale"=>"tva_payment_sale"
|
||||
,"tva_code"=>"tva_code"
|
||||
,'tva_reverse_account'=>'tva_reverse_account'
|
||||
,'tva_peppol_code'=>'tva_peppol_code'
|
||||
);
|
||||
/*
|
||||
* Type of columns
|
||||
|
|
@ -67,6 +68,7 @@ class Tva_Rate_SQL extends Table_Data_SQL
|
|||
,"tva_payment_sale"=>"text"
|
||||
,"tva_code"=>"text"
|
||||
,'tva_reverse_account'=>'text'
|
||||
,'tva_peppol_code'=>'text'
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue