From dc767c6fbc2bc12c7242e3791fc20814956a710b Mon Sep 17 00:00:00 2001 From: paulcortez Date: Fri, 25 Oct 2024 22:36:09 +0800 Subject: [PATCH] update breadcrumb update breadcrumb --- app/Views/admin/editusergroupview.php | 5 +- app/Views/admin/edituserpermissionview.php | 6 +- app/Views/admin/newuserview.php | 5 +- app/Views/admin/usermaintenance.php | 4 +- app/Views/hr/branchview.php | 4 +- app/Views/hr/departmentview.php | 4 +- app/Views/hr/employeeview.php | 4 +- app/Views/hr/empstatusview.php | 4 +- app/Views/hr/jobtitleview.php | 4 +- .../payroll/compensationbenefitsview.php | 4 +- app/Views/payroll/empinfoview.php | 4 +- app/Views/payroll/emppaytransactionview.php | 5 +- app/Views/payroll/incomedeductionview.php | 4 +- app/Views/payroll/paygroupview.php | 4 +- app/Views/payroll/paysettingsview.php | 4 +- app/Views/payroll/paytransactionview.php | 4 +- app/Views/payroll/paytypeview.php | 4 +- .../templates/adminlte/generalcontent.php | 23 +++- .../timekeeping/rawattendancelogview.php | 107 ++++++++++++++++++ 19 files changed, 184 insertions(+), 19 deletions(-) create mode 100644 app/Views/timekeeping/rawattendancelogview.php diff --git a/app/Views/admin/editusergroupview.php b/app/Views/admin/editusergroupview.php index 2c07d66..791f061 100644 --- a/app/Views/admin/editusergroupview.php +++ b/app/Views/admin/editusergroupview.php @@ -20,7 +20,10 @@ -section('activebreadcrumb') ?>User Maintenance / Change User GroupendSection() ?> +section('breadcrumbs') ?> + + +endSection() ?> diff --git a/app/Views/admin/edituserpermissionview.php b/app/Views/admin/edituserpermissionview.php index 1aa2f01..d3688cf 100644 --- a/app/Views/admin/edituserpermissionview.php +++ b/app/Views/admin/edituserpermissionview.php @@ -20,7 +20,11 @@ -section('activebreadcrumb') ?>User Maintenance / Change User GroupendSection() ?> +section('breadcrumbs') ?> + + +endSection() ?> + diff --git a/app/Views/admin/newuserview.php b/app/Views/admin/newuserview.php index 9cb372e..0b40ebc 100644 --- a/app/Views/admin/newuserview.php +++ b/app/Views/admin/newuserview.php @@ -20,7 +20,10 @@ -section('activebreadcrumb') ?>User Maintenance / New UserendSection() ?> +section('breadcrumbs') ?> + + +endSection() ?> diff --git a/app/Views/admin/usermaintenance.php b/app/Views/admin/usermaintenance.php index 63873e7..609f5f5 100644 --- a/app/Views/admin/usermaintenance.php +++ b/app/Views/admin/usermaintenance.php @@ -24,7 +24,9 @@ -section('activebreadcrumb') ?>User MaintenanceendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/hr/branchview.php b/app/Views/hr/branchview.php index cc54d4f..e754974 100644 --- a/app/Views/hr/branchview.php +++ b/app/Views/hr/branchview.php @@ -20,7 +20,9 @@ -section('activebreadcrumb') ?>Company BranchendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/hr/departmentview.php b/app/Views/hr/departmentview.php index be85305..77cd9ac 100644 --- a/app/Views/hr/departmentview.php +++ b/app/Views/hr/departmentview.php @@ -20,7 +20,9 @@ -section('activebreadcrumb') ?>Comany DepartmentendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/hr/employeeview.php b/app/Views/hr/employeeview.php index 83bd545..fe28c02 100644 --- a/app/Views/hr/employeeview.php +++ b/app/Views/hr/employeeview.php @@ -20,7 +20,9 @@ -section('activebreadcrumb') ?>Employee MaintenanceendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/hr/empstatusview.php b/app/Views/hr/empstatusview.php index a5c7677..502f00f 100644 --- a/app/Views/hr/empstatusview.php +++ b/app/Views/hr/empstatusview.php @@ -20,7 +20,9 @@ -section('activebreadcrumb') ?>Employment StatusendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/hr/jobtitleview.php b/app/Views/hr/jobtitleview.php index afdf745..b69c77c 100644 --- a/app/Views/hr/jobtitleview.php +++ b/app/Views/hr/jobtitleview.php @@ -20,7 +20,9 @@ -section('activebreadcrumb') ?>Job TitleendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/payroll/compensationbenefitsview.php b/app/Views/payroll/compensationbenefitsview.php index bfebea3..e1f0058 100644 --- a/app/Views/payroll/compensationbenefitsview.php +++ b/app/Views/payroll/compensationbenefitsview.php @@ -25,7 +25,9 @@ -section('activebreadcrumb') ?>Compensation and BenefitsendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/payroll/empinfoview.php b/app/Views/payroll/empinfoview.php index cffabf4..7506745 100644 --- a/app/Views/payroll/empinfoview.php +++ b/app/Views/payroll/empinfoview.php @@ -25,7 +25,9 @@ -section('activebreadcrumb') ?>Employee Payroll InfoendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/payroll/emppaytransactionview.php b/app/Views/payroll/emppaytransactionview.php index 6a452a8..c15285d 100644 --- a/app/Views/payroll/emppaytransactionview.php +++ b/app/Views/payroll/emppaytransactionview.php @@ -25,7 +25,10 @@ -section('activebreadcrumb') ?>Payroll Transaction / Employee Payroll TransactionendSection() ?> +section('breadcrumbs') ?> + + +endSection() ?> diff --git a/app/Views/payroll/incomedeductionview.php b/app/Views/payroll/incomedeductionview.php index ebc5ce6..eb2ae56 100644 --- a/app/Views/payroll/incomedeductionview.php +++ b/app/Views/payroll/incomedeductionview.php @@ -20,7 +20,9 @@ -section('activebreadcrumb') ?>Income and DeductionendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/payroll/paygroupview.php b/app/Views/payroll/paygroupview.php index 9369f57..6ede957 100644 --- a/app/Views/payroll/paygroupview.php +++ b/app/Views/payroll/paygroupview.php @@ -20,7 +20,9 @@ -section('activebreadcrumb') ?>Payroll GroupendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/payroll/paysettingsview.php b/app/Views/payroll/paysettingsview.php index 87990b1..c2d6e03 100644 --- a/app/Views/payroll/paysettingsview.php +++ b/app/Views/payroll/paysettingsview.php @@ -20,7 +20,9 @@ -section('activebreadcrumb') ?>Payroll SettingsendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/payroll/paytransactionview.php b/app/Views/payroll/paytransactionview.php index 678d1f9..8750058 100644 --- a/app/Views/payroll/paytransactionview.php +++ b/app/Views/payroll/paytransactionview.php @@ -24,7 +24,9 @@ -section('activebreadcrumb') ?>Payroll TransactionendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/payroll/paytypeview.php b/app/Views/payroll/paytypeview.php index 6ab24d9..79c9cb0 100644 --- a/app/Views/payroll/paytypeview.php +++ b/app/Views/payroll/paytypeview.php @@ -20,7 +20,9 @@ -section('activebreadcrumb') ?>Payroll TypeendSection() ?> +section('breadcrumbs') ?> + +endSection() ?> diff --git a/app/Views/templates/adminlte/generalcontent.php b/app/Views/templates/adminlte/generalcontent.php index 1370996..93cb130 100644 --- a/app/Views/templates/adminlte/generalcontent.php +++ b/app/Views/templates/adminlte/generalcontent.php @@ -196,6 +196,25 @@

+ @@ -340,8 +359,8 @@
diff --git a/app/Views/timekeeping/rawattendancelogview.php b/app/Views/timekeeping/rawattendancelogview.php new file mode 100644 index 0000000..723c2f5 --- /dev/null +++ b/app/Views/timekeeping/rawattendancelogview.php @@ -0,0 +1,107 @@ + +extend('templates/adminlte/generalcontent') ?> + + + +section('title') ?>Payroll GroupendSection() ?> + + + +section('css') ?> +endSection() ?> + + + +section('bodyclass') ?>sidebar-miniendSection() ?> + + + +section('containertitle') ?>Payroll GroupendSection() ?> + + + +section('breadcrumbs') ?> + +endSection() ?> + + + +section('main') ?> + + + + + +
+
+
+
+

List of Payroll Groups

+
+
+
+ +
+
+ +
+
+
+ +endSection() ?> + + + + +section('js') ?> + + + +endSection() ?> + + \ No newline at end of file -- 2.39.2