Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
28b4a034
Commit
28b4a034
authored
12 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Correct vat
parent
511a75b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/install/mysql/data/llx_c_tva.sql
+3
-3
3 additions, 3 deletions
htdocs/install/mysql/data/llx_c_tva.sql
with
3 additions
and
3 deletions
htdocs/install/mysql/data/llx_c_tva.sql
+
3
−
3
View file @
28b4a034
...
@@ -164,10 +164,10 @@ insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (18
...
@@ -164,10 +164,10 @@ insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (18
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
1844
,
184
,
'0'
,
'0'
,
'VAT Rate 0'
,
1
);
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
1844
,
184
,
'0'
,
'0'
,
'VAT Rate 0'
,
1
);
-- PORTUGAL (id country=25)
-- PORTUGAL (id country=25)
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
251
,
25
,
'2
0
'
,
'0'
,
'VAT standard rate'
,
1
);
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
251
,
25
,
'2
3
'
,
'0'
,
'VAT standard rate'
,
1
);
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
252
,
25
,
'1
2
'
,
'0'
,
'VAT reduced rate'
,
1
);
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
252
,
25
,
'1
3
'
,
'0'
,
'VAT reduced rate'
,
1
);
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
253
,
25
,
'0'
,
'0'
,
'VAT Rate 0'
,
1
);
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
253
,
25
,
'0'
,
'0'
,
'VAT Rate 0'
,
1
);
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
254
,
25
,
'
5
'
,
'0'
,
'VAT reduced rate'
,
1
);
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
254
,
25
,
'
6
'
,
'0'
,
'VAT reduced rate'
,
1
);
-- ROMANIA (id country=188)
-- ROMANIA (id country=188)
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
1881
,
188
,
'24'
,
'0'
,
'VAT standard rate'
,
1
);
insert
into
llx_c_tva
(
rowid
,
fk_pays
,
taux
,
recuperableonly
,
note
,
active
)
values
(
1881
,
188
,
'24'
,
'0'
,
'VAT standard rate'
,
1
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment