2
0
forked from Wavyzz/dolibarr

Some fixes in various payment

This commit is contained in:
Laurent Destailleur
2017-09-11 14:29:27 +02:00
parent 59ab52c718
commit dcc9cb4a16
3 changed files with 7 additions and 4 deletions

View File

@@ -19,6 +19,8 @@
create table llx_payment_various
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
num_payment varchar(50), -- ref
label varchar(255),
tms timestamp,
datec datetime, -- Create date
datep date, -- date de paiement
@@ -26,8 +28,6 @@ create table llx_payment_various
sens smallint DEFAULT 0 NOT NULL,-- Sens of the operation: 0 for debit operation, 1 for credit operation
amount double(24,8) DEFAULT 0 NOT NULL,
fk_typepayment integer NOT NULL,
num_payment varchar(50), -- ref
label varchar(255),
accountancy_code varchar(32),
fk_projet integer DEFAULT NULL,
entity integer DEFAULT 1 NOT NULL, -- multi company id