Add table into script migration && key language

This commit is contained in:
aspangaro 2014-03-06 21:29:20 +01:00
parent 048b3c01ce
commit fca29f4312
2 changed files with 21 additions and 1 deletions

View File

@ -1036,4 +1036,22 @@ CREATE TABLE IF NOT EXISTS `llx_expeditiondet_batch` (
`qty` double NOT NULL DEFAULT '0',
`fk_origin_stock` int(11) NOT NULL,
KEY `ix_fk_expeditiondet` (`fk_expeditiondet`)
) ENGINE=InnoDB;
) ENGINE=InnoDB;
--Salary payment in tax module
CREATE TABLE IF NOT EXISTS `llx_salaries` (
`rowid` integer AUTO_INCREMENT PRIMARY KEY,
`tms` timestamp,
`fk_user` integer NOT NULL,
`datep` date,
`datev` date,
`amount` real NOT NULL DEFAULT 0,
`label` varchar(255),
`datesp` date, -- date de début de la période
`dateep` date, -- date de fin de la période
`entity` integer DEFAULT 1 NOT NULL, -- multi company id
`note` text,
`fk_bank` integer,
`fk_user_creat` integer,
`fk_user_modif` integer
)ENGINE=innodb;

View File

@ -70,6 +70,8 @@ ListOfPayments=List of payments
ListOfCustomerPayments=List of customer payments
ListOfSupplierPayments=List of supplier payments
DatePayment=Payment date
Datesp=Date start period
Dateep=Date end period
NewVATPayment=New VAT payment
NewSalPayment=New Salary payment
newLT2PaymentES=New IRPF payment