Commit 59b55829 authored by kdabholkar's avatar kdabholkar

commited to add new changes of GSTR1 and GSTR2 data queries.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106682 ce508802-f39f-4f6c-b175-0d175dae99d5
parent eaa3f72d
......@@ -941,7 +941,7 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc
+" ' ' as ECOM_REG_NO,"
+" 'D-ISS' as ref_ser"
+" from distord_iss i,site c, site s, state state"
+" where c.site_code = i.site_code__dlv"
+" where c.site_code = i.site_code"
+" and s.site_code = c.site_code"
+" and state.state_code = c.STATE_CODE "
//+" and (select count(1) from taxtran ti where ti.tran_code = 'D-ISS' and ti.tran_id = i.tran_id ";
......
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