Commit de811075 authored by pshinde's avatar pshinde

Changes in Automatic Payment scheduler code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98463 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7998dff7
...@@ -306,6 +306,8 @@ public class AutoPmtPrcSch implements Schedule ...@@ -306,6 +306,8 @@ public class AutoPmtPrcSch implements Schedule
int itr=0; int itr=0;
System.out.println("------------->sundryCode" +sundryCode); System.out.println("------------->sundryCode" +sundryCode);
System.out.println("Pay Mode <<<==="+payMod);
// payMode="%"; // payMode="%";
String xmlString1=" <Detail1 dbID=\"\" domID=\"1\" objContext=\"1\" objName=\"miscpay_auto\"><attribute pkNames=\"\" selected=\"N\" status=\"N\" updateFlag=\"A\"/>"+ String xmlString1=" <Detail1 dbID=\"\" domID=\"1\" objContext=\"1\" objName=\"miscpay_auto\"><attribute pkNames=\"\" selected=\"N\" status=\"N\" updateFlag=\"A\"/>"+
"<date__pay><![CDATA["+sdf1.format(currentDate).toString()+"]]></date__pay>" + "<date__pay><![CDATA["+sdf1.format(currentDate).toString()+"]]></date__pay>" +
...@@ -322,7 +324,7 @@ public class AutoPmtPrcSch implements Schedule ...@@ -322,7 +324,7 @@ public class AutoPmtPrcSch implements Schedule
"<sundry_type><![CDATA["+sundryType+"]]></sundry_type>" + "<sundry_type><![CDATA["+sundryType+"]]></sundry_type>" +
"<sundry_code><![CDATA["+sundryCode+"]]></sundry_code>" + "<sundry_code><![CDATA["+sundryCode+"]]></sundry_code>" +
"<ref_no__upto><![CDATA["+refNoupto+"]]></ref_no__upto>" + "<ref_no__upto><![CDATA["+refNoupto+"]]></ref_no__upto>" +
"<pay_mode><![CDATA["+payMode+"]]></pay_mode>" + "<pay_mode><![CDATA["+payMod+"]]></pay_mode>" +
"<entry_batch_no><![CDATA[]]></entry_batch_no>" + "<entry_batch_no><![CDATA[]]></entry_batch_no>" +
"<chq_split><![CDATA["+spiltChq+"]]></chq_split>" + "<chq_split><![CDATA["+spiltChq+"]]></chq_split>" +
"<bank_code__add><![CDATA[]]></bank_code__add>" + "<bank_code__add><![CDATA[]]></bank_code__add>" +
...@@ -353,7 +355,7 @@ public class AutoPmtPrcSch implements Schedule ...@@ -353,7 +355,7 @@ public class AutoPmtPrcSch implements Schedule
"<sundry_type><![CDATA["+sundryType+"]]></sundry_type>" + "<sundry_type><![CDATA["+sundryType+"]]></sundry_type>" +
"<sundry_code><![CDATA["+sundryCode+"]]></sundry_code>" + "<sundry_code><![CDATA["+sundryCode+"]]></sundry_code>" +
"<ref_no__upto><![CDATA["+refNoupto+"]]></ref_no__upto>" + "<ref_no__upto><![CDATA["+refNoupto+"]]></ref_no__upto>" +
"<pay_mode><![CDATA["+payMode+"]]></pay_mode>" + "<pay_mode><![CDATA["+payMod+"]]></pay_mode>" +
"<entry_batch_no><![CDATA[]]></entry_batch_no>" + "<entry_batch_no><![CDATA[]]></entry_batch_no>" +
"<chq_split><![CDATA["+spiltChq+"]]></chq_split>" + "<chq_split><![CDATA["+spiltChq+"]]></chq_split>" +
"<bank_code__add><![CDATA[]]></bank_code__add>" + "<bank_code__add><![CDATA[]]></bank_code__add>" +
......
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