fix package reference
This commit is contained in:
33
data/reference/packages/COMMON/payrollCalendars.json
Normal file
33
data/reference/packages/COMMON/payrollCalendars.json
Normal file
@@ -0,0 +1,33 @@
|
||||
[
|
||||
{
|
||||
"metadata": {
|
||||
"companyCode": "COSM"
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"code": "STD",
|
||||
"isActive": true,
|
||||
"label": "Standard",
|
||||
"mondayType": "Working",
|
||||
"tuesdayType": "Working",
|
||||
"wednesdayType": "Working",
|
||||
"thursdayType": "Working",
|
||||
"fridayType": "Working",
|
||||
"saturdayType": "Workable",
|
||||
"sundayType": "NonWorking"
|
||||
},
|
||||
{
|
||||
"code": "ALSACE",
|
||||
"isActive": true,
|
||||
"label": "Alsace",
|
||||
"mondayType": "Working",
|
||||
"tuesdayType": "Working",
|
||||
"wednesdayType": "Working",
|
||||
"thursdayType": "Working",
|
||||
"fridayType": "Working",
|
||||
"saturdayType": "Workable",
|
||||
"sundayType": "NonWorking"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user