@hiennc24/constant 1.3.41 → 1.3.43
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.
|
@@ -310,8 +310,8 @@ declare const COLLECTIONS: {
|
|
|
310
310
|
PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: string;
|
|
311
311
|
PAYCHECK_SETTING_REPOSITORY_NAME: string;
|
|
312
312
|
PAYCHECK_SETTING_COLLECTION_NAME: string;
|
|
313
|
-
|
|
314
|
-
|
|
313
|
+
OLE_DETAIL_REPOSITORY_NAME: string;
|
|
314
|
+
OLE_DETAIL_COLLECTION_NAME: string;
|
|
315
315
|
OLE_REPOSITORY_NAME: string;
|
|
316
316
|
OLE_COLLECTION_NAME: string;
|
|
317
317
|
SALARY_COMPONENT_REPOSITORY_NAME: string;
|
|
@@ -400,8 +400,8 @@ const COLLECTIONS = {
|
|
|
400
400
|
// Paycheck
|
|
401
401
|
PAYCHECK_SETTING_REPOSITORY_NAME: "paycheckSetting",
|
|
402
402
|
PAYCHECK_SETTING_COLLECTION_NAME: "paycheck_settings",
|
|
403
|
-
|
|
404
|
-
|
|
403
|
+
OLE_DETAIL_REPOSITORY_NAME: "oleDetail",
|
|
404
|
+
OLE_DETAIL_COLLECTION_NAME: "ole_details",
|
|
405
405
|
OLE_REPOSITORY_NAME: "ole",
|
|
406
406
|
OLE_COLLECTION_NAME: "oles",
|
|
407
407
|
// Salary Component
|
|
@@ -930,7 +930,8 @@
|
|
|
930
930
|
"ACTION_INSERT_MANY_DETAIL": "insertManyDetail",
|
|
931
931
|
"ACTION_UPDATE_MANY_DETAIL": "updateManyDetail",
|
|
932
932
|
"ACTION_DELETE_MANY_DETAIL": "deleteManyDetail",
|
|
933
|
-
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
|
|
933
|
+
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
|
|
934
|
+
"ACTION_CALCULATE_TOTAL_ADVANCE_AMOUNT_FOR_EMPLOYEES": "calculateTotalAdvanceAmountForEmployees"
|
|
934
935
|
},
|
|
935
936
|
"API_HCM_PAYROLL_DATA_KPI": {
|
|
936
937
|
"NAME": "api-hcm.payroll-data-kpi",
|
|
@@ -983,8 +984,8 @@
|
|
|
983
984
|
"ACTION_GET": "get",
|
|
984
985
|
"ACTION_UPDATE": "update"
|
|
985
986
|
},
|
|
986
|
-
"
|
|
987
|
-
"NAME": "api-hcm.
|
|
987
|
+
"API_HCM_OLE_DETAILS": {
|
|
988
|
+
"NAME": "api-hcm.oleDetails",
|
|
988
989
|
"ACTION_GET_DETAIL": "getDetail",
|
|
989
990
|
"ACTION_GET_PAGE": "getPage",
|
|
990
991
|
"ACTION_CREATE": "create",
|
|
@@ -993,9 +994,9 @@
|
|
|
993
994
|
"ACTION_GENERATE": "generate",
|
|
994
995
|
"ACTION_APPROVE": "approve",
|
|
995
996
|
"ACTION_SEND_OLE": "sendOle",
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
"
|
|
997
|
+
"ACTION_GET_OLE_DETAIL_CONFIRM": "getOleDetailConfirm",
|
|
998
|
+
"ACTION_CONFIRM_OLE_DETAIL": "confirmOleDetail",
|
|
999
|
+
"ACTION_CONFIRM_OLE_DETAIL_WORKSPACE": "confirmOleDetailWorkspace",
|
|
999
1000
|
"ACTION_STATISTICS": "statistics",
|
|
1000
1001
|
"ACTION_DOWNLOAD": "download",
|
|
1001
1002
|
"ACTION_CREATE_MANY": "createMany"
|