This commit is contained in:
Laurent Destailleur
2018-05-29 10:18:45 +02:00
parent f83dedf1b0
commit 01c8b33483
2 changed files with 3 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUE
-- For 8.0 -- For 8.0
ALTER TABLE llx_paiementfourn ADD COLUMN fk_user_modif integer AFTER fk_user_author;
-- delete old permission no more used -- delete old permission no more used
DELETE FROM llx_rights_def WHERE perms = 'main' and module = 'commercial'; DELETE FROM llx_rights_def WHERE perms = 'main' and module = 'commercial';

View File

@@ -28,6 +28,7 @@ create table llx_paiementfourn
amount double(24,8) DEFAULT 0, -- montant amount double(24,8) DEFAULT 0, -- montant
multicurrency_amount double(24,8) DEFAULT 0, -- multicurrency amount multicurrency_amount double(24,8) DEFAULT 0, -- multicurrency amount
fk_user_author integer, -- auteur fk_user_author integer, -- auteur
fk_user_modif integer,
fk_paiement integer NOT NULL, -- moyen de paiement fk_paiement integer NOT NULL, -- moyen de paiement
num_paiement varchar(50), -- numero de paiement (cheque) num_paiement varchar(50), -- numero de paiement (cheque)
note text, note text,