@hiennc24/constant 1.2.49 → 1.2.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -324,12 +324,10 @@ declare const COLLECTIONS: {
|
|
|
324
324
|
SETTING_WORKING_DAY_COLLECTION_NAME: string;
|
|
325
325
|
SETTING_HOLIDAY_REPOSITORY_NAME: string;
|
|
326
326
|
SETTING_HOLIDAY_COLLECTION_NAME: string;
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
PAYROLL_EMPLOYEE_REPOSITORY_NAME: string;
|
|
332
|
-
PAYROLL_EMPLOYEE_COLLECTION_NAME: string;
|
|
327
|
+
PAYROLL_SHEET_REPOSITORY_NAME: string;
|
|
328
|
+
PAYROLL_SHEET_COLLECTION_NAME: string;
|
|
329
|
+
PAYROLL_SHEET_DETAIL_REPOSITORY_NAME: string;
|
|
330
|
+
PAYROLL_SHEET_DETAIL_COLLECTION_NAME: string;
|
|
333
331
|
BONUS_ITEM_REPOSITORY_NAME: string;
|
|
334
332
|
BONUS_ITEM_COLLECTION_NAME: string;
|
|
335
333
|
BONUS_RANGE_REPOSITORY_NAME: string;
|
|
@@ -416,12 +416,10 @@ const COLLECTIONS = {
|
|
|
416
416
|
SETTING_HOLIDAY_REPOSITORY_NAME: "settingHoliday",
|
|
417
417
|
SETTING_HOLIDAY_COLLECTION_NAME: "setting_holidays",
|
|
418
418
|
// Payroll
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
PAYROLL_EMPLOYEE_REPOSITORY_NAME: "payrollEmployee",
|
|
424
|
-
PAYROLL_EMPLOYEE_COLLECTION_NAME: "payroll_employees",
|
|
419
|
+
PAYROLL_SHEET_REPOSITORY_NAME: "payrollSheet",
|
|
420
|
+
PAYROLL_SHEET_COLLECTION_NAME: "payroll_sheets",
|
|
421
|
+
PAYROLL_SHEET_DETAIL_REPOSITORY_NAME: "payrollSheetDetail",
|
|
422
|
+
PAYROLL_SHEET_DETAIL_COLLECTION_NAME: "payroll_sheet_details",
|
|
425
423
|
// Bonus Mechanism
|
|
426
424
|
BONUS_ITEM_REPOSITORY_NAME: "bonusItem",
|
|
427
425
|
BONUS_ITEM_COLLECTION_NAME: "bonus_items",
|
|
@@ -920,17 +920,22 @@
|
|
|
920
920
|
"ACTION_CREATE": "create",
|
|
921
921
|
"ACTION_UPDATE": "update"
|
|
922
922
|
},
|
|
923
|
-
"
|
|
924
|
-
"NAME": "api-hcm.
|
|
923
|
+
"API_HCM_PAYROLL_SHEET": {
|
|
924
|
+
"NAME": "api-hcm.payroll-sheets",
|
|
925
925
|
"ACTION_GET_LIST": "getList",
|
|
926
926
|
"ACTION_GET_DETAIL": "getDetail",
|
|
927
927
|
"ACTION_CREATE": "create",
|
|
928
928
|
"ACTION_UPDATE": "update",
|
|
929
929
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
930
|
-
"ACTION_LOCK_UNLOCK": "lockUnlock",
|
|
931
|
-
"ACTION_SYNC_DATA": "syncData",
|
|
932
930
|
"ACTION_GET_GENERATED_MONTHS": "getGeneratedMonths"
|
|
933
931
|
},
|
|
932
|
+
"API_HCM_PAYROLL_SHEET_DETAILS": {
|
|
933
|
+
"NAME": "api-hcm.payroll-sheet-details",
|
|
934
|
+
"ACTION_DELETE_MANY": "deleteMany",
|
|
935
|
+
"ACTION_GET_LIST": "getList",
|
|
936
|
+
"ACTION_CREATE": "create",
|
|
937
|
+
"ACTION_UPDATE": "update"
|
|
938
|
+
},
|
|
934
939
|
"API_HCM_PAYROLL_SETTINGS": {
|
|
935
940
|
"NAME": "api-hcm.payrollSettings",
|
|
936
941
|
"ACTION_GET": "get",
|