Modif fichier en fichier_cdr et ajout cl sur fk_fournisseur
This commit is contained in:
parent
dfdd3e2be8
commit
fa28985ff8
@ -9,13 +9,17 @@ create table llx_telephonie_communications_details (
|
||||
fourn_cout varchar(255),
|
||||
fourn_montant real,
|
||||
duree integer, -- duree en secondes
|
||||
tarif_achat_temp real, -- fournisseur tarif temporel
|
||||
tarif_achat_fixe real, -- fournisseur tarif temporel
|
||||
tarif_vente_temp real, -- fournisseur tarif temporel
|
||||
tarif_vente_fixe real, -- fournisseur tarif temporel
|
||||
tarif_achat_temp real,
|
||||
tarif_achat_fixe real,
|
||||
tarif_vente_temp real,
|
||||
tarif_vente_fixe real,
|
||||
cout_achat real,
|
||||
cout_vente real,
|
||||
remise real
|
||||
remise real,
|
||||
fichier_cdr varchar(255),
|
||||
fk_fournisseur integer,
|
||||
|
||||
key (fk_fournisseur)
|
||||
|
||||
)type=innodb;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user