changes in stock module
This commit is contained in:
parent
c55cd0dfa3
commit
dcbaa36aaa
@ -200,7 +200,7 @@
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="card-body" style="padding-left:300px;">
|
||||
|
||||
|
||||
<form action="<?= base_url('dustAndRoughStockDetails'); ?>" method="post">
|
||||
@ -220,12 +220,14 @@
|
||||
|
||||
|
||||
<div class="table-responsive">
|
||||
<table id="dustAndRoughStockDetailsTableId" class="fht-table table-striped">
|
||||
<table style="width: 700px;" id="dustAndRoughStockDetailsTableId" class="fht-table table-striped">
|
||||
|
||||
<thead class="celda_encabezado_general" style="padding: 10px;">
|
||||
|
||||
<tr>
|
||||
<th class="celda_encabezado_general" rowspan="2" colspan="1">Date </th>
|
||||
<th
|
||||
style="width: 100px;"
|
||||
class="celda_encabezado_general" rowspan="2" colspan="1">Date </th>
|
||||
<th class="celda_encabezado_general" colspan="1">Final Rough </th>
|
||||
<th class="celda_encabezado_general" colspan="1">Dust </th>
|
||||
<th class="celda_encabezado_general" rowspan="2" colspan="1">Total </th>
|
||||
|
||||
@ -481,7 +481,7 @@
|
||||
<br>
|
||||
<?php if(empty($igrDetails)){ ?>
|
||||
<h5 align="center" style="color:grey;">
|
||||
No Inward Gate Registry created for incoming sand in this Month
|
||||
No Inward Gate Registry created for incoming silica sand in this month
|
||||
</h5>
|
||||
<?php }?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user