update breadcrumb

update breadcrumb
pull/21/head
paulcortez 7 months ago
parent 748edd8c61
commit dc767c6fbc

@ -20,7 +20,10 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?><a href="<?= base_url('/adminuser') ?>">User Maintenance</a> / Change User Group<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item"><a href="<?= base_url('/adminuser') ?>">User Maintenance</a></li>
<li class="breadcrumb-item active">Change User Group</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,11 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?><a href="<?= base_url('/adminuser') ?>">User Maintenance</a> / Change User Group<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item"><a href="<?= base_url('/adminuser') ?>">User Maintenance</a></li>
<li class="breadcrumb-item active">Change User Group</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,10 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?><a href="<?= base_url('/adminuser') ?>">User Maintenance</a> / New User<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item"><a href="/payroll/paytrans"><a href="<?= base_url('/adminuser') ?>">User Maintenance</a></li>
<li class="breadcrumb-item active">New User</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -24,7 +24,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>User Maintenance<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">User Maintenance</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Company Branch<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Company Branch</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Comany Department<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Company Department</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Employee Maintenance<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Employee Maintenance</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Employment Status<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Employment Status</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Job Title<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Job Title</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -25,7 +25,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Compensation and Benefits<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Compensation and Benefits</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -25,7 +25,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Employee Payroll Info<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Employee Payroll Info</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -25,7 +25,10 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?><a href="/payroll/paytrans">Payroll Transaction</a> / Employee Payroll Transaction<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item"><a href="/payroll/paytrans">Payroll Transaction</a></li>
<li class="breadcrumb-item active">Employee Payroll Transaction</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Income and Deduction<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Income and Deduction</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Payroll Group<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Payroll Group</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Payroll Settings<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Payroll Settings</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -24,7 +24,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Payroll Transaction<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Payroll Transaction</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -20,7 +20,9 @@
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('activebreadcrumb') ?>Payroll Type<?= $this->endSection() ?>
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Payroll Type</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->

@ -196,6 +196,25 @@
</p>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-calendar-alt"></i>
<p>
Timekeeping
<i class="right fas fa-angle-left"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="/tk/rawattlog" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>
Upload from Biometrics
</p>
</a>
</li>
</ul>
</li>
<?php endif; ?>
@ -340,8 +359,8 @@
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active"><?= $this->renderSection('activebreadcrumb') ?></li>
<li class="breadcrumb-item"><a href="/hi">Home</a></li>
<?= $this->renderSection('breadcrumbs') ?>
</ol>
</div>
</div>

@ -0,0 +1,107 @@
<!-- Extend area where template is defined -->
<?= $this->extend('templates/adminlte/generalcontent') ?>
<!-- .Extend -->
<!-- Title of the page -->
<?= $this->section('title') ?>Payroll Group<?= $this->endSection() ?>
<!-- .Title -->
<!-- CSS of the page -->
<?= $this->section('css') ?>
<?= $this->endSection() ?>
<!-- .CSS -->
<!-- body attribute - class definition -->
<?= $this->section('bodyclass') ?>sidebar-mini<?= $this->endSection() ?>
<!-- .body attribute -->
<!-- Container title -->
<?= $this->section('containertitle') ?>Payroll Group<?= $this->endSection() ?>
<!-- .Container title -->
<!-- Active breadcrumb -->
<?= $this->section('breadcrumbs') ?>
<li class="breadcrumb-item active">Raw Log</li>
<?= $this->endSection() ?>
<!-- .Active breadcrumb -->
<!-- Main content -->
<?= $this->section('main') ?>
<!-- Modal Add Branch -->
<div class="modal fade" id="mdlAddBranch">
<div class="modal-dialog">
<div class="modal-content">
<form action="<?= url_to('payroll/addpaygroup') ?>" method="post">
<div class="modal-header">
<h4 class="modal-title" >New Group</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-12">
<p class="lead">Payroll Group Information</p>
<div class="row">
<div class="col-12">
<div class="form-group">
<label for="txtGroupCode">Payroll Group Code</label>
<input class="form-control" type="text" id="txtGroupCode" name="pay_group_code" value="<?= old('pay_group_code') ?>">
</div>
<div class="form-group">
<label for="txtGroupName">Payroll Group Name</label>
<input class="form-control" type="text" id="txtGroupName" name="pay_group_name" values="<?= old('pay_group_name') ?>">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-primary">Save changes</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-header">
<h3 class="card-title">List of Payroll Groups</h3>
</div>
<div class="card-body">
<div class="card-body table-responsive p-0">
</div>
</div>
<div class="card-footer">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#mdlAddBranch">Add Payroll Group</button>
</div>
</div>
</div>
</div>
<?= $this->endSection() ?>
<!-- .Main content -->
<!-- Javascript -->
<?= $this->section('js') ?>
<script>
$(document).ready(function() {
});
</script>
<?= $this->endSection() ?>
<!-- .Javascript -->
Loading…
Cancel
Save