@hiennc24/constant 1.3.52 → 1.3.54
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.
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
"ACTION_UPDATE_MANY_DETAIL": "updateManyDetail",
|
|
935
935
|
"ACTION_DELETE_MANY_DETAIL": "deleteManyDetail",
|
|
936
936
|
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
|
|
937
|
-
"ACTION_CALCULATE_TOTAL_ADVANCE_AMOUNT_FOR_EMPLOYEES": "
|
|
937
|
+
"ACTION_CALCULATE_TOTAL_ADVANCE_AMOUNT_FOR_EMPLOYEES": "calculateTotalAdvancesAmountForEmployees"
|
|
938
938
|
},
|
|
939
939
|
"API_HCM_PAYROLL_DATA_KPI": {
|
|
940
940
|
"NAME": "api-hcm.payroll-data-kpi",
|
|
@@ -949,7 +949,8 @@
|
|
|
949
949
|
"ACTION_INSERT_MANY_DETAIL": "insertManyDetail",
|
|
950
950
|
"ACTION_UPDATE_MANY_DETAIL": "updateManyDetail",
|
|
951
951
|
"ACTION_DELETE_MANY_DETAIL": "deleteManyDetail",
|
|
952
|
-
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
|
|
952
|
+
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
|
|
953
|
+
"ACTION_CALCULATE_TOTAL_OLE_AMOUNT_FOR_EMPLOYEES": "calculateTotalOlesAmountForEmployees"
|
|
953
954
|
},
|
|
954
955
|
"API_HCM_PAYROLL_DATA_TIMESHEET": {
|
|
955
956
|
"NAME": "api-hcm.payroll-data-timesheet",
|
|
@@ -964,7 +965,8 @@
|
|
|
964
965
|
"ACTION_INSERT_MANY_DETAIL": "insertManyDetail",
|
|
965
966
|
"ACTION_UPDATE_MANY_DETAIL": "updateManyDetail",
|
|
966
967
|
"ACTION_DELETE_MANY_DETAIL": "deleteManyDetail",
|
|
967
|
-
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
|
|
968
|
+
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
|
|
969
|
+
"ACTION_CALCULATE_TOTAL_TIMESHEET_AMOUNT_FOR_EMPLOYEES": "calculateTotalTimesheetsAmountForEmployees"
|
|
968
970
|
},
|
|
969
971
|
"API_HCM_PAYROLL": {
|
|
970
972
|
"NAME": "api-hcm.payrolls",
|
|
@@ -979,6 +981,7 @@
|
|
|
979
981
|
"ACTION_INSERT_MANY_EMPLOYEES": "insertManyEmployees",
|
|
980
982
|
"ACTION_DELETE_MANY_EMPLOYEES": "deleteManyEmployees",
|
|
981
983
|
"ACTION_PREPARE_DATA_BEFORE_CREATE": "prepareDataBeforeCreate",
|
|
984
|
+
"ACTION_GET_EMPLOYEES_BY_PAYROLL_IDS": "getEmployeesByPayrollIds",
|
|
982
985
|
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
|
|
983
986
|
},
|
|
984
987
|
"API_HCM_PAYROLL_DETAILS": {
|