update fixtures tbl agencyHour and saleComponent

This commit is contained in:
Bernat 2018-05-09 12:20:40 +02:00
parent 806ba305f0
commit a74eff251f
1 changed files with 18 additions and 6 deletions

View File

@ -117,11 +117,16 @@ INSERT INTO `vn`.`province`(`id`, `name`, `countryFk`, `warehouseFk`, `zoneFk`)
INSERT INTO `vn`.`agencyHour`(`id`, `agencyFk`, `weekDay`, `warehouseFk`, `provinceFk`, `maxHour`)
VALUES
( 1, 2, 0, 1, 1, 13),
( 2, 2, 1, 1, 1, 14),
( 3, 2, 2, 1, 1, 15),
( 4, 2, 3, 1, 1, 16),
( 5, 2, 4, 1, 1, 17);
( 1, 1, 0, 1, 1, 13),
( 2, 1, 1, 1, 1, 14),
( 3, 1, 2, 1, 1, 15),
( 4, 1, 3, 1, 1, 16),
( 5, 1, 4, 1, 1, 17),
( 6, 2, 0, 1, 1, 13),
( 7, 2, 1, 1, 1, 14),
( 8, 2, 2, 1, 1, 15),
( 9, 2, 3, 1, 1, 16),
( 10, 2, 4, 1, 1, 17);
INSERT INTO `vn`.`clientType`(`id`, `code`, `type`)
VALUES
@ -478,7 +483,14 @@ INSERT INTO `vn`.`saleComponent`(`saleFk`, `componentFk`, `value`)
( 1, 21, 5),
( 1, 23, 6.5),
( 1, 28, 1),
( 2, 28, 1 );
( 2, 28, 1 ),
( 3, 10, 1),
( 3, 14, 2.5),
( 3, 15, 3),
( 3, 17, 4.5),
( 3, 21, 5),
( 3, 23, 6.5),
( 3, 28, 1);
INSERT INTO `vn`.`itemBarcode`(`id`, `itemFk`, `code`)
VALUES