latest changes bank statement
This commit is contained in:
parent
2e6c1a02c4
commit
9346c6d1b6
@ -234,6 +234,7 @@ $route['Bankingstatement']= "cashbook/bankdata";
|
||||
$route['Debitstatement']= "cashbook/bankdebitdata";
|
||||
$route['Cashstatement']= "cashbook/cashreceipt";
|
||||
$route['BankingFile']= "cashbook/bankfileupload";
|
||||
$route['MappingPo']="cashbook/mappingpo";
|
||||
//$route['Filelist']="cashbook/filelist";
|
||||
//$route['Bankingrecord']= "cashbook/bankdata";
|
||||
|
||||
|
||||
@ -347,7 +347,7 @@ function GetPayment(i)
|
||||
var igrno=igrno1.trim();
|
||||
var igrlineitem1=document.getElementById ("igrlineitem"+i).innerText;
|
||||
var igrlineitem=igrlineitem1.trim();
|
||||
alert(igrlineitem);
|
||||
|
||||
var supname =document.getElementById ("sn"+i).innerText;//value taken from table col name : suppliername
|
||||
var supid =document.getElementById ("sid"+i ).innerText;
|
||||
var totalordervalue =document.getElementById ("tov"+i ).innerText;//value taken from table col name : total po amount
|
||||
|
||||
Loading…
Reference in New Issue
Block a user