-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(functions): implement "batch create" for functions
Implements the same style of batch creates used on the account modal for creating functions.
- Loading branch information
Showing
3 changed files
with
38 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
{ | ||
"EMPLOYEE" : { | ||
"ACTIVE_EMPLOYEE" : "Active Employee", | ||
"CONFIGURATION": "Employee Configuration", | ||
"EDIT" : "Update Employee Details", | ||
"EMPLOYEES" : "All Employees", | ||
"EMPLOYEE_DETAILS" : "Employee Details", | ||
"HOSPITAL_DATA" : "Hospital Data", | ||
"INACTIVE_EMPLOYEE" : "Inactive Employee", | ||
"INFO" : "The employee management tool can be used to create, view and update employees and their information. Employees listed here are implicitly setup for credit and available for integration to modules such as /payroll/", | ||
"REGISTER" : "Register Employee", | ||
"REGISTRATION_FORM" : "Registration Form", | ||
"TITLE":"Employee Management", | ||
"NO_GRADE":"No grade assigned", | ||
"VIEW_EMPLOYEE" : "View Employee" | ||
} | ||
"EMPLOYEE": { | ||
"ACTIVE_EMPLOYEE": "Active Employee", | ||
"CONFIGURATION": "Employee Configuration", | ||
"EDIT": "Update Employee Details", | ||
"EMPLOYEES": "All Employees", | ||
"EMPLOYEE_DETAILS": "Employee Details", | ||
"HOSPITAL_DATA": "Hospital Data", | ||
"INACTIVE_EMPLOYEE": "Inactive Employee", | ||
"INFO": "The employee management tool can be used to create, view and update employees and their information. Employees listed here are implicitly setup for credit and available for integration to modules such as /payroll/", | ||
"REGISTER": "Register Employee", | ||
"REGISTRATION_FORM": "Registration Form", | ||
"TITLE": "Employee Management", | ||
"NO_GRADE": "No grade assigned", | ||
"VIEW_EMPLOYEE": "View Employee", | ||
"CREATE_ANOTHER": "Create Another" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters