Code merge : GWM

This commit is contained in:
bitbucket 2024-08-31 11:22:42 +05:30
parent fffc1f0b26
commit 8a18f5d197
2 changed files with 9 additions and 9 deletions

View File

@ -1588,9 +1588,9 @@ QuantityRejected,ROUND(Quantity-ReceivedQuantity)as PendingQty,Per,
->join('t_requestion_master rmast', 'rmast.ReqNo=req.ReqNo')
//->join('t_costcenter_budget bud','bud.CostCenterCode = req.CostCenterCode and bud.BudgetType = rmast.ReqType')
->join('t_costcenter_master ccm', 'ccm.CostCenterCode = req.CostCenterCode', 'left')
->join('tbl_users tbl', 'rmast.createdby=tbl.userid')
->join('t_employee_details as emp', 'emp.empid=tbl.empid')
->join('t_departmentdetails as Dep', 'Dep.DEPCode=emp.Departmentcode');
->join('tbl_users tbl', 'rmast.createdby=tbl.userid', 'left')
->join('t_employee_details as emp', 'emp.empid=tbl.empid', 'left')
->join('t_departmentdetails as Dep', 'Dep.DEPCode=emp.Departmentcode', 'left');
// old Status Don't Deleted it.
// if ($type == 'APPROVAL') {

View File

@ -88,7 +88,7 @@
top: 7px;
}
/* Select2 Height End */
/* .navbar-custom{
.navbar-custom{
height: 55px;
}
.logo-box .logo {
@ -106,13 +106,13 @@
}
.topnav .navbar-nav .nav-link{
line-height: 15px;
} */
}
.navbar-custom {
background-color: #4f7c97 !important;
}
th{
/* th{
background-color: #ddd !important;
}
} */
.btn.btn-secondary.buttons-html5 , .btn.btn-secondary.buttons-print{
border: 1px solid grey;
border-radius: 4px !important;
@ -348,10 +348,10 @@
<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">
<img src="<?php echo base_url(); ?>public/new_assets/images/RI.png" alt="" height="30">
</span>
<span class="logo-lg">
<img src="<?php echo base_url(); ?>public/new_assets/images/RESICO (2).png" alt="" height="20">
<img src="<?php echo base_url(); ?>public/new_assets/images/RESICO (2).png" alt="" height="30">
</span>
</a>
</div>