Commit ceaa1010 authored by msharma's avatar msharma

Amount wise Sorting records


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92182 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a92815ee
...@@ -435,8 +435,8 @@ Put a validation chq amount in filter and total of details matches in case heade ...@@ -435,8 +435,8 @@ Put a validation chq amount in filter and total of details matches in case heade
//CUST_CODE //CUST_CODE
retTabSepStrBuff.append((rs.getString(10)==null?" ":rs.getString(10).trim())).append("\t"); // added by rajesh k to get cust_code retTabSepStrBuff.append((rs.getString(10)==null?" ":rs.getString(10).trim())).append("\t"); // added by rajesh k to get cust_code
// cust_ref_amt // cust_ref_amt
retTabSepStrBuff.append("0").append("\n"); retTabSepStrBuff.append("0").append("\t");
retTabSepStrBuff.append(remarks).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