Add a operation without tva
This commit is contained in:
parent
eba7f94922
commit
0ebfa5b0c6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
--make sure that p_start < p_end
|
||||
ALTER TABLE parm_periode ADD CHECK (p_end >= p_start);
|
||||
insert into tva_rate values (5,'0%',0, 'Pas soumis à la TVA',null);
|
||||
|
||||
|
||||
update version set val=7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue