diff --git a/src/pages/Payroll/hourlyTemplate.vue b/src/pages/Payroll/hourlyTemplate.vue new file mode 100644 index 0000000..6472dc7 --- /dev/null +++ b/src/pages/Payroll/hourlyTemplate.vue @@ -0,0 +1,408 @@ + + + + + + + + Edit Hourly Template + cancel + + + + + + + + Hourly Grades: + + + + + + + + + + Hourly Reates: + + + + + + + + + + + Update Hourly Template + + + + + + + + + + + + + add + + + addAdd Hourly Template + + + + + + + + + + + + + close + + + + + + + + {{ props.index + 1}} + {{ props.item.hourlyGrades}} + {{ props.item.hourlyRate}} + + + + + + Edit + + + + Delete + + + + + + Your search for "{{ search }}" found no results. + + + + + + + + Add Hourly Template + cancel + + + + + + + + Hourly Grades: + + + + + + + + + + Hourly Rate: + + + + + + + + + + + + Add Hourly Template + + + + + + + + + + {{ text }} + + + + + + + + + \ No newline at end of file diff --git a/src/pages/Payroll/manageSalary.vue b/src/pages/Payroll/manageSalary.vue new file mode 100644 index 0000000..f3755df --- /dev/null +++ b/src/pages/Payroll/manageSalary.vue @@ -0,0 +1,908 @@ + + + + + + + Role: + Role: + + + + + + + + + + + + + {{ props.index + 1}} + + + + + + + {{ props.item.name}} + {{ dates(props.item.joinDate)}} + + + + + View + + + + Edit + + + + Delete + + + + + + Your search for "{{ search }}" found no results. + + + + + + + + + View Manage Salary + cancel + + + + + + Profile + + + + + + + + + + + + + + + + {{ editedItem.name }} + + {{ editedItem.roleName }} + + + + + + Join Date : + + + + {{ editedItem.joinDate }} + + + + + + Date of Birth : + + + + {{ editedItem.dob }} + + + + + + Phone No : + + + + {{ editedItem.mobileNo }} + + + + + + + + + + + + + + + + + + + Salary Grades : + + + + + + + + + + Basic Salary : + + + + + + + + + + + + + + + Allowances + + + + + + + + + + + + + + + Deduction + + + + + + + + + + + + + + + + Total Salary Details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hourly Grades : + + + + + + + + + + Hourly Rate : + + + + + + + + + + + + + + Total Salary Details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Edit Manage Salary + cancel + + + + + + + + Salary: + + + + + + + + + + Template: + + + + + + + + + + + + + + Update Salary Template + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/Payroll/salaryTemplate.vue b/src/pages/Payroll/salaryTemplate.vue new file mode 100644 index 0000000..37c7efa --- /dev/null +++ b/src/pages/Payroll/salaryTemplate.vue @@ -0,0 +1,1158 @@ + + + + + + + + Edit Salary + cancel + + + + + + + + + + + Salary Template + + + + + + Salary Grades : + + + + + + + + + + Basic Salary : + + + + + + + + + + Overtime Rate (Per Hour) : + + + + + + + + + + + + + + + + Allowances + + + + + + + + + + + + + + + + + + + + + + + Deduction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Total Salary Details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Update Salary Template + + + + + + + + + + + + + + + + + View Salary + cancel + + + + + + + + + + + Salary Template + + + + + + Salary Grades : + + + + + + + + + + Basic Salary : + + + + + + + + + + Overtime Rate (Per Hour) : + + + + + + + + + + + + + + + + Allowances + + + + + + + + + + + + + + + Deduction + + + + + + + + + + + + + + + + + + + + + Total Salary Details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + add + + + addAdd Salary + + + + + + + + + + + + + close + + + + + + + {{ props.index + 1}} + {{ props.item.salaryGrades}} + {{ props.item.basicSalary}} + {{ props.item.overtimeRate}} + + + + + View + + + + Edit + + + + Delete + + + + + + Your search for "{{ search }}" found no results. + + + + + + + + Add Salary + cancel + + + + + + + + + + + Salary Template + + + + + + Salary Grades : + + + + + + + + + + Basic Salary : + + + + + + + + + + Overtime Rate (Per Hour) : + + + + + + + + + + + + + + + + Allowances + + + + + + + + + + + + + + + + + + + + + + + Deduction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Total Salary Details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Add Salary Template + + + + + + + + + + {{ text }} + + + + + + + + + \ No newline at end of file
{{ editedItem.roleName }}