@hiennc24/constant 1.2.48 → 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",
|
|
@@ -906,6 +906,7 @@
|
|
|
906
906
|
"API_HCM_PAYROLL_TEMPLATES": {
|
|
907
907
|
"NAME": "api-hcm.payroll-templates",
|
|
908
908
|
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
909
|
+
"ACTION_GET_DETAIL_WITH_EMPLOYEES": "getDetailWithEmployees",
|
|
909
910
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
910
911
|
"ACTION_GET_DETAIL": "getDetail",
|
|
911
912
|
"ACTION_GET_LIST": "getList",
|
|
@@ -919,17 +920,22 @@
|
|
|
919
920
|
"ACTION_CREATE": "create",
|
|
920
921
|
"ACTION_UPDATE": "update"
|
|
921
922
|
},
|
|
922
|
-
"
|
|
923
|
-
"NAME": "api-hcm.
|
|
923
|
+
"API_HCM_PAYROLL_SHEET": {
|
|
924
|
+
"NAME": "api-hcm.payroll-sheets",
|
|
924
925
|
"ACTION_GET_LIST": "getList",
|
|
925
926
|
"ACTION_GET_DETAIL": "getDetail",
|
|
926
927
|
"ACTION_CREATE": "create",
|
|
927
928
|
"ACTION_UPDATE": "update",
|
|
928
929
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
929
|
-
"ACTION_LOCK_UNLOCK": "lockUnlock",
|
|
930
|
-
"ACTION_SYNC_DATA": "syncData",
|
|
931
930
|
"ACTION_GET_GENERATED_MONTHS": "getGeneratedMonths"
|
|
932
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
|
+
},
|
|
933
939
|
"API_HCM_PAYROLL_SETTINGS": {
|
|
934
940
|
"NAME": "api-hcm.payrollSettings",
|
|
935
941
|
"ACTION_GET": "get",
|