Commit c8d8344f authored by pchavan's avatar pchavan

WRITE TAX VALUE IN GSTR-2 SHHET ONLY WHEN TAX_GROUP IN (ITC AND RCM).

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@199649 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 652bb8e4
...@@ -38532,11 +38532,11 @@ dtlSql = " select '' as TRAN_ID, " ...@@ -38532,11 +38532,11 @@ dtlSql = " select '' as TRAN_ID, "
pstmtInsDet.setDouble(21,gstRate); pstmtInsDet.setDouble(21,gstRate);
pstmtInsDet.setString(22,itc_type); pstmtInsDet.setString(22,itc_type);
//As per discussed with Gaurav Changed By PriyankaC to set all taxes in GST_DATA_DET on 13MARCH2019 [START]. //As per discussed with Gaurav Changed By PriyankaC to set all taxes in GST_DATA_DET on 13MARCH2019 [START].
pstmtInsDet.setDouble(23,igstAmt); /*pstmtInsDet.setDouble(23,igstAmt);
pstmtInsDet.setDouble(24,cgstAmt); pstmtInsDet.setDouble(24,cgstAmt);
pstmtInsDet.setDouble(25,sgstAmt); pstmtInsDet.setDouble(25,sgstAmt);
pstmtInsDet.setDouble(26,cessAmt); pstmtInsDet.setDouble(26,cessAmt);*/
/*if(remarksDet != null && remarksDet.trim().length() > 0 && Integer.parseInt(remarksDet) > 0) if(remarksDet != null && remarksDet.trim().length() > 0 && Integer.parseInt(remarksDet) > 0)
{ {
pstmtInsDet.setDouble(23,igstAmt); pstmtInsDet.setDouble(23,igstAmt);
pstmtInsDet.setDouble(24,cgstAmt); pstmtInsDet.setDouble(24,cgstAmt);
...@@ -38549,7 +38549,7 @@ dtlSql = " select '' as TRAN_ID, " ...@@ -38549,7 +38549,7 @@ dtlSql = " select '' as TRAN_ID, "
pstmtInsDet.setDouble(24,0); pstmtInsDet.setDouble(24,0);
pstmtInsDet.setDouble(25,0); pstmtInsDet.setDouble(25,0);
pstmtInsDet.setDouble(26,0); pstmtInsDet.setDouble(26,0);
}*/ }
//As per discussed with Gaurav Changed By PriyankaC to set all taxes in GST_DATA_DET on 13MARCH2019[END]. //As per discussed with Gaurav Changed By PriyankaC to set all taxes in GST_DATA_DET on 13MARCH2019[END].
// updCnt = pstmtInsDet.executeUpdate(); // updCnt = pstmtInsDet.executeUpdate();
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