'Newmenuadded'
This commit is contained in:
parent
4d63483aca
commit
e600ef34d8
@ -482,8 +482,14 @@
|
|||||||
<span>Inward Gate Register Entry</span>
|
<span>Inward Gate Register Entry</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="treeview">
|
||||||
|
<a href="<?php echo base_url(); ?>ViewigrDetails">
|
||||||
|
<i class="fa fa-upload"></i>
|
||||||
|
<span>View Inward Gate Register</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<?php }
|
<?php }
|
||||||
if($Designation == SECURITY || $DEPCode == STORE || $DEPCode == QUALITY)
|
if($DEPCode == STORE || $DEPCode == QUALITY)
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
@ -492,10 +498,7 @@
|
|||||||
<span>View Inward Gate Register</span>
|
<span>View Inward Gate Register</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php
|
|
||||||
if($DEPCode == STORE || $DEPCode == QUALITY)
|
|
||||||
{
|
|
||||||
?>
|
|
||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
<a href="<?php echo base_url(); ?>MRIRcontroller/materialinspectionreport">
|
<a href="<?php echo base_url(); ?>MRIRcontroller/materialinspectionreport">
|
||||||
<i class="fa fa-upload"></i>
|
<i class="fa fa-upload"></i>
|
||||||
@ -509,12 +512,12 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php
|
<?php
|
||||||
}
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<?php }
|
<?php
|
||||||
if($DEPCode == STORE)
|
if($DEPCode == STORE)
|
||||||
{ ?>
|
{ ?>
|
||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
@ -522,7 +525,26 @@
|
|||||||
<i class="fa fa-dashboard"></i> <span>Stock Details</span>
|
<i class="fa fa-dashboard"></i> <span>Stock Details</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php }
|
||||||
|
}?>
|
||||||
|
<?php
|
||||||
|
if($DEPCode == FINANCE)
|
||||||
|
{ ?>
|
||||||
|
<li class="treeview">
|
||||||
|
<a href="<?php echo base_url(); ?>ViewMRIRBilling">
|
||||||
|
<i class="fa fa-dashboard"></i> <span>Billing</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<?php } ?>
|
||||||
|
<?php
|
||||||
|
if($DEPCode == PURCHASE)
|
||||||
|
{ ?>
|
||||||
|
<li class="treeview">
|
||||||
|
<a href="<?php echo base_url(); ?>purchaseorder/advancerequest">
|
||||||
|
<i class="fa fa-dashboard"></i> <span>Advance Request</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<li class="dropdown user user-menu">
|
<li class="dropdown user user-menu">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user