bank layout changes
This commit is contained in:
parent
6b171da430
commit
b049a75f9a
@ -72,13 +72,13 @@ foreach($financialyear as $item)
|
||||
|
||||
|
||||
<div class="row">
|
||||
<!-- <div class="col-md-3" style=" border: 2px solid black;font-size:14px;background-color:#ccc;">
|
||||
<!-- <div class="col-md-3" style=" border: 2px solid black;font-size:14px;background-color:#ccc;">-->
|
||||
|
||||
|
||||
<input type="hidden" id="debitamount" placeholder="Debit Amount" readonly>
|
||||
<input type="hidden" id="debitamount" placeholder="Debit Amount" readonly>
|
||||
|
||||
<input type="hidden" id="bankid" value="" placeholder="Bank Id" readonly> -->
|
||||
|
||||
<input type="hidden" id="bankid" value="" placeholder="Bank Id" readonly>
|
||||
|
||||
|
||||
|
||||
<!-- <div style=" ;margin-left:0%;margin-top: -55px;"> -->
|
||||
|
||||
@ -41,46 +41,45 @@ foreach($financialyear as $item)
|
||||
<div class="col-md-1 col-md-offset-11">
|
||||
<a href="<?php base_url() ?>Bankingstatement" class="btn btn-primary" value="Back"/>Back</a>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<form method="post" action="<?php echo base_url($this->uri->uri_string()); ?>">
|
||||
|
||||
<center><h3 class="box-title"><p style="color:#3c8dbc"><b>View Invoice</b></p></h3></center>
|
||||
|
||||
<table class="table table-bordered table-hover" style="table-layout:auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
<th>Payment ID</th>
|
||||
<th>Payment Mode</th>
|
||||
<th>Payment Amount (₹)</th>
|
||||
<th>Payment date </th>
|
||||
<th>Naration </th>
|
||||
|
||||
</tr>
|
||||
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p style="margin-left:25px;" id="bid"></p></td>
|
||||
<td>Bank</td>
|
||||
<td><p style="margin-left:25px;" id="bamount" ></p></td>
|
||||
<td><p style="margin-left:25px;" id="bdate"></p></td>
|
||||
<td><p style="margin-left:25px;" id="narration"></p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
<div class="box-body">
|
||||
<table class="table table-bordered table-hover" style="table-layout:auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
<th>Payment ID</th>
|
||||
<th>Payment Mode</th>
|
||||
<th>Payment Amount (₹)</th>
|
||||
<th>Payment date </th>
|
||||
<th>Naration </th>
|
||||
|
||||
</tr>
|
||||
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p style="margin-left:25px;" id="bid"></p></td>
|
||||
<td>Bank</td>
|
||||
<td><p style="margin-left:25px;" id="bamount" ></p></td>
|
||||
<td><p style="margin-left:25px;" id="bdate"></p></td>
|
||||
<td><p style="margin-left:25px;" id="narration"></p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="row">
|
||||
<!-- <div class="col-md-3" style=" border: 2px solid black;font-size:14px;background-color:#ccc;">
|
||||
<!-- <div class="col-md-3" style=" border: 2px solid black;font-size:14px;background-color:#ccc;"> -->
|
||||
|
||||
<input type="hidden" id="debitamount" value="<?php echo $cash; ?>" placeholder="Debit Amount" readonly>
|
||||
|
||||
<input type="hidden" id="bankid" value="<?php echo $bankid; ?>" placeholder="Bank Id" readonly> -->
|
||||
<input type="hidden" id="bankid" value="<?php echo $bankid; ?>" placeholder="Bank Id" readonly>
|
||||
|
||||
|
||||
|
||||
@ -88,10 +87,10 @@ foreach($financialyear as $item)
|
||||
<!-- <p style="margin-left:25px;" id="bid" value=""</b>>Payment ID: </p>
|
||||
<p style="margin-left:25px;">Payment Mode: Bank</p>
|
||||
<p style="margin-left:25px;" id="bamount" value="">Payment Amount: </p>
|
||||
<p style="margin-left:25px;" id="bdate" value="">Payment Amount Date: </p>
|
||||
-->
|
||||
<p style="margin-left:25px;" id="bdate" value="">Payment Amount Date: </p> -->
|
||||
|
||||
<!-- </div> -->
|
||||
<!-- </div> -->
|
||||
|
||||
|
||||
<div class="col-md-3">
|
||||
<label for="from_date"> <?php echo 'From Date'; ?></label>
|
||||
@ -116,7 +115,7 @@ foreach($financialyear as $item)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3" >
|
||||
<div class="col-md-3">
|
||||
<label for="customer">
|
||||
<?php echo 'Customer'; ?>
|
||||
</label>
|
||||
@ -133,7 +132,7 @@ foreach($financialyear as $item)
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-3"style="margin-top:20px;" >
|
||||
<div class="col-md-3" style="margin-top:20px;" >
|
||||
<input type="submit" class="btn btn-success" name="btn_submit"
|
||||
value="View Invoice">
|
||||
|
||||
@ -141,8 +140,7 @@ foreach($financialyear as $item)
|
||||
|
||||
</div><!--/ inside 1st .row closed -->
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<div class="row">
|
||||
@ -257,8 +255,6 @@ foreach($financialyear as $item)
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/vfs_fonts.js"></script>
|
||||
<script src="https://cdn.datatables.net/buttons/1.4.2/js/buttons.html5.min.js"></script>
|
||||
<script src="https://cdn.datatables.net/buttons/1.4.2/js/buttons.colVis.min.js"></script>
|
||||
<script src="https://cdn.datatables.net/plug-ins/1.10.16/sorting/datetime-moment.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
@ -282,7 +278,7 @@ foreach($financialyear as $item)
|
||||
|
||||
document.getElementById("bid").innerHTML=bid;
|
||||
});/** foreach closed */
|
||||
$.fn.datatable.moment('DD-MM-YYYY');
|
||||
|
||||
table = $('#req').DataTable( {
|
||||
"dom": "<'row'<'col-md-6'l><'col-md-6'Bf>>" +
|
||||
"<'row'<'col-md-6'><'col-md-6'>>" +
|
||||
|
||||
@ -62,7 +62,7 @@ if(!empty($debitmapping))
|
||||
<div class="content-wrapper">
|
||||
<section class="content">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<!-- Left col -->
|
||||
<div class="col-md-12" >
|
||||
<!-- TABLE: LATEST ORDERS -->
|
||||
@ -116,15 +116,40 @@ if(!empty($debitmapping))
|
||||
<br>
|
||||
<br>
|
||||
<div class="row">
|
||||
<div class="box-body">
|
||||
<div class="col-md-3 col-md-offset-9">
|
||||
|
||||
<div class="box-body">
|
||||
<table class="table table-bordered table-hover" style="table-layout:auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
<th>Payment ID</th>
|
||||
<th>Payment Mode</th>
|
||||
<th>Payment Amount (₹)</th>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><?php echo $ap->bankid?></td>
|
||||
<td>Bank</td>
|
||||
|
||||
<td><?php echo $totalamount ?></p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- <div class="col-md-3 col-md-offset-9">
|
||||
<div style=" border: 2px solid black;margin-left:0%;margin-top: -55px;font-size:14px;background-color:#ccc;">
|
||||
<p style="margin-left:62px;padding-top:30px;">Payment ID: <b><?php echo $ap->bankid?></b></p>
|
||||
<p style="margin-left:41px;">Payment Mode: <b>Bank</b></p>
|
||||
<p style="margin-left:41px;">Payment Amount: <b><?php echo $totalamount ?></b></p>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<!--<div class="row">
|
||||
<div class="col-md-3">
|
||||
<label for="from_date">
|
||||
@ -325,10 +350,11 @@ if(!empty($debitmapping))
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- /.box -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.col -->
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@ -113,17 +113,41 @@ if(!empty($mapping))
|
||||
<center><h3 class="box-title"><p style="color:#3c8dbc"><b>Bank Debit Amount Paid Report</b></p></h3></center>
|
||||
<br>
|
||||
<br>
|
||||
<div class="row">
|
||||
<div class="col-md-3 col-sm-offset-9">
|
||||
<div class="box-body">
|
||||
<table class="table table-bordered table-hover" style="table-layout:auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
<th>Payment ID</th>
|
||||
<th>Payment Mode</th>
|
||||
<th>Payment Amount (₹)</th>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><?php echo $bankid?></td>
|
||||
<td>Bank</td>
|
||||
|
||||
<td><?php echo $paymentamount ?></p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- <div class="row">
|
||||
<div class="col-md-3 col-sm-offset-9">
|
||||
|
||||
<div style=" border: 2px solid black;margin-left:0%;margin-top: -55px;font-size:14px;background-color:#ccc;">
|
||||
<p style="margin-left:62px;padding-top:30px;">Payment ID: <?php echo $bankid?></p>
|
||||
<p style="margin-left:41px;">Payment Mode: Bank</p>
|
||||
<p style="margin-left:41px;">Payment Amount: <?php echo $paymentamount ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!--<div class="row">
|
||||
</div> -->
|
||||
</div>
|
||||
<!--<div class="row">
|
||||
<div class="col-md-3">
|
||||
<label for="from_date">
|
||||
<?php echo 'From Date'; ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user