Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.145.35.234
Current Path : /var/www/html/pms/html/ |
| Current File : /var/www/html/pms/html/uploadexcel.html |
<style>
.col-sm-3{
margin-bottom: 10px !important;
}
.card .col-sm-4{
margin-bottom: 4px !important;
}
.control-label .col-sm-1{
margin-bottom: 4px !important;
}
.col-sm-11{
margin-bottom: 0px !important;
}
.form-group .col-sm-12{
margin-bottom: -5px !important;
}
/* .control-label .col-sm-1{
margin-bottom: 5px !important;
} */
.col-sm-8{
margin-bottom: 5px !important;
}
.col-sm-2{
margin-bottom: 5px !important;
}
.control-label{
font-size: 14px !important;
}
.col-sm-1.control-label{
margin-left: 14px;
}
.col-sm-6 {
margin-bottom: 10px !important;
}
.col-sm-4{
margin-bottom: 10px !important;
}
</style>
<div class="row clearfix">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<!-- <div class="header">
<div style="float: right">
<button
style="margin-top: -20px"
class="btn bg-primary waves-effect"
onclick="genReport()"
>
Generate
</button>
</div>
</div> -->
<form
hidden
id="form_module_image_upload"
enctype="multipart/form-data"
method="POST"
action=""
>
<input type="hidden" name="MAX_FILE_SIZE" value="10000000000" />
<div
class="page_main_div"
id="page_main_div"
align="left"
style="min-height: 380px;"
></div>
</form>
<div class="body">
<div class="row clearfix">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="loadInvoice">
<div
class="panel panel-primary"
style="width: 1024px; margin-left: auto; margin-right: auto"
>
<div class="panel-heading">Upload Excel
<div style="float: right;margin: -5px;">
<button
style="color: black;"
class="btn "
onclick="genReport()"
>
Generate
</button>
</div>
<!-- <div style="float: right;margin: -5px;">
<button
style="color: black;margin-right: 20px;"
class="btn "
onclick="loadbatchinfo()"
>
View
</button>
</div> -->
</div>
<table class="content-tbl" cellpadding="8" cellspacing="0" width="100%" style="margin-top: 15px;">
<tr style="height: 60px;">
<td style="width: 30%;">
<div class="form-group">
<label class="control-label col-sm-1" for="enterbatchno" style="margin-bottom: 5px;width: 200px;"
><b>Download Excel Format</b></label
></td>
<td style="width: 1px;">
<a href="invoice_bills_format.csv" target="_blank">Click Here</a>
</td>
</div>
</tr>
<tr style="height: 60px;">
<td>
<label class="control-label col-sm-1" for="enterbatchno" style="margin-bottom: 5px;width: 200px;"
><b>Upload Excel</b></label
>
</td>
<td>
<input type="file" name="admuploadsheet" id="admuploadsheet">
</td>
</div>
</tr>
<tr>
<td></td>
<td >
<div>
<label class="control-label col-sm-2" for="email"
><b></b
></label>
<div class="pull-center">
<button
class="btn btn-lg bg-primary waves-effect"
onclick="admuploadexeclsheet()"
>
Save
</button>
</div>
</div>
</td>
</div>
</tr>
<tr>
<td>
</td>
</tr>
</table>
<div>
<table id="entable" class="table table-bordered table-hover" hidden>
<thead>
<tr class="bg-primary">
<th width="4%">
<center>Sl. No.</center>
</th>
<th width="7%">
<center>Supplier Code</center>
</th>
<th width="15%">
<center>Supplier Name</center>
</th>
<th width="7%">
<center>Total Amount</center>
</th>
<th width="7%">
<center>TDS Amount</center>
</th>
<th width="7%">
<center>Payable Amount</center>
</th>
<th width="9%">
<center>UTR No.</center>
</th>
<th width="9%">
<center>UTR Date</center>
</th>
</tr>
</thead>
<tbody id="enterbatchnoinfotbody"></tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
|