Commit c3b3d2e5 authored by kdabholkar's avatar kdabholkar

commited to add changes of 4A purchase ret.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106448 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1b67fdd9
......@@ -934,13 +934,13 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc
+" from voucher i,vouchrcp it, item, porcp pr, porcpdet pd " //changed on 31 july 2017
+" where i.tran_id = it.tran_id "
+" and pr.tran_id = pd.tran_id"
+"and pr.tran_ser = 'P-RET'"
+"and it.prcp_id = pr.tran_id"
+" and pr.tran_ser = 'P-RET'"
+" and it.prcp_id = pr.tran_id"
/* commented by kaustubh*/
/* +" and si.site_code = i.site_code "
+" and si.item_code = it.item_code "*/
+" and it.LINE_NO__RCP = pd.line_no"
+"and item.item_code = it.item_code"
+" and item.item_code = it.item_code"
/*commented by kaustubh on 21-7-2017*/
/* +"and (select count(1) from taxtran ti, tax tx where tx.tax_code = ti.tax_code "
+"and ti.tran_code = 'P-RET' "
......
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