bankstatement
This commit is contained in:
parent
95cdb6d0d0
commit
ef8a44a519
@ -959,7 +959,7 @@ class cashbook extends BaseController
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "<script>alert('Saved Successfully!');window.location.href='Bankingstatement';</script>";
|
//echo "<script>alert('Saved Successfully!');window.location.href='Bankingstatement';</script>";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
17
application/logs/log-2018-03-21.php
Normal file
17
application/logs/log-2018-03-21.php
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2018-03-21 06:32:33 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\siddharth_application\application\controllers\cashbook.php 157
|
||||||
|
ERROR - 2018-03-21 06:32:33 --> The upload path does not appear to be valid.
|
||||||
|
ERROR - 2018-03-21 06:32:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 15
|
||||||
|
ERROR - 2018-03-21 06:32:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 15
|
||||||
|
ERROR - 2018-03-21 06:32:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 109
|
||||||
|
ERROR - 2018-03-21 06:32:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 109
|
||||||
|
ERROR - 2018-03-21 06:32:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 149
|
||||||
|
ERROR - 2018-03-21 06:32:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 149
|
||||||
|
ERROR - 2018-03-21 06:33:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 15
|
||||||
|
ERROR - 2018-03-21 06:33:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 15
|
||||||
|
ERROR - 2018-03-21 06:33:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 109
|
||||||
|
ERROR - 2018-03-21 06:33:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 109
|
||||||
|
ERROR - 2018-03-21 06:33:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 149
|
||||||
|
ERROR - 2018-03-21 06:33:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\siddharth_application\application\views\bankstatement.php 149
|
||||||
|
ERROR - 2018-03-21 06:33:18 --> Severity: Notice --> Undefined variable: cashbook C:\xampp\htdocs\siddharth_application\application\views\cashbooklisting.php 243
|
||||||
@ -219,8 +219,8 @@ function receiptdata()
|
|||||||
function debitpolist($bankid)
|
function debitpolist($bankid)
|
||||||
{
|
{
|
||||||
$this->db->select('mid,Podate,PONO,Suppliername,Totalpoamount,
|
$this->db->select('mid,Podate,PONO,Suppliername,Totalpoamount,
|
||||||
Balancetopay,Amountpaid');
|
Balancetopay,Amountpaid');
|
||||||
$this->db->from ('T_Bankporeport');
|
$this->db->from ('T_Bankmappingpo');
|
||||||
$this->db->where('mid',$bankid);
|
$this->db->where('mid',$bankid);
|
||||||
|
|
||||||
//$this->db->group_by('PONO');
|
//$this->db->group_by('PONO');
|
||||||
|
|||||||
@ -135,26 +135,32 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<br>
|
||||||
<div class="col-md-3">
|
<div class="row">
|
||||||
|
<div class="col-md-2">
|
||||||
<label for="from_date">
|
<label for="from_date">
|
||||||
<?php echo 'Bank Debit Amount'; ?>
|
<?php echo 'Bank Debit Amount'; ?>
|
||||||
</label>
|
</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="debitamount" readonly>
|
<input type="text" id="debitamount" readonly>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-2">
|
||||||
|
<label for="from_date">
|
||||||
|
<?php echo 'Bank Id'; ?>
|
||||||
|
</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="bankid" value="" readonly>
|
<input type="text" id="bankid" value="" readonly>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<input type="text" name="Rowid" id="Rowid">
|
<input type="hidden" name="Rowid" id="Rowid">
|
||||||
<table class="table table-bordered table-hover" id="req" style="table-layout:auto;">
|
<table class="table table-bordered table-hover" id="req" style="table-layout:auto;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -374,8 +380,8 @@ if(x==true)
|
|||||||
// }
|
// }
|
||||||
if(bankdebitamount==totalvalue)
|
if(bankdebitamount==totalvalue)
|
||||||
{
|
{
|
||||||
alert('you have remaining'+balanceamount);
|
//alert('you have remaining'+balanceamount);
|
||||||
alert('your amount is equal to debit amount');
|
//alert('your amount is equal to debit amount');
|
||||||
$(".checkboxcheckbox").prop("disabled", true);
|
$(".checkboxcheckbox").prop("disabled", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -205,7 +205,7 @@
|
|||||||
if(!empty($bankreport)){
|
if(!empty($bankreport)){
|
||||||
foreach($bankreport as $t)
|
foreach($bankreport as $t)
|
||||||
{
|
{
|
||||||
|
$debit=$t->Debit;
|
||||||
$status=$t->Status;
|
$status=$t->Status;
|
||||||
$type=0;
|
$type=0;
|
||||||
if(!empty($t->Debit))
|
if(!empty($t->Debit))
|
||||||
@ -247,22 +247,15 @@
|
|||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if($t->Clearbalance==null)
|
|
||||||
{
|
|
||||||
$clearbalance=0;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$cashbook=$t->total;
|
|
||||||
$clearbalance=$t->Clearbalance;
|
$clearbalance=$t->Clearbalance;
|
||||||
//$totalclearbalance=$cashbook+$clearbalance;
|
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
<td align="left" id="totalpaid<?php echo $i?>"><a href="<?php echo base_url() ?>cashbook/mappingpo?d=<?php echo $t->ID?>"><span><?php echo $clearbalance?></a></span></td>
|
<td align="left" id="totalpaid<?php echo $i?>"><a href="<?php echo base_url() ?>cashbook/mappingpo?d=<?php echo $t->ID?>"><span><?php echo $clearbalance?></a></span></td>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if($status=='CLOSE')
|
if($status=='CLOSE')
|
||||||
{
|
{
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<td align="left" id="btc<?php echo $i ?>"><span><?php echo ($t->Debit) - ($t->Clearbalance);?></span></td>
|
<td align="left" id="btc<?php echo $i ?>"><span><?php echo ($t->Debit) - ($t->Clearbalance);?></span></td>
|
||||||
<?php
|
<?php
|
||||||
@ -285,15 +278,11 @@
|
|||||||
|
|
||||||
<td align="left" id="credit1<?php echo $i ?>"><span><?php echo $t->Credit;?></span></td>
|
<td align="left" id="credit1<?php echo $i ?>"><span><?php echo $t->Credit;?></span></td>
|
||||||
<?php
|
<?php
|
||||||
if($t->cclearbalance==null)
|
|
||||||
{
|
$clearbalance=$t->cclearbalance;
|
||||||
$clearbalance=0;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$clearbalance=$t->cclearbalance;
|
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<td align="left" id="credit2<?php echo $i ?>"><a href="<?php echo base_url() ?>cashbook/mappinginvoice?d=<?php echo $t->ID?>"><span><?php echo $clearbalance;?></span></td>
|
<td align="left" id="credit2<?php echo $i ?>"><a href="<?php echo base_url() ?>cashbook/mappinginvoice?d=<?php echo $t->ID?>"><span><?php echo $clearbalance;?></span></td>
|
||||||
|
|
||||||
<td align="left" id="credit<?php echo $i ?>"><span><?php echo ($t->Credit)-($t->cclearbalance);?></span></td>
|
<td align="left" id="credit<?php echo $i ?>"><span><?php echo ($t->Credit)-($t->cclearbalance);?></span></td>
|
||||||
@ -519,7 +508,7 @@ if (x==true)
|
|||||||
localStorage.setItem('test2',tempcredit);
|
localStorage.setItem('test2',tempcredit);
|
||||||
localStorage.setItem('tes', avalue);
|
localStorage.setItem('tes', avalue);
|
||||||
|
|
||||||
window.location.href="Invoice";
|
window.location.href="cashbook/bankinvoice";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1051,7 +1051,7 @@ $(function() {
|
|||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
<a href="<?php echo base_url(); ?>Bankingview">
|
<a href="<?php echo base_url(); ?>Bankingview">
|
||||||
<i class="fa fa-credit-card"></i>
|
<i class="fa fa-credit-card"></i>
|
||||||
<span>Banking</span>
|
<span>Bank Statement Upload</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
@ -1060,7 +1060,7 @@ $(function() {
|
|||||||
<span>Bank Statements</span>
|
<span>Bank Statements</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="treeview">
|
<!--<li class="treeview">
|
||||||
<a href="<?php echo base_url(); ?>Debitstatement">
|
<a href="<?php echo base_url(); ?>Debitstatement">
|
||||||
<i class="fa fa-credit-card"></i>
|
<i class="fa fa-credit-card"></i>
|
||||||
<span>Amount Paid</span>
|
<span>Amount Paid</span>
|
||||||
@ -1101,7 +1101,7 @@ $(function() {
|
|||||||
<i class="fa fa-credit-card"></i>
|
<i class="fa fa-credit-card"></i>
|
||||||
<span>addincexp</span>
|
<span>addincexp</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>-->
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1151,7 +1151,7 @@ $(function() {
|
|||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
<a href="<?php echo base_url(); ?>Bankingview">
|
<a href="<?php echo base_url(); ?>Bankingview">
|
||||||
<i class="fa fa-credit-card"></i>
|
<i class="fa fa-credit-card"></i>
|
||||||
<span>Banking</span>
|
<span>Bank Statement Upload</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
@ -1160,7 +1160,7 @@ $(function() {
|
|||||||
<span>Bank Statements</span>
|
<span>Bank Statements</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="treeview">
|
<!--<li class="treeview">
|
||||||
<a href="<?php echo base_url(); ?>Debitstatement">
|
<a href="<?php echo base_url(); ?>Debitstatement">
|
||||||
<i class="fa fa-credit-card"></i>
|
<i class="fa fa-credit-card"></i>
|
||||||
<span>Amount Paid</span>
|
<span>Amount Paid</span>
|
||||||
@ -1201,7 +1201,7 @@ $(function() {
|
|||||||
<i class="fa fa-credit-card"></i>
|
<i class="fa fa-credit-card"></i>
|
||||||
<span>addincexp</span>
|
<span>addincexp</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>-->
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user