Commit bf406bdc authored by prane's avatar prane

bug fixed and added PRJBSL series in sql so project estimation will consider

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217951 ce508802-f39f-4f6c-b175-0d175dae99d5
parent baa96609
...@@ -11,7 +11,7 @@ from inv_dem_supp, item ...@@ -11,7 +11,7 @@ from inv_dem_supp, item
where ( inv_dem_supp.item_code = item.item_code ) where ( inv_dem_supp.item_code = item.item_code )
and ( inv_dem_supp.site_code in ('@sitecode@') ) and ( inv_dem_supp.site_code in ('@sitecode@') )
AND ( item.item_code__plan = '@itemcode@') AND ( item.item_code__plan = '@itemcode@')
AND ( inv_dem_supp.REF_SER in ('I-DEM','D-DEM','S-DEM','S-FST','IND') ) AND ( inv_dem_supp.REF_SER in ('I-DEM','D-DEM','S-DEM','S-FST','IND','PRJBSL') )
AND ( inv_dem_supp.REF_SER not in ('P-ORD','D-ORDI','D-ORDR','W-ORD','W-BIL','STK') ) AND ( inv_dem_supp.REF_SER not in ('P-ORD','D-ORDI','D-ORDR','W-ORD','W-BIL','STK') )
and ( inv_dem_supp.due_date >= to_date('@fromdate@')) and ( inv_dem_supp.due_date >= to_date('@fromdate@'))
AND ( inv_dem_supp.due_date <= to_date('@todate@')) AND ( inv_dem_supp.due_date <= to_date('@todate@'))
......
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