Skip to content

Commit

Permalink
Mise à jour des tables facture_fourn_det et product_fournisseur_price…
Browse files Browse the repository at this point in the history
…. Ajout d'un champ pour la gestion de la TVA NPR
  • Loading branch information
Sébastien de Chateauvieux committed Mar 25, 2013
1 parent 4fb4734 commit be8a95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/install/mysql/tables/llx_facture_fourn_det.sql
Expand Up @@ -43,6 +43,7 @@ create table llx_facture_fourn_det
product_type integer DEFAULT 0,
date_start datetime DEFAULT NULL, -- date debut si service
date_end datetime DEFAULT NULL, -- date fin si service
info_bits integer DEFAULT 0, -- TVA NPR ou non
fk_code_ventilation integer DEFAULT 0 NOT NULL,
import_key varchar(14)
)ENGINE=innodb;
Expand Up @@ -37,6 +37,7 @@ create table llx_product_fournisseur_price
charges double(24,8) DEFAULT 0,
unitcharges double(24,8) DEFAULT 0,
tva_tx double(6,3) NOT NULL,
recuperableonly integer NOT NULL DEFAULT 0,
fk_user integer,
import_key varchar(14) -- Import key
)ENGINE=innodb;

0 comments on commit be8a95a

Please sign in to comment.