Commit e5e7c9dd authored by steurwadkar's avatar steurwadkar

Changes made to generate wave task from distribution order

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182497 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 01c94b10
......@@ -40,7 +40,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbna
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sorddet~" ) TABLE(NAME=~"customer~" ALIAS=~"customer_a~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"sorder~" ) TABLE(NAME=~"sorditem~" ) TABLE(NAME=~"wave_type~" ) TABLE(NAME=~"customer~" ALIAS=~"customer_b~" ) COLUMN(NAME=~"sorder.cust_code~") COLUMN(NAME=~"customer_a.cust_name~") COLUMN(NAME=~"sorder.cust_code__dlv~") COLUMN(NAME=~"customer_b.cust_name~") COLUMN(NAME=~"sorddet.line_no~") COLUMN(NAME=~"sorder.sale_order~") COLUMN(NAME=~"sorder.due_date~") COLUMN(NAME=~"sorditem.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"customer_a.single_lot~") COLUMN(NAME=~"wave_type.master_pack_allow~") COLUMN(NAME=~"wave_type.active_pick_allow~") COLUMN(NAME=~"wave_type.stock_to_dock_allow~") COLUMN(NAME=~"wave_type.parcelpack_allow~") COMPUTE(NAME=~"''ship_type~") COLUMN(NAME=~"sorditem.quantity~") COLUMN(NAME=~"sorder.part_qty~") COMPUTE(NAME=~"SORDITEM.QUANTITY-SORDITEM.QTY_DESP PENDING_QUANTITY~") COMPUTE(NAME=~"0 stock_quantity~") COMPUTE(NAME=~"'' hold_qty~") COLUMN(NAME=~"sorditem.qty_alloc~") COMPUTE(NAME=~"0 bal_qty~") COMPUTE(NAME=~"' ' manual_allocqty~") COLUMN(NAME=~"sorder.alloc_flag~") COMPUTE(NAME=~"' ' tran_code~") COMPUTE(NAME=~"' ' tran_name~") COMPUTE(NAME=~"' ' lock_code__dock~") COLUMN(NAME=~"sorddet.pack_instr~") COLUMN(NAME=~"sorddet.site_code~") COLUMN(NAME=~"sorditem.exp_lev~") COMPUTE(NAME=~"' ' LAST_COL~") COMPUTE(NAME=~"'' part_qty_real~") JOIN (LEFT=~"customer_a.wave_type~" OP =~"=~"RIGHT=~"wave_type.wave_type~" OUTER1 =~"customer_a.wave_type~" ) JOIN (LEFT=~"sorddet.sale_order~" OP =~"=~"RIGHT=~"sorder.sale_order~" ) JOIN (LEFT=~"sorder.sale_order~" OP =~"=~"RIGHT=~"sorditem.sale_order~" ) JOIN (LEFT=~"sorddet.line_no~" OP =~"=~"RIGHT=~"sorditem.line_no~" ) JOIN (LEFT=~"sorditem.item_code__ord~" OP =~"=~"RIGHT=~"item.item_code~" ) JOIN (LEFT=~"sorder.cust_code~" OP =~"=~"RIGHT=~"customer_a.cust_code~" ) JOIN (LEFT=~"sorddet.site_code~" OP =~"=~"RIGHT=~"sorditem.site_code~" ) JOIN (LEFT=~"customer_b.cust_code~" OP =~"=~"RIGHT=~"sorder.cust_code__dlv~" )) " )
text(band=header alignment="0" text="Customer Code" border="6" color="33554432" x="2" y="2" height="16" width="89" html.valueishtml="0" name=cust_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Item Code" border="6" color="33554432" x="769" y="2" height="16" width="65" html.valueishtml="0" name=item_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Sale Order" border="6" color="33554432" x="586" y="2" height="16" width="80" html.valueishtml="0" name=sale_order_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Order Number" border="6" color="33554432" x="586" y="2" height="16" width="80" html.valueishtml="0" name=sale_order_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Due Date" border="6" color="33554432" x="672" y="2" height="16" width="95" html.valueishtml="0" name=due_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Description" border="6" color="33554432" x="839" y="2" height="16" width="128" html.valueishtml="0" name=item_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Single Lot" border="6" color="33554432" x="969" y="2" height="16" width="63" html.valueishtml="0" name=single_lot_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
......
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