Commit b4f4bf96 authored by mjadhav's avatar mjadhav

missing update property


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96951 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 33668897
...@@ -5,8 +5,8 @@ header(height=18 color="536870912" ) ...@@ -5,8 +5,8 @@ header(height=18 color="536870912" )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=24 color="536870912" ) detail(height=24 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes name=tran_id dbname="asn_det.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="asn_det.tran_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=line_no dbname="asn_det.line_no" ) column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="asn_det.line_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="asn_det.item_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="asn_det.item_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity dbname="asn_det.quantity" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity dbname="asn_det.quantity" )
column=(type=datetime update=yes updatewhereclause=yes name=exp_date dbname="asn_det.exp_date" ) column=(type=datetime update=yes updatewhereclause=yes name=exp_date dbname="asn_det.exp_date" )
...@@ -22,8 +22,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=tran_id dbname ...@@ -22,8 +22,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=tran_id dbname
column=(type=char(10) update=yes updatewhereclause=yes name=supp_code__mnfr dbname="asn_det.supp_code__mnfr" ) column=(type=char(10) update=yes updatewhereclause=yes name=supp_code__mnfr dbname="asn_det.supp_code__mnfr" )
column=(type=char(1) update=yes updatewhereclause=yes name=shelf_life__type dbname="asn_det.shelf_life__type" ) column=(type=char(1) update=yes updatewhereclause=yes name=shelf_life__type dbname="asn_det.shelf_life__type" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code__mfg dbname="asn_det.site_code__mfg" ) column=(type=char(5) update=yes updatewhereclause=yes name=site_code__mfg dbname="asn_det.site_code__mfg" )
column=(type=char(50) updatewhereclause=yes name=batch_no dbname="asn_det.batch_no" ) column=(type=char(50) update=yes updatewhereclause=yes name=batch_no dbname="asn_det.batch_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"asn_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"asn_det.tran_id~") COLUMN(NAME=~"asn_det.line_no~") COLUMN(NAME=~"asn_det.item_code~") COLUMN(NAME=~"asn_det.quantity~") COLUMN(NAME=~"asn_det.exp_date~") COLUMN(NAME=~"asn_det.pack_size~") COLUMN(NAME=~"asn_det.lot_no~") COLUMN(NAME=~"asn_det.sscc_14~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"asn_det.no_pallet~") COMPUTE(NAME=~"fn_po_dlv_qty(asn_det.tran_id,asn_det.line_no__ord) as dlv_qty~") COLUMN(NAME=~"asn_det.line_no__ord~") COLUMN(NAME=~"asn_det.realised_qty~") COLUMN(NAME=~"asn_det.mfg_date~") COLUMN(NAME=~"asn_det.supp_code__mnfr~") COLUMN(NAME=~"asn_det.shelf_life__type~") COLUMN(NAME=~"asn_det.site_code__mfg~") COLUMN(NAME=~"asn_det.batch_no~") JOIN (LEFT=~"asn_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"asn_det.item_code~" )WHERE( EXP1 =~"ASN_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " arguments=(("tran_id", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"asn_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"asn_det.tran_id~") COLUMN(NAME=~"asn_det.line_no~") COLUMN(NAME=~"asn_det.item_code~") COLUMN(NAME=~"asn_det.quantity~") COLUMN(NAME=~"asn_det.exp_date~") COLUMN(NAME=~"asn_det.pack_size~") COLUMN(NAME=~"asn_det.lot_no~") COLUMN(NAME=~"asn_det.sscc_14~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"asn_det.no_pallet~") COMPUTE(NAME=~"fn_po_dlv_qty(asn_det.tran_id,asn_det.line_no__ord) as dlv_qty~") COLUMN(NAME=~"asn_det.line_no__ord~") COLUMN(NAME=~"asn_det.realised_qty~") COLUMN(NAME=~"asn_det.mfg_date~") COLUMN(NAME=~"asn_det.supp_code__mnfr~") COLUMN(NAME=~"asn_det.shelf_life__type~") COLUMN(NAME=~"asn_det.site_code__mfg~") COLUMN(NAME=~"asn_det.batch_no~") JOIN (LEFT=~"asn_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"asn_det.item_code~" )WHERE( EXP1 =~"ASN_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="ASN_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=header alignment="2" text="Transaction Id" border="6" color="33554432" x="2" y="2" height="16" width="100" html.valueishtml="0" name=tran_id_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="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction Id" border="6" color="33554432" x="2" y="2" height="16" width="100" html.valueishtml="0" name=tran_id_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="1" background.color="536870912" )
text(band=header alignment="2" text="Line No" border="6" color="33554432" x="104" y="2" height="16" width="72" html.valueishtml="0" name=line_no_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="1" background.color="536870912" ) text(band=header alignment="2" text="Line No" border="6" color="33554432" x="104" y="2" height="16" width="72" html.valueishtml="0" name=line_no_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="1" background.color="536870912" )
text(band=header alignment="2" text="Item Code" border="6" color="33554432" x="321" y="2" height="16" width="81" 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="1" background.color="536870912" ) text(band=header alignment="2" text="Item Code" border="6" color="33554432" x="321" y="2" height="16" width="81" 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="1" background.color="536870912" )
...@@ -40,6 +40,7 @@ text(band=header alignment="0" text="MFG Date" border="0" color="33554432" x="14 ...@@ -40,6 +40,7 @@ text(band=header alignment="0" text="MFG Date" border="0" color="33554432" x="14
text(band=header alignment="0" text="MFG Code" border="0" color="33554432" x="1518" y="1" height="19" width="78" html.valueishtml="0" name=supp_code__mnfr_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="MFG Code" border="0" color="33554432" x="1518" y="1" height="19" width="78" html.valueishtml="0" name=supp_code__mnfr_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Retest" border="0" color="33554432" x="1598" y="1" height="19" width="31" html.valueishtml="0" name=shelf_life__type_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Retest" border="0" color="33554432" x="1598" y="1" height="19" width="31" html.valueishtml="0" name=shelf_life__type_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="MFG Site" border="0" color="33554432" x="1631" y="1" height="19" width="88" html.valueishtml="0" name=site_code__mfg_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="MFG Site" border="0" color="33554432" x="1631" y="1" height="19" width="88" html.valueishtml="0" name=site_code__mfg_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Batch No" border="0" color="33554432" x="1721" y="1" height="16" width="248" html.valueishtml="0" name=batch_no_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=1 alignment="2" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="16" width="100" format="[general]" html.valueishtml="0" name=tran_id tag="Transaction id for an Advance Shipment Notification." visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="2" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="16" width="100" format="[general]" html.valueishtml="0" name=tran_id tag="Transaction id for an Advance Shipment Notification." visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="2" tabsequence=32766 border="5" color="33554432" x="321" y="2" height="16" width="81" format="[general]" html.valueishtml="0" name=item_code tag="Item recieved or return" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="2" tabsequence=32766 border="5" color="33554432" x="321" y="2" height="16" width="81" format="[general]" html.valueishtml="0" name=item_code tag="Item recieved or return" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="404" y="2" height="16" width="164" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=120 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="404" y="2" height="16" width="164" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=120 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
...@@ -56,8 +57,7 @@ column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554 ...@@ -56,8 +57,7 @@ column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="1518" y="1" height="16" width="78" format="[general]" html.valueishtml="0" name=supp_code__mnfr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="1518" y="1" height="16" width="78" format="[general]" html.valueishtml="0" name=supp_code__mnfr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="1598" y="1" height="16" width="31" format="[general]" html.valueishtml="0" name=shelf_life__type visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="1598" y="1" height="16" width="31" format="[general]" html.valueishtml="0" name=shelf_life__type visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="1631" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=site_code__mfg visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="1631" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=site_code__mfg visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=0 border="0" color="33554432" x="1722" y="1" height="16" width="248" html.valueishtml="0" name=batch_no visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="1721" y="1" height="16" width="248" format="[general]" html.valueishtml="0" name=batch_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Batch No" border="0" color="33554432" x="1721" y="1" height="16" width="249" html.valueishtml="0" name=batch_no_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
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