Commit f6b888ea authored by mjadhav's avatar mjadhav

shows description of lock level in brow window


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96875 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b3172094
...@@ -8,25 +8,28 @@ detail(height=19 color="536870912" ) ...@@ -8,25 +8,28 @@ detail(height=19 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=lock_code dbname="inv_lock.lock_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=lock_code dbname="inv_lock.lock_code" )
column=(type=char(60) update=yes updatewhereclause=yes name=descr dbname="inv_lock.descr" ) column=(type=char(60) update=yes updatewhereclause=yes name=descr dbname="inv_lock.descr" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=std_days dbname="inv_lock.std_days" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=std_days dbname="inv_lock.std_days" )
column=(type=datetime updatewhereclause=yes name=chg_date dbname="inv_lock.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="inv_lock.chg_date" )
column=(type=char(10) updatewhereclause=yes name=chg_user dbname="inv_lock.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="inv_lock.chg_user" )
column=(type=char(15) updatewhereclause=yes name=chg_term dbname="inv_lock.chg_term" ) column=(type=char(19) updatewhereclause=yes name=lockdescr dbname="lockdescr" )
column=(type=char(1) updatewhereclause=yes name=lock_type dbname="inv_lock.lock_type" ) column=(type=char(9) updatewhereclause=yes name=leveldescr dbname="leveldescr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_lock~" ) COLUMN(NAME=~"inv_lock.lock_code~") COLUMN(NAME=~"inv_lock.descr~") COLUMN(NAME=~"inv_lock.std_days~") COLUMN(NAME=~"inv_lock.chg_date~") COLUMN(NAME=~"inv_lock.chg_user~") COLUMN(NAME=~"inv_lock.chg_term~") COLUMN(NAME=~"inv_lock.lock_type~")) " update="inv_lock" updatewhere=1 updatekeyinplace=yes ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="inv_lock.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_lock~" ) COLUMN(NAME=~"inv_lock.lock_code~") COLUMN(NAME=~"inv_lock.descr~") COLUMN(NAME=~"inv_lock.std_days~") COLUMN(NAME=~"inv_lock.chg_date~") COLUMN(NAME=~"inv_lock.chg_user~") COMPUTE(NAME=~"case when lock_type='0' THEN 'Warehouse lock' when lock_type='1' THEN 'Quality lock' when lock_type='2' THEN 'Administrative lock' when lock_type='3' THEN 'System managed lock' END as lockdescr~") COMPUTE(NAME=~"case when lock_level = 'L' THEN 'Lot' when lock_level = 'I' THEN 'Item' when lock_level = 'C' THEN 'Container' when lock_level = 'Q' THEN 'Quantity' END as leveldescr~") COLUMN(NAME=~"inv_lock.chg_term~")) " update="INV_LOCK" updatewhere=1 updatekeyinplace=yes )
text(band=header alignment="0" text="Lock Code" border="6" color="33554432" x="2" y="2" height="16" width="59" html.valueishtml="0" name=lock_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="0" text="Lock Code" border="6" color="33554432" x="2" y="2" height="16" width="59" html.valueishtml="0" name=lock_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="0" text="Descr" border="6" color="33554432" x="63" y="2" height="16" width="193" html.valueishtml="0" name=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="Descr" border="6" color="33554432" x="63" y="2" height="16" width="193" html.valueishtml="0" name=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="Std Days" border="0" color="33554432" x="258" y="1" height="16" width="77" html.valueishtml="0" name=std_days_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="Std Days" border="0" color="33554432" x="258" y="1" height="16" width="77" html.valueishtml="0" name=std_days_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="Chg Date" border="0" color="33554432" x="337" y="1" height="16" width="28" html.valueishtml="0" name=chg_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="Chg Date" border="0" color="33554432" x="337" y="1" height="16" width="28" html.valueishtml="0" name=chg_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="Chg User" border="0" color="33554432" x="367" y="1" height="16" width="48" html.valueishtml="0" name=chg_user_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="Chg User" border="0" color="33554432" x="367" y="1" height="16" width="48" html.valueishtml="0" name=chg_user_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="Chg Term" border="0" color="33554432" x="417" y="1" height="16" width="73" html.valueishtml="0" name=chg_term_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="Chg Term" border="0" color="33554432" x="417" y="1" height="16" width="73" html.valueishtml="0" name=chg_term_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="Lock Type" border="0" color="33554432" x="492" y="1" height="16" width="69" html.valueishtml="0" name=lock_type_t visible="1" font.face="System" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Lock Type" border="0" color="33554432" x="493" y="1" height="16" width="93" html.valueishtml="0" name=lockdescr_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="553648127" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="19" width="59" format="[general]" html.valueishtml="0" name=lock_code 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="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="19" width="59" format="[general]" html.valueishtml="0" name=lock_code 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=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="63" y="2" height="19" width="193" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=60 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=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="63" y="2" height="19" width="193" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=60 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="0" tabsequence=32766 border="5" color="33554432" x="258" y="1" height="16" width="77" format="[general]" html.valueishtml="0" name=std_days 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=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="258" y="1" height="16" width="77" format="[general]" html.valueishtml="0" name=std_days 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=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="337" y="1" height="16" width="28" format="[shortdate] [time]" html.valueishtml="0" name=chg_date 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=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="337" y="1" height="16" width="28" format="[shortdate] [time]" html.valueishtml="0" name=chg_date 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=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="367" y="1" height="16" width="48" format="[general]" html.valueishtml="0" name=chg_user 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=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="367" y="1" height="16" width="48" format="[general]" html.valueishtml="0" name=chg_user 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=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="417" y="1" height="16" width="73" format="[general]" html.valueishtml="0" name=chg_term 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=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="417" y="1" height="16" width="73" format="[general]" html.valueishtml="0" name=chg_term 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=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="492" y="1" height="16" width="69" format="[general]" html.valueishtml="0" name=lock_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=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="493" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=lockdescr 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=7 alignment="0" tabsequence=0 border="0" color="33554432" x="589" y="1" height="16" width="67" html.valueishtml="0" name=leveldescr 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" )
text(band=header alignment="0" text="Lock Level" border="0" color="33554432" x="588" y="1" height="16" width="68" html.valueishtml="0" name=leveldescr_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="553648127" )
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