Commit dd027d82 authored by rtambe's avatar rtambe

D14DSUN020- Add column lock_level char (1) with dropdown value 'I' item,'L'...

D14DSUN020- Add column lock_level char (1) with dropdown value 'I'  item,'L' lot_info,'C' container,'Q' quantity.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95718 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5f580c4a
......@@ -11,21 +11,24 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=lock_c
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="inv_lock.chg_term" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=std_days dbname="inv_lock.std_days" initial="0" )
column=(type=char(1) update=yes updatewhereclause=yes name=lock_type dbname="inv_lock.lock_type" initial="0" values="warehouse lock 0/quality lock 1/Administrative lock 2/System managed locks 3/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_lock~" ) COLUMN(NAME=~"inv_lock.lock_code~") COLUMN(NAME=~"inv_lock.descr~") COLUMN(NAME=~"inv_lock.chg_date~") COLUMN(NAME=~"inv_lock.chg_user~") COLUMN(NAME=~"inv_lock.chg_term~") COLUMN(NAME=~"inv_lock.std_days~") COLUMN(NAME=~"inv_lock.lock_type~")WHERE( EXP1 =~"INV_LOCK.LOCK_CODE~" OP =~"=~" EXP2 =~":lock_code~" ) ) ARG(NAME = ~"lock_code~" TYPE = string) " update="inv_lock" updatewhere=1 updatekeyinplace=yes arguments=(("lock_code", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="10" y="10" height="100" width="487" name=gb_1 visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column=(type=char(1) update=yes updatewhereclause=yes name=lock_level dbname="inv_lock.lock_level" values="Item I/Lot Info L/Container C/Quantity Q/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_lock~" ) COLUMN(NAME=~"inv_lock.lock_code~") COLUMN(NAME=~"inv_lock.descr~") COLUMN(NAME=~"inv_lock.chg_date~") COLUMN(NAME=~"inv_lock.chg_user~") COLUMN(NAME=~"inv_lock.chg_term~") COLUMN(NAME=~"inv_lock.std_days~") COLUMN(NAME=~"inv_lock.lock_type~") COLUMN(NAME=~"inv_lock.lock_level~")WHERE( EXP1 =~"INV_LOCK.LOCK_CODE~" OP =~"=~" EXP2 =~":lock_code~" ) ) ARG(NAME = ~"lock_code~" TYPE = string) " update="inv_lock" updatewhere=1 updatekeyinplace=yes arguments=(("lock_code", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="10" y="10" height="130" width="487" name=gb_1 visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Lock Code:" border="0" color="33554432" x="31" y="33" height="16" width="64" 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" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="169" y="33" height="16" width="308" 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=1 alignment="0" tabsequence=10 border="5" color="33554432" x="99" y="33" height="16" width="66" format="[general]" html.valueishtml="0" name=lock_code visible="1" edit.limit=10 edit.case=upper 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" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="29" y="77" height="16" width="66" 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" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="99" y="77" height="16" width="74" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 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="67108864" )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="183" y="77" height="16" width="57" 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" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="244" y="77" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_user 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="67108864" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="319" y="77" height="16" width="71" 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" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="394" y="77" height="16" width="83" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 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="67108864" )
column(band=detail id=6 alignment="0" tabsequence=30 border="5" color="33554432" x="99" y="56" height="16" width="66" 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" )
text(band=detail alignment="1" text="Lock Type :" border="0" color="33554432" x="218" y="56" height="16" width="66" html.valueishtml="0" name=lock_type_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" )
column(band=detail id=7 alignment="0" tabsequence=40 border="5" color="33554432" x="290" y="56" height="16" width="177" format="[general]" html.valueishtml="0" name=lock_type visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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=detail alignment="1" text="Std Days:" border="0" color="33554432" x="30" y="56" height="16" width="64" 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=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="29" y="108" height="16" width="66" 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" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="99" y="108" height="16" width="74" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 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="67108864" )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="183" y="108" height="16" width="57" 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" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="244" y="108" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_user 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="67108864" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="319" y="108" height="16" width="71" 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" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="394" y="108" height="16" width="83" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 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="67108864" )
column(band=detail id=6 alignment="0" tabsequence=30 border="5" color="33554432" x="99" y="56" height="16" width="66" 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=8 alignment="0" tabsequence=50 border="5" color="33554432" x="99" y="81" height="16" width="185" html.valueishtml="0" name=lock_level visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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=detail alignment="1" text="Lock Level:" border="0" color="33554432" x="30" y="81" height="16" width="64" html.valueishtml="0" name=lock_level_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" )
htmltable(border="1" )
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 )
......
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