latest changes bank statement

This commit is contained in:
gayathri1990 2018-11-13 13:48:55 +05:30
parent 2e6c1a02c4
commit 9346c6d1b6
2 changed files with 2 additions and 1 deletions

View File

@ -234,6 +234,7 @@ $route['Bankingstatement']= "cashbook/bankdata";
$route['Debitstatement']= "cashbook/bankdebitdata"; $route['Debitstatement']= "cashbook/bankdebitdata";
$route['Cashstatement']= "cashbook/cashreceipt"; $route['Cashstatement']= "cashbook/cashreceipt";
$route['BankingFile']= "cashbook/bankfileupload"; $route['BankingFile']= "cashbook/bankfileupload";
$route['MappingPo']="cashbook/mappingpo";
//$route['Filelist']="cashbook/filelist"; //$route['Filelist']="cashbook/filelist";
//$route['Bankingrecord']= "cashbook/bankdata"; //$route['Bankingrecord']= "cashbook/bankdata";

View File

@ -347,7 +347,7 @@ function GetPayment(i)
var igrno=igrno1.trim(); var igrno=igrno1.trim();
var igrlineitem1=document.getElementById ("igrlineitem"+i).innerText; var igrlineitem1=document.getElementById ("igrlineitem"+i).innerText;
var igrlineitem=igrlineitem1.trim(); var igrlineitem=igrlineitem1.trim();
alert(igrlineitem);
var supname =document.getElementById ("sn"+i).innerText;//value taken from table col name : suppliername var supname =document.getElementById ("sn"+i).innerText;//value taken from table col name : suppliername
var supid =document.getElementById ("sid"+i ).innerText; var supid =document.getElementById ("sid"+i ).innerText;
var totalordervalue =document.getElementById ("tov"+i ).innerText;//value taken from table col name : total po amount var totalordervalue =document.getElementById ("tov"+i ).innerText;//value taken from table col name : total po amount