changes in stock module

This commit is contained in:
vadivel J 2024-11-08 14:47:47 +05:30
parent c55cd0dfa3
commit dcbaa36aaa
2 changed files with 11 additions and 9 deletions

View File

@ -200,7 +200,7 @@
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="card"> <div class="card">
<div class="card-body"> <div class="card-body" style="padding-left:300px;">
<form action="<?= base_url('dustAndRoughStockDetails'); ?>" method="post"> <form action="<?= base_url('dustAndRoughStockDetails'); ?>" method="post">
@ -220,12 +220,14 @@
<div class="table-responsive"> <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;"> <thead class="celda_encabezado_general" style="padding: 10px;">
<tr> <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">Final Rough </th>
<th class="celda_encabezado_general" colspan="1">Dust </th> <th class="celda_encabezado_general" colspan="1">Dust </th>
<th class="celda_encabezado_general" rowspan="2" colspan="1">Total </th> <th class="celda_encabezado_general" rowspan="2" colspan="1">Total </th>

View File

@ -481,7 +481,7 @@
<br> <br>
<?php if(empty($igrDetails)){ ?> <?php if(empty($igrDetails)){ ?>
<h5 align="center" style="color:grey;"> <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> </h5>
<?php }?> <?php }?>