'Newscreenaddedandissuefixed'
This commit is contained in:
parent
a2f95a6404
commit
80f0db1210
@ -342,7 +342,7 @@
|
||||
{
|
||||
?>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>purchaseorder/poapproval">
|
||||
<a href="<?php echo base_url(); ?>POApproval">
|
||||
<i class="fa fa-users"></i>
|
||||
<span>Approve Purchase Order</span>
|
||||
</a>
|
||||
@ -357,7 +357,7 @@
|
||||
{
|
||||
?>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>purchaseorder/viewfullpurchaseorder">
|
||||
<a href="<?php echo base_url(); ?>ViewPO">
|
||||
<i class="fa fa-history"></i>
|
||||
<span>View Purchase Order</span>
|
||||
</a>
|
||||
@ -373,7 +373,7 @@
|
||||
{
|
||||
?>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>purchaseorder/porelease">
|
||||
<a href="<?php echo base_url(); ?>PORelease">
|
||||
<i class="fa fa-history"></i>
|
||||
<span>Release Purchase Order</span>
|
||||
</a>
|
||||
@ -451,7 +451,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>payslip/updatepayroll" >
|
||||
<a href="<?php echo base_url(); ?>updatepayroll" >
|
||||
<i class="fa fa-credit-card-alt"></i> <span>Payslip</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -499,14 +499,9 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>MRIRcontroller/materialinspectionreport">
|
||||
<i class="fa fa-upload"></i>
|
||||
<span>Material Inspection Report Entry</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>MRIRcontroller/viewmaterialinspectionreport">
|
||||
<a href="<?php echo base_url(); ?>ViewMRIR">
|
||||
<i class="fa fa-upload"></i>
|
||||
<span>View Material Inspection Report</span>
|
||||
</a>
|
||||
@ -521,7 +516,7 @@
|
||||
if($DEPCode == STORE)
|
||||
{ ?>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>storestatus/storeavailability">
|
||||
<a href="<?php echo base_url(); ?>Stock">
|
||||
<i class="fa fa-dashboard"></i> <span>Stock Details</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -540,7 +535,7 @@
|
||||
if($DEPCode == PURCHASE)
|
||||
{ ?>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>purchaseorder/advancerequest">
|
||||
<a href="<?php echo base_url(); ?>AdvanceRequest">
|
||||
<i class="fa fa-dashboard"></i> <span>Advance Request</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user