fix: fixtures
gitea/salix/pipeline/head This commit is unstable Details

This commit is contained in:
Vicent Llopis 2022-08-04 08:23:39 +02:00
parent 82f2ef768f
commit 998176f03c
2 changed files with 5 additions and 6 deletions

View File

@ -1923,12 +1923,11 @@ INSERT INTO `postgresql`.`business_labour_payroll` (`business_id`, `cod_tarifa`,
(1107, 7, 12, 100, 2000),
(1108, 7, 12, 100, 1500);
INSERT INTO `vn`.`absenceType` (`id`, `name`, `rgb`, `color`, `permissionRate`, `code`)
INSERT INTO `vn`.`absenceType` (`id`, `name`, `rgb`, `color`, `permissionRate`, `code`, `isAllowedToWork`, `isPrintable`, `discountRate`, `holidayEntitlementRate`, `isNaturalDay`, `isCalculate`)
VALUES
(1, 'Holidays', '#97B92F', 255, 1.00, 'holiday'),
(2, 'Common disease leave', '#97B92F', 255, 1.00, 'commonDisease'),
(6, 'Holidays 1/2 day', '#97B92F', 255, 1.00, 'halfHoliday');
(1, 'Holidays', '#97B92F', 255, 1.00, 'holiday', 0, 1, 0.00, 0.00, 1, 1),
(2, 'Common disease leave', '#4A614A', 4874570, 1.00, 'commonDisease', 0, 0, 1.00, 0.00, 0, 1),
(6, 'Holidays 1/2 day', '#E65F00', 39423, 0.50, 'halfHoliday', 1, 1, 0.50, 0.00, 1, 1);
INSERT INTO `postgresql`.`calendar_employee` (`business_id`, `calendar_state_id`, `date`)
VALUES