Task #0001762: TVA France , add the possibility to compute VAT at

the date of operation , payment.
PRINTTVA : Add feature summary of VAT depending of operation date,
payment date  or VAT setting
This commit is contained in:
Dany De Bontridder 2019-11-09 19:33:14 +01:00
parent ef108c2fc8
commit 6b96cb0a44
23 changed files with 1435 additions and 661 deletions

View file

@ -45,6 +45,8 @@ class Tva_rate_SQL extends Noalyss_SQL
, "tva_comment"=>"tva_comment"
, "tva_poste"=>"tva_poste"
, "tva_both_side"=>"tva_both_side"
,"tva_payment_purchase"=>"tva_payment_purchase"
,"tva_payment_sale"=>"tva_payment_sale"
);
/*
* Type of columns
@ -56,6 +58,9 @@ class Tva_rate_SQL extends Noalyss_SQL
, "tva_comment"=>"text"
, "tva_poste"=>"text"
, "tva_both_side"=>"numeric"
,"tva_payment_purchase"=>"text"
,"tva_payment_sale"=>"text"
);

View file

@ -46,6 +46,9 @@ class V_Tva_Rate_SQL extends Noalyss_SQL
, "tva_purchase"=>"tva_purchase"
, "tva_sale"=>"tva_sale"
, "tva_both_side"=>"tva_both_side"
,'tva_payment_purchase'=>'tva_payment_purchase'
,'tva_payment_sale'=>'tva_payment_sale'
);
/*
* Type of columns
@ -58,6 +61,8 @@ class V_Tva_Rate_SQL extends Noalyss_SQL
, "tva_purchase"=>"text"
, "tva_sale"=>"text"
, "tva_both_side"=>"numeric"
, 'tva_payment_purchase'=>'text'
, 'tva_payment_sale'=>'text'
);