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,14 +200,14 @@
<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">
<div class="row"> <div class="row" >
<div class="col-3"> <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" class="form-control mt-2" data-provide="datepicker"
data-date-format="M-yyyy" data-date-min-view-mode="1"> data-date-format="M-yyyy" data-date-min-view-mode="1">
</div> </div>
@ -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

@ -1,5 +1,5 @@
<style type="text/css"> <style type="text/css">
.num { .num {
text-align: right; text-align: right;
} }
@ -158,7 +158,7 @@
.modal { .modal {
padding-right: 30% ! important; padding-right: 30% ! important;
} }
</style> </style>
<div class="content-page"> <div class="content-page">
<div class="content"> <div class="content">
<!-- Start Content--> <!-- Start Content-->
@ -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 }?>