Commit 1279aa97 authored by kdabholkar's avatar kdabholkar

commnet ' PR ' type queries from the GSTR2 section

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195909 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b489b102
...@@ -25139,7 +25139,12 @@ dtlSql = " select '' as TRAN_ID, " ...@@ -25139,7 +25139,12 @@ dtlSql = " select '' as TRAN_ID, "
+" and i.tran_id = ? "; +" and i.tran_id = ? ";
retString = executeSqlAndPopulateData(hdrSql,dtlSql,"CUST-PAY(MISC-CRN-REG)"); /**
* As Discussed With Gaurav and Shailesh Sir comment the follwoing query which fetch the 'PR' typed Credit Notes and put in GSTR2 report
* on 18 Jan 2019
*/
// retString = executeSqlAndPopulateData(hdrSql,dtlSql,"CUST-PAY(MISC-CRN-REG)");
} }
...@@ -25303,8 +25308,12 @@ dtlSql = " select '' as TRAN_ID, " ...@@ -25303,8 +25308,12 @@ dtlSql = " select '' as TRAN_ID, "
dtlSql = dtlSql dtlSql = dtlSql
+" and i.tran_id = ? "; +" and i.tran_id = ? ";
retString = executeSqlAndPopulateData(hdrSql,dtlSql,"CUST-PAY(MISC-CRN-UNREG)"); /**
* As Discussed With Gaurav and Shailesh Sir comment the follwoing query which fetch the 'PR' typed Credit Notes and put in GSTR2 report
* on 18 Jan 2019
*/
// retString = executeSqlAndPopulateData(hdrSql,dtlSql,"CUST-PAY(MISC-CRN-UNREG)");
} }
/**Customer Payable UNREG queries for misc_drcr_rcp End */ /**Customer Payable UNREG queries for misc_drcr_rcp End */
}//End of Customer Payable UNREG quereis }//End of Customer Payable UNREG quereis
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