Commit cc1ffe4d authored by msharma's avatar msharma

Total Amount column Added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92244 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 84b164a2
...@@ -443,7 +443,7 @@ Put a validation chq amount in filter and total of details matches in case heade ...@@ -443,7 +443,7 @@ Put a validation chq amount in filter and total of details matches in case heade
retTabSepStrBuff.append(remarks).append("\t"); retTabSepStrBuff.append(remarks).append("\t");
// adjusted_amt // adjusted_amt
retTabSepStrBuff.append(0).append("\t"); retTabSepStrBuff.append(0).append("\t");
retTabSepStrBuff.append(0).append("\n"); retTabSepStrBuff.append(rs.getDouble("TOT_AMT")).append("\n");
System.out.println("INVOICE_ID :::::::: "+rs.getString(1)); System.out.println("INVOICE_ID :::::::: "+rs.getString(1));
System.out.println("TRAN_DATE :::::::: "+rs.getDate(3)); System.out.println("TRAN_DATE :::::::: "+rs.getDate(3));
writeLog(filePtr,"@@@@@@@@@@@@@@ INVOICE_ID :::."+rs.getString(1),true); writeLog(filePtr,"@@@@@@@@@@@@@@ INVOICE_ID :::."+rs.getString(1),true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment