listing screen Ui and material master changes

This commit is contained in:
saravanakumar_kandasami 2017-08-07 17:53:40 +05:30
parent 30aee8782f
commit f0b17aafa6
12 changed files with 14 additions and 14 deletions

View File

@ -245,7 +245,7 @@ function addNewasset($asset)
$this->db->select('det.*,dep.DepartmentName as DEPCode,sup.SupplierName,MM.MaterialName,emp.firstname,emp1.firstname as Updated_By');
$this->db->join('tbl_users as tbl',' det.createdby = tbl.userid','left');
$this->db->join('T_DepartmentDetails as dep','dep.DEPCode=det.DEPCode');
$this->db->join('T_DepartmentDetails as dep','dep.DEPCode=det.DEPCode','left');
$this->db->join('T_Employee_Details as emp', 'emp.empid=tbl.empid','left');
$this->db->join('T_SupplierDetailsN as sup', 'sup.SupplierID=det.SupplierCode','left');
$this->db->join('T_MaterialMaster MM ', 'MM.MaterialCode = det.MaterialCode','left');

View File

@ -15,13 +15,13 @@
<div class="col-xs-12">
<div class="box">
<div class="box-header">
<center><h3 class="box-title"><b>Siddharth Industries - Amendment Purchase Order List<b></h3></center>
<center><h3 class="box-title"> Siddharth Industries - Amendment Purchase Order List </h3></center>
</div>
<!-- /.box-header -->
<div class="box-body">
<div class="box-body" style="font-size:12px;">
<table id="example1" class="table table-bordered table-hover editableTable">
<thead>
<tr bgcolor="LightSlateGray ">
<tr style="background-color:#ddf">
<th>#</th>
<th>PONO#</th>
<th>PO Type</th>

View File

@ -20,7 +20,7 @@
<div class="box-body">
<table id="example1" class="table table-bordered table-hover editableTable" style="font-size:12px;">
<thead>
<tr bgcolor="LightSlateGray ">
<tr style="background-color:#ddf">
<th>#</th>
<th>PONO#</th>
<th>PO Type</th>

View File

@ -19,7 +19,7 @@
<div class="col-xs-12">
<table class="table table-bordered table-hover" id="datatable" style="background-color:#fff;font-size:12px;" >
<thead>
<thead style="background-color:#ddf">
<tr>
<th>Asset Code</th>
<th>Asset Name</th>

View File

@ -18,7 +18,7 @@
<div class="row">
<div class="col-xs-12">
<table id="datatable" class="table table-bordered table-hover" style="background-color:#fff;font-size:12px;" >
<thead>
<thead style="background-color:#ddf">
<tr>
<th>Cost Center Code</th>
<th>Cost Center Name</th>

View File

@ -194,7 +194,7 @@ $(function() {
<label for="Description">Cost Center Name </label><font color="Red">*</font>
<div class="form-group">
<?php
$data = array('name' => 'CostName','value' => set_value('CostName',$CostCenterName),'id'=>'CostName', 'class' => 'form-control' ,'required' => 'true','style'=>'text-transform:uppercase;','maxlength'=>'20');
$data = array('name' => 'CostName','value' => set_value('CostName',$CostCenterName),'id'=>'CostName', 'class' => 'form-control' ,'required' => 'true','style'=>'text-transform:uppercase;','maxlength'=>'100');
echo form_input($data);
?>
</div>

View File

@ -19,7 +19,7 @@
<div class="col-xs-12">
<table id="datatable" class="table table-hover table-bordered" style="background-color:#fff;font-size:12px;" >
<thead>
<thead style="background-color:#ddf">
<tr>
<th>Emp ID</th>
<th>Employee Name</th>

View File

@ -18,7 +18,7 @@
<div class="row">
<div class="col-xs-12">
<table id="datatable" class="table table-hover table-bordered" style="background-color:#fff;font-size:12px;" >
<thead>
<thead style="background-color:#ddf">
<tr>
<th>Material Code</th>
<!--<th>Raw Material Code</th>-->

View File

@ -33,7 +33,7 @@ $Adv='';
<div class="box-body">
<table id="example1" class="table table-bordered table-hover editableTable" style="font-size:12px;">
<thead>
<tr bgcolor="LightSlateGray ">
<tr style="background-color:#ddf">
<th>SNO#</th>
<th>PONO#</th>
<th>SupplierName</th>

View File

@ -19,7 +19,7 @@
<div class="col-xs-12">
<table class="table table-bordered table-hover" id="datatable" style="background-color:#fff;font-size:11px;" >
<thead>
<thead style="background-color:#ddf">
<tr>
<th>Supplier ID</th>
<th>Supplier Name</th>

View File

@ -19,7 +19,7 @@
<div class="col-xs-12">
<table class="table table-hover table-bordered" id="datatable" style="background-color:#fff;font-size:12px;" >
<thead>
<thead style="background-color:#ddf">
<tr>
<th>User Id</th>
<th>User Name</th>

View File

@ -20,7 +20,7 @@
<div class="box-body">
<table id="viewfullpo" class="table table-bordered table-hover editablTable">
<thead>
<tr bgcolor="LightSlateGray ">
<tr style="background-color:#ddf">
<th>#</th>
<th>PONO#</th>
<th>Request By</th>