update structure
gitea/salix/2012-2013_update_structure_bi This commit looks good
Details
gitea/salix/2012-2013_update_structure_bi This commit looks good
Details
This commit is contained in:
parent
960b3c3f75
commit
2790cc8057
|
@ -1127,7 +1127,7 @@ INSERT INTO `vn`.`entry`(`id`, `supplierFk`, `created`, `travelFk`, `companyFk`,
|
||||||
(6, 2, DATE_ADD(CURDATE(), INTERVAL -1 MONTH), 6, 442, 'Movement 6', 'this is the note six', 'observation six'),
|
(6, 2, DATE_ADD(CURDATE(), INTERVAL -1 MONTH), 6, 442, 'Movement 6', 'this is the note six', 'observation six'),
|
||||||
(7, 2, DATE_ADD(CURDATE(), INTERVAL -1 MONTH), 7, 442, 'Movement 7', 'this is the note seven', 'observation seven');
|
(7, 2, DATE_ADD(CURDATE(), INTERVAL -1 MONTH), 7, 442, 'Movement 7', 'this is the note seven', 'observation seven');
|
||||||
|
|
||||||
INSERT INTO `bi`.`claims_ratio`(`id_Cliente`, `Consumo`, `Reclamaciones`, `Ratio`, `recobro`, `inflacion`)
|
INSERT INTO `vn`.`claimRatio`(`clientFk`, `yearSale`, `claimAmount`, `claimingRate`, `priceIncreasing`, `packingRate`)
|
||||||
VALUES
|
VALUES
|
||||||
(101, 500, NULL, 0.00, 0.00, 1.00),
|
(101, 500, NULL, 0.00, 0.00, 1.00),
|
||||||
(102, 1000, 2.00, 0.01, 0.05, 1.00),
|
(102, 1000, 2.00, 0.01, 0.05, 1.00),
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue