changes in stock module
This commit is contained in:
parent
c55cd0dfa3
commit
dcbaa36aaa
@ -200,14 +200,14 @@
|
||||
<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">
|
||||
<div class="row">
|
||||
<div class="row" >
|
||||
|
||||
<div class="col-3">
|
||||
<input type="text" name="month" id="month" value="<?php echo "$month" ?>"
|
||||
<input type="text" name="month" id="month" value="<?php echo "$month" ?>"
|
||||
class="form-control mt-2" data-provide="datepicker"
|
||||
data-date-format="M-yyyy" data-date-min-view-mode="1">
|
||||
</div>
|
||||
@ -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>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
<style type="text/css">
|
||||
<style type="text/css">
|
||||
.num {
|
||||
text-align: right;
|
||||
}
|
||||
@ -158,7 +158,7 @@
|
||||
.modal {
|
||||
padding-right: 30% ! important;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
<div class="content-page">
|
||||
<div class="content">
|
||||
<!-- Start Content-->
|
||||
@ -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