todo : fixed
This commit is contained in:
parent
53f6a045f5
commit
41c588ae03
5 changed files with 3 additions and 16 deletions
|
|
@ -1,5 +1,3 @@
|
|||
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (50,'Contrepartie pour TVA récup par impot','poste',22);
|
||||
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (51,'Contrepartie pour TVA non Ded.','poste',22);
|
||||
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (52,'Contrepartie pour dépense à charge du gérant','poste',22);
|
||||
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (53,'Contrepartie pour dépense fiscal. non déd.','poste',22);
|
||||
|
||||
create unique index qs_j_id on quant_sold(j_id);
|
||||
create unique index qp_j_id on quant_purchase(j_id);
|
||||
create unique index qf_jr_id on quant_fin(jr_id);
|
||||
Loading…
Add table
Add a link
Reference in a new issue