Merge pull request #366 from simnandez/3.2

Fix: Modify spanish VAT to new rates
This commit is contained in:
Regis Houssin 2012-09-01 09:31:18 -07:00
commit 49ae52c708
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@ English Dolibarr ChangeLog
--------------------------------------------------------------
***** ChangeLog for 3.2.2 compared to 3.2.1 *****
Fix: Modify spanish VAT to new rates
***** ChangeLog for 3.2.1 compared to 3.2.0 *****
- Fix: Edit of projects.

View File

@ -181,8 +181,8 @@ INSERT INTO llx_c_tva(rowid, fk_pays, taux, recuperableonly, note, active) VALUE
INSERT INTO llx_c_tva(rowid, fk_pays, taux, recuperableonly, note, active) VALUES (2023, 202, '0', '0', 'VAT Rate 0', 1);
-- SPAIN (id country=4)
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,localtax1,note,active) values ( 41, 4, '18','0','4','VAT standard rate',1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,localtax1,note,active) values ( 42, 4, '8','0','1','VAT reduced rate',1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,localtax1,note,active) values ( 41, 4, '21','0','5.2','VAT standard rate',1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,localtax1,note,active) values ( 42, 4, '10','0','1.4','VAT reduced rate',1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,localtax1,note,active) values ( 43, 4, '4','0','0.5','VAT super-reduced rate',1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 44, 4, '0','0','VAT Rate 0',1);