511 lines
27 KiB
PHP
511 lines
27 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title><?php echo $pageTitle; ?></title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
|
|
<meta content="Coderthemes" name="author" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<!-- App favicon -->
|
|
<link rel="shortcut icon" href="<?php echo base_url(); ?>public/new_assets/images/RI_favicon.png">
|
|
|
|
|
|
<!-- icons -->
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- third party css -->
|
|
<link href="<?php echo base_url(); ?>public/new_assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="<?php echo base_url(); ?>public/new_assets/libs/datatables.net-responsive-bs4/css/responsive.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="<?php echo base_url(); ?>public/new_assets/libs/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="<?php echo base_url(); ?>public/new_assets/libs/datatables.net-select-bs4/css//select.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- third party css end -->
|
|
|
|
<!-- App css -->
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/bootstrap-creative.min.css" rel="stylesheet" type="text/css" id="bs-default-stylesheet" />
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/app-creative.min.css" rel="stylesheet" type="text/css" id="app-default-stylesheet" />
|
|
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/bootstrap-creative-dark.min.css" rel="stylesheet" type="text/css" id="bs-dark-stylesheet" />
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/app-creative-dark.min.css" rel="stylesheet" type="text/css" id="app-dark-stylesheet" />
|
|
|
|
<!-- icons -->
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="<?php echo base_url(); ?>public/new_assets/libs/select2/css/select2.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
<!-- jquery -->
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
|
|
|
<link href="<?php echo base_url(); ?>public/new_assets/libs/c3/c3.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
<link href="https://cdn.datatables.net/1.13.4/css/jquery.dataTables.min.css" rel="stylesheet">
|
|
<!-- DataTables Buttons CSS -->
|
|
<link href="https://cdn.datatables.net/buttons/2.3.6/css/buttons.dataTables.min.css" rel="stylesheet">
|
|
|
|
<!-- jQuery -->
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
<!-- DataTables JS -->
|
|
<script src="https://cdn.datatables.net/1.13.4/js/jquery.dataTables.min.js"></script>
|
|
<!-- DataTables Buttons JS -->
|
|
<script src="https://cdn.datatables.net/buttons/2.3.6/js/dataTables.buttons.min.js"></script>
|
|
<script src="https://cdn.datatables.net/buttons/2.3.6/js/buttons.html5.min.js"></script>
|
|
<script src="https://cdn.datatables.net/buttons/2.3.6/js/buttons.print.min.js"></script>
|
|
|
|
<!-- JSZip for Excel export -->
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
|
|
<!-- pdfmake for PDF export -->
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
|
|
<style>
|
|
|
|
/* Select2 Input Hight Set */
|
|
.select2-selection.select2-selection--single{
|
|
height: calc(1.5em + .9rem + 2px);
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height: 37px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
top: 7px;
|
|
}
|
|
/* Select2 Height End */
|
|
/* .navbar-custom{
|
|
height: 55px;
|
|
}
|
|
.logo-box .logo {
|
|
line-height: 55px;
|
|
}
|
|
.navbar-custom .topnav-menu .nav-link{
|
|
max-height: 55px;
|
|
line-height: 55px;
|
|
}
|
|
@media (min-width: 992px) {
|
|
.topnav {
|
|
height: 45px;
|
|
margin-top: 55px;
|
|
}
|
|
}
|
|
.topnav .navbar-nav .nav-link{
|
|
line-height: 15px;
|
|
} */
|
|
.navbar-custom {
|
|
background-color: #4f7c97 !important;
|
|
}
|
|
th{
|
|
background-color: #ddd !important;
|
|
}
|
|
.btn.btn-secondary.buttons-html5 , .btn.btn-secondary.buttons-print{
|
|
border: 1px solid grey;
|
|
border-radius: 4px !important;
|
|
}
|
|
legend {
|
|
border-bottom: 2px solid #FFF !important;
|
|
margin-left: -2%;
|
|
}
|
|
.form-group {
|
|
/* padding-bottom: 4%; */
|
|
}
|
|
.badge {
|
|
color: red;
|
|
background-color: #fff;
|
|
}
|
|
.btn-cancel {
|
|
background-color: grey; /* Red color */
|
|
color: white;
|
|
padding: 10px 20px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
margin: 4px 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btn-cancel:hover {
|
|
background-color: #02a8b5; /* Darker red on hover */
|
|
color: white;
|
|
}
|
|
</style>
|
|
|
|
<style>
|
|
.date_range{
|
|
width:auto;
|
|
}
|
|
.range_search_button{
|
|
background-color: blue;
|
|
color: #fff;
|
|
width: 55px;
|
|
border-radius: 5px;
|
|
}
|
|
.range_reset_button{
|
|
background-color: red;
|
|
color: #fff;
|
|
width: 55px;
|
|
border-radius: 5px;
|
|
padding: 8px;
|
|
text-align: center;
|
|
}
|
|
.content-page {
|
|
padding: 20px;
|
|
}
|
|
#loader_wrapper {
|
|
display: none;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
background: white;
|
|
z-index: 9999;
|
|
text-align: center;
|
|
}
|
|
#loadingDiv {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.small-box {
|
|
border-radius: 5px;
|
|
padding: 20px;
|
|
color: #fff;
|
|
margin-bottom: 20px;
|
|
}
|
|
.bg-yellow {
|
|
background-color: #f39c12;
|
|
}
|
|
.small-box .inner {
|
|
padding: 10px;
|
|
}
|
|
.small-box .icon {
|
|
font-size: 60px;
|
|
line-height: 60px;
|
|
color: rgba(0,0,0,0.2);
|
|
}
|
|
.small-box-footer {
|
|
display: block;
|
|
background: rgba(0,0,0,0.1);
|
|
color: #fff;
|
|
text-align: center;
|
|
padding: 10px;
|
|
text-decoration: none;
|
|
}
|
|
.btn-success {
|
|
margin: 10px 0;
|
|
}
|
|
</style>
|
|
<style>
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
|
|
color: black !important; /* Text color */
|
|
border: 1px solid white; /* Light border color */
|
|
background-color: white; /* White background */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
|
|
background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
|
|
background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
|
|
background: -ms-linear-gradient(top, white 0%, #f0f0f0 100%);
|
|
background: -o-linear-gradient(top, white 0%, #f0f0f0 100%);
|
|
background: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
|
|
}
|
|
|
|
</style>
|
|
<style>
|
|
/* Style for DataTable buttons */
|
|
.dt-buttons .btn {
|
|
background-color: white; /* White background for buttons */
|
|
color: black; /* Black text color */
|
|
border: 1px solid white; /* Light gray border */
|
|
padding: 5px 10px; /* Padding for buttons */
|
|
margin-right: 10px; /* Space between buttons */
|
|
}
|
|
|
|
/* Space between buttons and length menu */
|
|
.dataTables_length {
|
|
margin-left: 20px; /* Adjust this value for spacing */
|
|
}
|
|
|
|
/* Additional button hover styles */
|
|
.dt-buttons .btn:hover {
|
|
color: #343a40;
|
|
background-color: #d8eaf1;
|
|
border-color: #cfe5ed;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_length select {
|
|
width: 87px !important;
|
|
display: inline-block;
|
|
}
|
|
</style>
|
|
<style>
|
|
|
|
.card_font_colorset_green{
|
|
font-size: 23.7215px;
|
|
font-weight: 500;
|
|
line-height: 1.2;
|
|
position: relative;
|
|
z-index: 1;
|
|
color: rgb(86, 166, 75);
|
|
}
|
|
.card_font_colorset_bule{
|
|
font-size: 23.7215px;
|
|
font-weight: 500;
|
|
line-height: 1.2;
|
|
position: relative;
|
|
z-index: 1;
|
|
color: rgb(31, 96, 196);
|
|
}
|
|
.card_font_colorset_red{
|
|
font-size: 23.7215px;
|
|
font-weight: 500;
|
|
line-height: 1.2;
|
|
position: relative;
|
|
z-index: 1;
|
|
color: rgb(173, 3, 23);
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="loading" data-layout-mode="horizontal" data-layout='{"mode": "light", "width": "fluid", "menuPosition": "fixed", "topbar": {"color": "dark"}, "showRightSidebarOnPageLoad": true}'>
|
|
|
|
<!-- Begin page -->
|
|
<div id="wrapper">
|
|
|
|
<!-- Topbar Start -->
|
|
<div class="navbar-custom">
|
|
<div class="container-fluid">
|
|
|
|
<ul class="list-unstyled topnav-menu float-right mb-0">
|
|
|
|
<li class="dropdown d-none d-lg-inline-block">
|
|
<a class="nav-link dropdown-toggle arrow-none waves-effect waves-light" data-toggle="fullscreen" href="#">
|
|
<i class="fe-maximize noti-icon"></i>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="dropdown notification-list topbar-dropdown">
|
|
<a class="nav-link dropdown-toggle nav-user mr-0 waves-effect waves-light" data-toggle="dropdown" href="#" role="button" aria-haspopup="false" aria-expanded="false">
|
|
<img src="<?php echo base_url(); ?>public/new_assets/images/avatar.png" alt="user-image" class="rounded-circle">
|
|
<span class="pro-user-name ml-1">
|
|
<?php echo $name; ?> <i class="mdi mdi-chevron-down"></i>
|
|
</span>
|
|
</a>
|
|
<div class="dropdown-menu dropdown-menu-right profile-dropdown ">
|
|
<!-- item-->
|
|
<div class="dropdown-header noti-title">
|
|
<h6 class="text-overflow m-0"><?php echo "Welcome ".$role_text." !"; ?><?php //echo $role; ?></h6>
|
|
</div>
|
|
|
|
<!-- item-->
|
|
<a href="<?php echo base_url(); ?>loadChangePass" class="dropdown-item notify-item">
|
|
<i class="ri-account-circle-line"></i>
|
|
<span>Change Password</span>
|
|
</a>
|
|
|
|
<!-- item-->
|
|
|
|
<div class="dropdown-divider"></div>
|
|
|
|
<!-- item-->
|
|
<a href="<?php echo base_url(); ?>logout" class="dropdown-item notify-item">
|
|
<i class="ri-logout-box-line"></i>
|
|
<span>Logout</span>
|
|
</a>
|
|
|
|
</div>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
<!-- LOGO -->
|
|
<div class="logo-box">
|
|
<a href="index.html" class="logo logo-dark text-center">
|
|
<span class="logo-sm">
|
|
<img src="<?php echo base_url(); ?>public/new_assets/images/logo-sm-dark.png" alt="" height="24">
|
|
<!-- <span class="logo-lg-text-light">Minton</span> -->
|
|
</span>
|
|
<span class="logo-lg">
|
|
<img src="<?php echo base_url(); ?>public/new_assets/images/logo-dark.png" alt="" height="20">
|
|
<!-- <span class="logo-lg-text-light">M</span> -->
|
|
</span>
|
|
</a>
|
|
|
|
<a href="index.html" class="logo logo-light text-center">
|
|
<span class="logo-sm">
|
|
<img src="<?php echo base_url(); ?>public/new_assets/images/RI.png" alt="" height="24">
|
|
</span>
|
|
<span class="logo-lg">
|
|
<img src="<?php echo base_url(); ?>public/new_assets/images/RESICO (2).png" alt="" height="20">
|
|
</span>
|
|
</a>
|
|
</div>
|
|
|
|
<ul class="list-unstyled topnav-menu topnav-menu-left m-0">
|
|
<li>
|
|
<button class="button-menu-mobile waves-effect waves-light">
|
|
<i class="fe-menu"></i>
|
|
</button>
|
|
</li>
|
|
|
|
<li>
|
|
<!-- Mobile menu toggle (Horizontal Layout)-->
|
|
<a class="navbar-toggle nav-link" data-toggle="collapse" data-target="#topnav-menu-content">
|
|
<div class="lines">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</div>
|
|
</a>
|
|
<!-- End mobile menu toggle-->
|
|
</li>
|
|
</ul>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
</div>
|
|
<!-- end Topbar -->
|
|
|
|
<div class="topnav">
|
|
<div class="container-fluid">
|
|
<nav class="navbar navbar-light navbar-expand-lg topnav-menu">
|
|
|
|
<div class="collapse navbar-collapse" id="topnav-menu-content">
|
|
<ul class="navbar-nav">
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle arrow-none" href="#" id="topnav-dashboard" role="button"
|
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-dashboard-line mr-1"></i> DASHBOARDS <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-dashboard">
|
|
<a href="<?php echo base_url(); ?>dashboard" class="dropdown-item">Home</a>
|
|
<!-- <a href="https://vu.venbait.in/d/d9eb820b-60aa-4fe6-9de0-531924185b77/sales-at-a-glance?orgId=2&from=1715215911333&to=1715237511333" class="dropdown-item">Sales</a> -->
|
|
<a href="<?php echo base_url(); ?>sales_dashboard" class="dropdown-item">Sales</a>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle arrow-none" href="#" id="topnav-hr" role="button"
|
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-file-paper-2-line mr-1"></i> SALES <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-hr">
|
|
<a href="<?php echo base_url(); ?>sales_invoice" class="dropdown-item"><i class="ri-file-list-3-line align-middle mr-1"></i> Sales Invoice</a>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle arrow-none" href="#" id="topnav-purchase" role="button"
|
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-shopping-cart-2-line mr-1"></i> PURCHASE <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-purchase">
|
|
|
|
<div class="dropdown">
|
|
<a class="dropdown-item dropdown-toggle arrow-none" href="#" id="topnav-requisition"
|
|
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-pushpin-2-line align-middle mr-1"></i> Requisition <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-requisition">
|
|
<a href="<?php echo base_url(); ?>Requisition" class="dropdown-item">Raise Requisition </a>
|
|
<a href="<?php echo base_url(); ?>CreatePO" class="dropdown-item">Purchase Order From Requisition</a>
|
|
</div>
|
|
</div>
|
|
<div class="dropdown">
|
|
<a class="dropdown-item dropdown-toggle arrow-none" href="#" id="topnav-po"
|
|
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-align-justify align-middle mr-1"></i> Purchase order <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-po">
|
|
<a href="<?php echo base_url(); ?>purchaseorderListing" class="dropdown-item">Purchase Order List</a>
|
|
<a href="<?php echo base_url(); ?>PORelease" class="dropdown-item">Approve Purchase Order</a>
|
|
<a href="<?php echo base_url(); ?>EmergencyPO" class="dropdown-item">Emergency Purchase Order </a>
|
|
<a href="<?php echo base_url(); ?>Report_pending_purchase" class="dropdown-item">Pending Purchase Order </a>
|
|
<a href="<?php echo base_url(); ?>amendmentpurchaseorder" class="dropdown-item">Amendment Purchase Order</a>
|
|
</div>
|
|
</div>
|
|
<div class="dropdown">
|
|
<a class="dropdown-item dropdown-toggle arrow-none" href="#" id="topnav-inward"
|
|
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-task-line align-middle mr-1"></i> Inward <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-inward">
|
|
<a href="<?php echo base_url(); ?>AddIGR" class="dropdown-item">Inward Gate Register Entry</a>
|
|
<a href="<?php echo base_url(); ?>ViewIGR" class="dropdown-item">View Inward Gate Register</a>
|
|
</div>
|
|
</div>
|
|
<div class="dropdown">
|
|
<a href="<?php echo base_url(); ?>ListIGR" class="dropdown-item"><i class="ri-file-list-3-line align-middle mr-1"></i> Non IGR / Expense</a>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle arrow-none" href="#" id="topnav-hr" role="button"
|
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-contacts-book-line mr-1"></i> HR <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-hr">
|
|
<a href="<?php echo base_url(); ?>employeeListing" class="dropdown-item"><i class="ri-shield-user-line align-middle mr-1"></i> Employee Details</a>
|
|
<a href="<?php echo base_url(); ?>attendance" class="dropdown-item"><i class=" ri-time-line align-middle mr-1"></i> Attendance</a>
|
|
|
|
<div class="dropdown">
|
|
<a class="dropdown-item dropdown-toggle arrow-none" href="#" id="topnav-payslip"
|
|
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-secure-payment-line align-middle mr-1"></i> PaySlip <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-payslip">
|
|
<a href="<?php echo base_url(); ?>monthlypay" class="dropdown-item">Monthly Pay Information </a>
|
|
<a href="<?php echo base_url(); ?>ViewPay" class="dropdown-item">PaySlip Generator</a>
|
|
<a href="<?php echo base_url(); ?>PaysilpListing" class="dropdown-item">Edit Payslip</a>
|
|
<a href="<?php echo base_url(); ?>emppayListings" class="dropdown-item">Employee Salary Details</a>
|
|
<a href="<?php echo base_url(); ?>publicholidays" class="dropdown-item">Public Holidays</a>
|
|
<a href="<?php echo base_url(); ?>leavereports" class="dropdown-item">Leave Reports</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</li>
|
|
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle arrow-none" href="#" id="topnav-others" role="button"
|
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-database-2-line align-middle mr-1"></i> OTHERS <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-others">
|
|
<div class="dropdown">
|
|
<a class="dropdown-item dropdown-toggle arrow-none" href="#" id="topnav-master"
|
|
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="ri-list-settings-line align-middle mr-1"></i> Master Details <div class="arrow-down"></div>
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="topnav-master">
|
|
<a href="<?php echo base_url(); ?>supplierlisting" class="dropdown-item">Supplier Details</a>
|
|
<a href="<?php echo base_url(); ?>transporterListing" class="dropdown-item">Transporter Details</a>
|
|
<a href="<?php echo base_url(); ?>costListing" class="dropdown-item">Cost Details</a>
|
|
<a href="<?php echo base_url(); ?>assetListing" class="dropdown-item">Asset Details</a>
|
|
<a href="<?php echo base_url(); ?>companyview" class="dropdown-item">Company Master</a>
|
|
<a href="<?php echo base_url(); ?>configlisting" class="dropdown-item">Config Details</a>
|
|
<a href="<?php echo base_url(); ?>departmentListing" class="dropdown-item">Department Details</a>
|
|
<a href="<?php echo base_url(); ?>rawmaterialListing" class="dropdown-item">Material Details</a>
|
|
<a href="<?php echo base_url(); ?>userListing" class="dropdown-item">Users</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle arrow-none" href="<?php echo base_url(); ?>reports" role="button"
|
|
aria-expanded="false">
|
|
<i class="ri-keyboard-line mr-1"></i> REPORT LISTS
|
|
</a>
|
|
</li>
|
|
|
|
</ul> <!-- end navbar-->
|
|
</div> <!-- end .collapsed-->
|
|
</nav>
|
|
</div> <!-- end container-fluid -->
|
|
</div> <!-- end topnav-->
|
|
|
|
<!-- ============================================================== -->
|
|
<!-- Start Page Content here -->
|
|
<!-- ============================================================== -->
|