|
|
|
@ -3929,44 +3929,33 @@ INSERT INTO vn.travel (id,shipped,landed,warehouseInFk,warehouseOutFk,agencyFk__
|
|
|
|
|
VALUES (11,'2001-01-01','2001-01-02',6,3,0,'eleventh travel',0,0,50.00,500,2,0,1,100,4);
|
|
|
|
|
|
|
|
|
|
INSERT INTO vn.entry (id,supplierFk,invoiceNumber,isBooked,isExcludedFromAvailable,isConfirmed,isOrdered,isRaid,commission,created,evaNotes,travelFk,currencyFk,companyFk,isBlocked__,reference,editorFk,locked)
|
|
|
|
|
VALUES (9,69,'IN2009',0,1,0,0,1,0.0,'2000-12-01 00:00:00.000','',11,1,442,0,'Movement 9',100,'2024-07-30 08:13:49.000');
|
|
|
|
|
VALUES (99,69,'IN2009',0,1,0,0,1,0.0,'2000-12-01 00:00:00.000','',11,1,442,0,'Movement 9',100,'2024-07-30 08:13:49.000');
|
|
|
|
|
|
|
|
|
|
INSERT INTO vn.buy (entryFk,itemFk,quantity,dispatched,buyingValue,freightValue,isIgnored,stickers,packing,`grouping`,groupingMode,comissionValue,packageValue,packagingFk,price1,price2,price3,minPrice,printedStickers,workerFk,isChecked,isPickedOff,created,`__cm2`,weight,itemOriginalFk,editorFk,buyerFk)
|
|
|
|
|
VALUES (9,1,5000,0,50.0000,1.500,0,1,1,1,'packing',0.000,1.500,'4',0.00,99.60,99.40,0.00,0,0,1,0,'2024-07-30 08:13:51.000',0,1.00,1,100,35);
|
|
|
|
|
INSERT INTO vn.payrollComponent
|
|
|
|
|
(id, name, isSalaryAgreed, isVariable, isException)
|
|
|
|
|
VALUES
|
|
|
|
|
(1, 'Salario1', 1, 0, 0),
|
|
|
|
|
VALUES (99,1,5000,0,50.0000,1.500,0,1,1,1,'packing',0.000,1.500,'4',0.00,99.60,99.40,0.00,0,0,1,0,'2024-07-30 08:13:51.000',0,1.00,1,100,35);
|
|
|
|
|
|
|
|
|
|
INSERT INTO vn.payrollComponent (id, name, isSalaryAgreed, isVariable, isException)
|
|
|
|
|
VALUES (1, 'Salario1', 1, 0, 0),
|
|
|
|
|
(2, 'Salario2', 1, 1, 0),
|
|
|
|
|
(3, 'Salario3', 1, 0, 1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO vn.workerIncome
|
|
|
|
|
(debit, credit, incomeTypeFk, paymentDate, workerFk, concept)
|
|
|
|
|
VALUES
|
|
|
|
|
(1000.00, 900.00, 2, '2000-01-01', 1106, NULL),
|
|
|
|
|
INSERT INTO vn.workerIncome (debit, credit, incomeTypeFk, paymentDate, workerFk, concept)
|
|
|
|
|
VALUES (1000.00, 900.00, 2, '2000-01-01', 1106, NULL),
|
|
|
|
|
(1001.00, 800.00, 2, '2000-01-01', 1106, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT INTO dipole.printer (id, description) VALUES(1, '');
|
|
|
|
|
|
|
|
|
|
INSERT INTO dipole.printer (id, description)
|
|
|
|
|
VALUES(1, '');
|
|
|
|
|
INSERT INTO dipole.expedition_PrintOut (expeditionFk, ticketFk, addressFk, street, postalCode, city, shopName, isPrinted, created, printerFk, routeFk, parkingCode, truckName, clientFk, phone, province, agency, m3, workerCode, itemFk, quantity, longName, shelvingFk, comments)
|
|
|
|
|
VALUES(1, 1, 0, ' ', ' ', ' ', ' ', 0, '2001-01-01 00:00:00', 1, 0, ' ', ' ', 0, NULL, '', NULL, 0.000, NULL, 10, NULL, NULL, 'NCC', NULL);
|
|
|
|
|
|
|
|
|
|
INSERT INTO dipole.expedition_PrintOut (expeditionFk, ticketFk, addressFk, street, postalCode, city, shopName, isPrinted, created, printerFk, routeFk, parkingCode,
|
|
|
|
|
truckName, clientFk, phone, province, agency, m3, workerCode, itemFk, quantity, longName, shelvingFk, comments)
|
|
|
|
|
VALUES(1, 1, 0, ' ', ' ', ' ', ' ', 0, '2001-01-01 00:00:00', 1, 0, ' ', ' ', 0, NULL, '', NULL, 0.000, NULL, 10, NULL, NULL, 'NCC', NULL);
|
|
|
|
|
INSERT INTO vn.accountDetail (id, value, accountDetailTypeFk, supplierAccountFk)
|
|
|
|
|
VALUES (21, 'ES12345B12345678', 3, 241),
|
|
|
|
|
(35, 'ES12346B12345679', 3, 241);
|
|
|
|
|
|
|
|
|
|
INSERT INTO vn.accountDetail
|
|
|
|
|
(id, value, accountDetailTypeFk, supplierAccountFk)
|
|
|
|
|
VALUES
|
|
|
|
|
(21, 'ES12345B12345678', 3, 241),
|
|
|
|
|
(35, 'ES12346B12345679', 3, 241);
|
|
|
|
|
|
|
|
|
|
INSERT INTO vn.accountDetailType
|
|
|
|
|
(id, description)
|
|
|
|
|
VALUES
|
|
|
|
|
(1, 'IBAN'),
|
|
|
|
|
(2, 'SWIFT'),
|
|
|
|
|
(3, 'Referencia Remesas'),
|
|
|
|
|
(4, 'Referencia Transferencias'),
|
|
|
|
|
(5, 'Referencia Nominas'),
|
|
|
|
|
(6, 'ABA');
|
|
|
|
|
INSERT INTO vn.accountDetailType (id, description)
|
|
|
|
|
VALUES (1, 'IBAN'),
|
|
|
|
|
(2, 'SWIFT'),
|
|
|
|
|
(3, 'Referencia Remesas'),
|
|
|
|
|
(4, 'Referencia Transferencias'),
|
|
|
|
|
(5, 'Referencia Nominas'),
|
|
|
|
|
(6, 'ABA');
|
|
|
|
|