fixtures for Barcode and itemPlacement

This commit is contained in:
SAMBA\bernat 2018-02-16 14:58:51 +01:00
parent 2390ee3b01
commit f2d5d58513
1 changed files with 15 additions and 1 deletions

View File

@ -381,6 +381,20 @@ INSERT INTO `vn`.`item`(`id`, `name`,`typeFk`,`size`,`inkFk`,`category`,`stems`,
(4, 'Mark I', 1, 60, 'AMR', 'EXT', 1, 1, 'Iron Mans first armor', 1, 05080000, 1, 2, 0, NULL, 0, 66090, 2),
(5, 'Mjolnir', 3, 30, 'AZR', 'EXT', 1, 2, 'Thors hammer!', 2, 06021010, 1, 2, 0, NULL, 0, 67350, 2);
INSERT INTO `vn`.`itemBarcode`(`id`, `itemFk`, `code`)
VALUES
(1, 1 ,1 ),
(2, 1 ,2 ),
(3, 1 ,3 ),
(4, 2 ,4 );
INSERT INTO `vn`.`itemPlacement`(`itemFk`, `warehouseFk`, `code`)
VALUES
(1, 1, 'A1'),
(1, 2, 'A2'),
(1, 3, 'A3'),
(2, 1, 'A4');
INSERT INTO `salix`.`user`(`id`,`username`,`password`,`email`)
VALUES
(10, 'JessicaJones', 'ac754a330530832ba1bf7687f577da91', 'JessicaJones@verdnatura.es');