Commit e032c1ea authored by achawathe's avatar achawathe

available_yn flag added to the datawindow .


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95755 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f8dae178
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>srd_20140804</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
...@@ -13,14 +13,16 @@ table(column=(type=char(3) update=yes updatewhereclause=yes key=yes name=order_t ...@@ -13,14 +13,16 @@ table(column=(type=char(3) update=yes updatewhereclause=yes key=yes name=order_t
column=(type=char(1) update=yes updatewhereclause=yes name=repl_rate dbname="sordertype.repl_rate" ) column=(type=char(1) update=yes updatewhereclause=yes name=repl_rate dbname="sordertype.repl_rate" )
column=(type=char(5) update=yes updatewhereclause=yes name=tax_class dbname="sordertype.tax_class" ) column=(type=char(5) update=yes updatewhereclause=yes name=tax_class dbname="sordertype.tax_class" )
column=(type=char(10) update=yes updatewhereclause=yes name=tax_env dbname="sordertype.tax_env" ) column=(type=char(10) update=yes updatewhereclause=yes name=tax_env dbname="sordertype.tax_env" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=min_shelf_life dbname="sordertype.min_shelf_life" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=min_shelf_life dbname="sordertype.min_shelf_life" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=max_shelf_life dbname="sordertype.max_shelf_life" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=max_shelf_life dbname="sordertype.max_shelf_life" )
column=(type=char(1) update=yes updatewhereclause=yes name=fmode dbname="sordertype.fmode" ) column=(type=char(1) update=yes updatewhereclause=yes name=fmode dbname="sordertype.fmode" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="sordertype.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="sordertype.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="sordertype.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="sordertype.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="sordertype.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="sordertype.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=near_expiry dbname="sordertype.near_expiry" ) column=(type=char(1) update=yes updatewhereclause=yes name=near_expiry dbname="sordertype.near_expiry" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sordertype~" ) COLUMN(NAME=~"sordertype.order_type~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"sordertype.sh_descr~") COLUMN(NAME=~"sordertype.active~") COLUMN(NAME=~"sordertype.price_list__clg~") COLUMN(NAME=~"sordertype.repl_rate~") COLUMN(NAME=~"sordertype.tax_class~") COLUMN(NAME=~"sordertype.tax_env~") COLUMN(NAME=~"sordertype.min_shelf_life~") COLUMN(NAME=~"sordertype.max_shelf_life~") COLUMN(NAME=~"sordertype.fmode~") COLUMN(NAME=~"sordertype.chg_date~") COLUMN(NAME=~"sordertype.chg_user~") COLUMN(NAME=~"sordertype.chg_term~") COLUMN(NAME=~"sordertype.near_expiry~")) " update="SORDERTYPE" updatewhere=1 updatekeyinplace=no ) column=(type=char(1) update=yes updatewhereclause=yes name=free_allowed dbname="sordertype.free_allowed" )
column=(type=char(1) update=yes updatewhereclause=yes name=available_yn dbname="sordertype.available_yn" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sordertype~" ) COLUMN(NAME=~"sordertype.order_type~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"sordertype.sh_descr~") COLUMN(NAME=~"sordertype.active~") COLUMN(NAME=~"sordertype.price_list__clg~") COLUMN(NAME=~"sordertype.repl_rate~") COLUMN(NAME=~"sordertype.tax_class~") COLUMN(NAME=~"sordertype.tax_env~") COLUMN(NAME=~"sordertype.min_shelf_life~") COLUMN(NAME=~"sordertype.max_shelf_life~") COLUMN(NAME=~"sordertype.fmode~") COLUMN(NAME=~"sordertype.chg_date~") COLUMN(NAME=~"sordertype.chg_user~") COLUMN(NAME=~"sordertype.chg_term~") COLUMN(NAME=~"sordertype.near_expiry~") COLUMN(NAME=~"sordertype.free_allowed~") COLUMN(NAME=~"sordertype.available_yn~")) " update="sordertype" updatewhere=1 updatekeyinplace=no )
text(band=header alignment="2" text="Order Type" border="0" color="33554432" x="2" y="2" height="16" width="87" html.valueishtml="0" name=order_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="1" background.color="536870912" ) text(band=header alignment="2" text="Order Type" border="0" color="33554432" x="2" y="2" height="16" width="87" html.valueishtml="0" name=order_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="1" background.color="536870912" )
text(band=header alignment="2" text="Descr" border="0" color="33554432" x="91" y="2" height="16" width="166" 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="1" background.color="536870912" ) text(band=header alignment="2" text="Descr" border="0" color="33554432" x="91" y="2" height="16" width="166" 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="1" background.color="536870912" )
text(band=header alignment="2" text="Sh Descr" border="0" color="33554432" x="259" y="2" height="16" width="105" html.valueishtml="0" name=sh_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="1" background.color="536870912" ) text(band=header alignment="2" text="Sh Descr" border="0" color="33554432" x="259" y="2" height="16" width="105" html.valueishtml="0" name=sh_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="1" background.color="536870912" )
...@@ -31,7 +33,6 @@ text(band=header alignment="2" text="Tax Class" border="0" color="33554432" x="5 ...@@ -31,7 +33,6 @@ text(band=header alignment="2" text="Tax Class" border="0" color="33554432" x="5
text(band=header alignment="2" text="Tax Env" border="0" color="33554432" x="595" y="2" height="16" width="66" html.valueishtml="0" name=tax_env_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="Tax Env" border="0" color="33554432" x="595" y="2" height="16" width="66" html.valueishtml="0" name=tax_env_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="Min Shelf Life" border="0" color="33554432" x="663" y="2" height="16" width="78" html.valueishtml="0" name=min_shelf_life_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="Min Shelf Life" border="0" color="33554432" x="663" y="2" height="16" width="78" html.valueishtml="0" name=min_shelf_life_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="Max Shelf Life" border="0" color="33554432" x="743" y="2" height="16" width="83" html.valueishtml="0" name=max_shelf_life_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="Max Shelf Life" border="0" color="33554432" x="743" y="2" height="16" width="83" html.valueishtml="0" name=max_shelf_life_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="Fmode" border="0" color="33554432" x="828" y="2" height="16" width="41" html.valueishtml="0" name=fmode_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="Chg Date" border="0" color="33554432" x="871" y="2" height="16" width="75" 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="1" background.color="536870912" ) text(band=header alignment="2" text="Chg Date" border="0" color="33554432" x="871" y="2" height="16" width="75" 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="1" background.color="536870912" )
text(band=header alignment="2" text="Chg User" border="0" color="33554432" x="948" y="2" height="16" width="66" 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="1" background.color="536870912" ) text(band=header alignment="2" text="Chg User" border="0" color="33554432" x="948" y="2" height="16" width="66" 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="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Term" border="0" color="33554432" x="1016" y="2" 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="1" background.color="536870912" ) text(band=header alignment="2" text="Chg Term" border="0" color="33554432" x="1016" y="2" 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="1" background.color="536870912" )
...@@ -49,8 +50,13 @@ column(band=detail id=10 alignment="1" tabsequence=100 border="5" color="3355443 ...@@ -49,8 +50,13 @@ column(band=detail id=10 alignment="1" tabsequence=100 border="5" color="3355443
column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="33554432" x="828" y="2" height="16" width="41" format="[general]" html.valueishtml="0" name=fmode visible="1" edit.limit=1 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=11 alignment="0" tabsequence=110 border="5" color="33554432" x="828" y="2" height="16" width="41" format="[general]" html.valueishtml="0" name=fmode visible="1" edit.limit=1 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=12 alignment="0" tabsequence=120 border="5" color="33554432" x="871" y="2" height="16" width="75" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=12 alignment="0" tabsequence=120 border="5" color="33554432" x="871" y="2" height="16" width="75" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=13 alignment="0" tabsequence=130 border="5" color="33554432" x="948" y="2" 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="16777215" ) column(band=detail id=13 alignment="0" tabsequence=130 border="5" color="33554432" x="948" y="2" 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="16777215" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1016" y="2" height="16" width="73" 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="16777215" )
column(band=detail id=15 alignment="0" tabsequence=150 border="5" color="33554432" x="1091" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=near_expiry visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Tahoma" 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=150 border="5" color="33554432" x="1091" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=near_expiry visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Tahoma" 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=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1016" y="2" height="16" width="73" 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="16777215" )
column(band=detail id=16 alignment="0" tabsequence=160 border="5" color="33554432" x="1187" y="1" height="16" width="85" html.valueishtml="0" name=free_allowed visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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=170 border="5" color="33554432" x="1275" y="1" height="16" width="79" html.valueishtml="0" name=available_yn visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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="2" text="Fmode" border="0" color="33554432" x="828" y="2" height="16" width="41" html.valueishtml="0" name=fmode_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="0" text="Free Allowed" border="0" color="33554432" x="1186" y="1" height="16" width="86" html.valueishtml="0" name=free_allowed_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="134217750" )
text(band=header alignment="0" text="Available Yn" border="0" color="33554432" x="1274" y="1" height="16" width="80" html.valueishtml="0" name=available_yn_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="134217750" )
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 )
......
...@@ -12,8 +12,8 @@ table(column=(type=char(3) update=yes updatewhereclause=yes key=yes name=order_t ...@@ -12,8 +12,8 @@ table(column=(type=char(3) update=yes updatewhereclause=yes key=yes name=order_t
column=(type=char(1) update=yes updatewhereclause=yes name=repl_rate dbname="sordertype.repl_rate" initial="0" values="PriceList 0/Transaction 1/" ) column=(type=char(1) update=yes updatewhereclause=yes name=repl_rate dbname="sordertype.repl_rate" initial="0" values="PriceList 0/Transaction 1/" )
column=(type=char(5) update=yes updatewhereclause=yes name=tax_class dbname="sordertype.tax_class" ) column=(type=char(5) update=yes updatewhereclause=yes name=tax_class dbname="sordertype.tax_class" )
column=(type=char(10) update=yes updatewhereclause=yes name=tax_env dbname="sordertype.tax_env" ) column=(type=char(10) update=yes updatewhereclause=yes name=tax_env dbname="sordertype.tax_env" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=min_shelf_life dbname="sordertype.min_shelf_life" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=min_shelf_life dbname="sordertype.min_shelf_life" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=max_shelf_life dbname="sordertype.max_shelf_life" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=max_shelf_life dbname="sordertype.max_shelf_life" )
column=(type=char(1) update=yes updatewhereclause=yes name=fmode dbname="sordertype.fmode" initial="D" values="Direct D/Consotidate C/" ) column=(type=char(1) update=yes updatewhereclause=yes name=fmode dbname="sordertype.fmode" initial="D" values="Direct D/Consotidate C/" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="sordertype.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="sordertype.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="sordertype.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="sordertype.chg_user" )
...@@ -21,43 +21,49 @@ table(column=(type=char(3) update=yes updatewhereclause=yes key=yes name=order_t ...@@ -21,43 +21,49 @@ table(column=(type=char(3) update=yes updatewhereclause=yes key=yes name=order_t
column=(type=char(1) update=yes updatewhereclause=yes name=near_expiry dbname="sordertype.near_expiry" initial="Y" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=near_expiry dbname="sordertype.near_expiry" initial="Y" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=returnable dbname="sordertype.returnable" initial="N" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=returnable dbname="sordertype.returnable" initial="N" values="Yes Y/No N/" )
column=(type=char(5) update=yes updatewhereclause=yes name=reas_code dbname="sordertype.reas_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=reas_code dbname="sordertype.reas_code" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sordertype~" ) COLUMN(NAME=~"sordertype.order_type~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"sordertype.sh_descr~") COLUMN(NAME=~"sordertype.active~") COLUMN(NAME=~"sordertype.price_list__clg~") COLUMN(NAME=~"sordertype.repl_rate~") COLUMN(NAME=~"sordertype.tax_class~") COLUMN(NAME=~"sordertype.tax_env~") COLUMN(NAME=~"sordertype.min_shelf_life~") COLUMN(NAME=~"sordertype.max_shelf_life~") COLUMN(NAME=~"sordertype.fmode~") COLUMN(NAME=~"sordertype.chg_date~") COLUMN(NAME=~"sordertype.chg_user~") COLUMN(NAME=~"sordertype.chg_term~") COLUMN(NAME=~"sordertype.near_expiry~") COLUMN(NAME=~"sordertype.returnable~") COLUMN(NAME=~"sordertype.reas_code~")WHERE( EXP1 =~"~~~"SORDERTYPE~~~".~~~"ORDER_TYPE~~~"~" OP =~"=~" EXP2 =~":order_type~" ) ) ARG(NAME = ~"order_type~" TYPE = string) " update="SORDERTYPE" updatewhere=1 updatekeyinplace=no arguments=(("order_type", string)) ) column=(type=char(1) update=yes updatewhereclause=yes name=free_allowed dbname="sordertype.free_allowed" values="Yes Y/No N/" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="7" y="224" 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="1" background.color="536870912" ) column=(type=char(1) update=yes updatewhereclause=yes name=available_yn dbname="sordertype.available_yn" values="Yes Y/No N/" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="77" y="224" height="16" width="56" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sordertype~" ) COLUMN(NAME=~"sordertype.order_type~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"sordertype.sh_descr~") COLUMN(NAME=~"sordertype.active~") COLUMN(NAME=~"sordertype.price_list__clg~") COLUMN(NAME=~"sordertype.repl_rate~") COLUMN(NAME=~"sordertype.tax_class~") COLUMN(NAME=~"sordertype.tax_env~") COLUMN(NAME=~"sordertype.min_shelf_life~") COLUMN(NAME=~"sordertype.max_shelf_life~") COLUMN(NAME=~"sordertype.fmode~") COLUMN(NAME=~"sordertype.chg_date~") COLUMN(NAME=~"sordertype.chg_user~") COLUMN(NAME=~"sordertype.chg_term~") COLUMN(NAME=~"sordertype.near_expiry~") COLUMN(NAME=~"sordertype.returnable~") COLUMN(NAME=~"sordertype.reas_code~") COLUMN(NAME=~"sordertype.free_allowed~") COLUMN(NAME=~"sordertype.available_yn~")WHERE( EXP1 =~"SORDERTYPE.ORDER_TYPE~" OP =~"=~" EXP2 =~":order_type~" ) ) ARG(NAME = ~"order_type~" TYPE = string) " update="sordertype" updatewhere=1 updatekeyinplace=no arguments=(("order_type", string)) )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="141" y="224" height="16" width="66" 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="1" background.color="536870912" ) groupbox(band=detail text="Others"border="2" color="33554432" x="1" y="211" height="56" width="487" name=others visible="1" font.face="System" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="33554432" x="211" y="224" height="16" width="56" 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="16777215" ) groupbox(band=detail text="Basic"border="2" color="33554432" x="2" y="6" height="198" width="488" name=basic visible="1" font.face="System" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="274" y="224" height="16" width="66" 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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="344" y="224" height="17" width="53" 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="16777215" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="111" y="26" height="16" width="79" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=3 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="111" y="26" height="16" width="79" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=3 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" )
text(band=detail alignment="1" text="Order Type:" border="0" color="33554432" x="7" y="26" height="16" width="100" html.valueishtml="0" name=order_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Order Type:" border="0" color="33554432" x="7" y="26" height="16" width="100" html.valueishtml="0" name=order_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Description:" border="0" color="33554432" x="7" y="48" height="16" width="100" 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="1" background.color="536870912" ) text(band=detail alignment="1" text="Description:" border="0" color="33554432" x="7" y="48" height="16" width="100" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Short Description:" border="0" color="33554432" x="7" y="70" height="16" width="100" html.valueishtml="0" name=sh_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Short Description:" border="0" color="33554432" x="7" y="70" height="16" width="100" html.valueishtml="0" name=sh_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="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="111" y="48" height="16" width="326" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 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" )
text(band=detail alignment="1" text="Price List :" border="0" color="33554432" x="265" y="70" height="16" width="97" html.valueishtml="0" name=price_list__clg_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" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="33554432" x="367" y="70" height="16" width="79" format="[general]" html.valueishtml="0" name=price_list__clg visible="1" edit.limit=5 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" )
text(band=detail alignment="1" text="Fulfillment Mode:" border="0" color="33554432" x="265" y="92" height="16" width="97" html.valueishtml="0" name=fmode_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" )
column(band=detail id=11 alignment="0" tabsequence=120 border="5" color="33554432" x="367" y="92" height="16" width="79" format="[general]" html.valueishtml="0" name=fmode 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" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="405" y="26" height="16" width="41" format="[general]" html.valueishtml="0" name=active visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.required=yes 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="Active:" border="0" color="33554432" x="305" y="26" height="16" width="97" html.valueishtml="0" name=active_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=detail alignment="1" text="Replacement Rate:" border="0" color="33554432" x="7" y="92" height="16" width="100" html.valueishtml="0" name=repl_rate_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=detail alignment="1" text="Replacement Rate:" border="0" color="33554432" x="7" y="92" height="16" width="100" html.valueishtml="0" name=repl_rate_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=detail alignment="1" text="Min Shelf Life:" border="0" color="33554432" x="7" y="114" height="16" width="100" html.valueishtml="0" name=min_shelf_life_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=detail alignment="1" text="Min Shelf Life:" border="0" color="33554432" x="7" y="114" height="16" width="100" html.valueishtml="0" name=min_shelf_life_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=detail alignment="1" text="Reason code :" border="0" color="33554432" x="7" y="136" height="16" width="100" html.valueishtml="0" name=reas_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=detail alignment="1" text="Reason code :" border="0" color="33554432" x="7" y="136" height="16" width="100" html.valueishtml="0" name=reas_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" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="111" y="70" height="16" width="79" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=20 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=40 border="5" color="33554432" x="111" y="70" height="16" width="79" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=20 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=6 alignment="0" tabsequence=60 border="5" color="33554432" x="111" y="92" height="16" width="79" format="[general]" html.valueishtml="0" name=repl_rate 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" ) column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="111" y="92" height="16" width="79" format="[general]" html.valueishtml="0" name=repl_rate 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" )
column(band=detail id=9 alignment="1" tabsequence=100 border="5" color="33554432" x="111" y="114" height="16" width="79" format="[general]" html.valueishtml="0" name=min_shelf_life 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="16777215" ) column(band=detail id=9 alignment="1" tabsequence=80 border="5" color="33554432" x="111" y="114" height="16" width="79" format="[general]" html.valueishtml="0" name=min_shelf_life 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="16777215" )
column(band=detail id=17 alignment="0" tabsequence=100 border="5" color="33554432" x="111" y="136" height="16" width="79" format="[general]" html.valueishtml="0" name=reas_code 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=2 alignment="0" tabsequence=30 border="5" color="33554432" x="111" y="48" height="16" width="358" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 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" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="7" y="236" 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="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="77" y="236" height="16" width="56" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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 User:" border="0" color="33554432" x="141" y="236" height="16" width="66" 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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="33554432" x="211" y="236" height="16" width="56" 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="16777215" )
text(band=detail alignment="1" text="Tax Class:" border="0" color="33554432" x="7" y="158" height="16" width="100" html.valueishtml="0" name=tax_class_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=detail alignment="1" text="Tax Class:" border="0" color="33554432" x="7" y="158" height="16" width="100" html.valueishtml="0" name=tax_class_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" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="33554432" x="111" y="158" height="16" width="79" format="[general]" html.valueishtml="0" name=tax_class visible="1" edit.limit=5 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=7 alignment="0" tabsequence=120 border="5" color="33554432" x="111" y="158" height="16" width="79" format="[general]" html.valueishtml="0" name=tax_class visible="1" edit.limit=5 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" )
text(band=detail alignment="1" text="Tax Env:" border="0" color="33554432" x="193" y="158" height="16" width="59" html.valueishtml="0" name=tax_env_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=detail alignment="1" text="Active:" border="0" color="33554432" x="329" y="26" height="16" width="97" html.valueishtml="0" name=active_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" )
column(band=detail id=8 alignment="0" tabsequence=80 border="5" color="33554432" x="254" y="158" height="16" width="61" format="[general]" html.valueishtml="0" name=tax_env 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=4 alignment="0" tabsequence=20 border="5" color="33554432" x="429" y="26" height="16" width="41" format="[general]" html.valueishtml="0" name=active visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.required=yes 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="Max Shelf Life:" border="0" color="33554432" x="265" y="114" height="16" width="97" html.valueishtml="0" name=max_shelf_life_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=detail alignment="1" text="Price List :" border="0" color="33554432" x="289" y="70" height="16" width="97" html.valueishtml="0" name=price_list__clg_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" )
column(band=detail id=17 alignment="0" tabsequence=140 border="5" color="33554432" x="111" y="136" height="16" width="79" format="[general]" html.valueishtml="0" name=reas_code 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=50 border="5" color="33554432" x="391" y="70" height="16" width="79" format="[general]" html.valueishtml="0" name=price_list__clg visible="1" edit.limit=5 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=10 alignment="1" tabsequence=110 border="5" color="33554432" x="367" y="114" height="16" width="79" format="[general]" html.valueishtml="0" name=max_shelf_life 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="16777215" ) text(band=detail alignment="1" text="Fulfillment Mode:" border="0" color="33554432" x="289" y="92" height="16" width="97" html.valueishtml="0" name=fmode_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" )
column(band=detail id=16 alignment="0" tabsequence=130 border="5" color="33554432" x="405" y="136" height="16" width="41" format="[general]" html.valueishtml="0" name=returnable 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" ) column(band=detail id=11 alignment="0" tabsequence=70 border="5" color="33554432" x="391" y="92" height="16" width="79" format="[general]" html.valueishtml="0" name=fmode 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" )
column(band=detail id=15 alignment="0" tabsequence=90 border="5" color="33554432" x="405" y="158" height="16" width="41" format="[general]" html.valueishtml="0" name=near_expiry 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="Returnable:" border="0" color="33554432" x="326" y="136" height="16" width="100" html.valueishtml="0" name=returnable_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=detail alignment="1" text="Near Expiry :" border="0" color="33554432" x="324" y="158" height="16" width="78" html.valueishtml="0" name=t_1 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" ) column(band=detail id=16 alignment="0" tabsequence=110 border="5" color="33554432" x="429" y="136" height="16" width="41" format="[general]" html.valueishtml="0" name=returnable 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="Returnable:" border="0" color="33554432" x="302" y="136" height="16" width="100" html.valueishtml="0" name=returnable_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=detail alignment="1" text="Near Expiry :" border="0" color="33554432" x="348" y="158" height="16" width="78" html.valueishtml="0" name=t_1 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" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="2" y="6" height="181" width="461" name=basic visible="1" font.face="System" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=detail alignment="1" text="Tax Env:" border="0" color="33554432" x="217" y="158" height="16" width="59" html.valueishtml="0" name=tax_env_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" )
groupbox(band=detail text="Others"border="2" color="33554432" x="1" y="199" height="56" width="460" name=others visible="1" font.face="System" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=15 alignment="0" tabsequence=140 border="5" color="33554432" x="429" y="158" height="16" width="41" format="[general]" html.valueishtml="0" name=near_expiry 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="Max Shelf Life:" border="0" color="33554432" x="289" y="114" height="16" width="97" html.valueishtml="0" name=max_shelf_life_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=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="320" y="236" height="16" width="66" 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="1" background.color="536870912" )
column(band=detail id=10 alignment="1" tabsequence=90 border="5" color="33554432" x="391" y="114" height="16" width="79" format="[general]" html.valueishtml="0" name=max_shelf_life 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="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="391" y="236" height="17" width="53" 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="16777215" )
column(band=detail id=8 alignment="0" tabsequence=130 border="5" color="33554432" x="281" y="158" height="16" width="61" format="[general]" html.valueishtml="0" name=tax_env 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=18 alignment="0" tabsequence=150 border="5" color="33554432" x="111" y="181" height="16" width="80" html.valueishtml="0" name=free_allowed 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" )
column(band=detail id=19 alignment="0" tabsequence=160 border="5" color="33554432" x="281" y="181" height="16" width="84" html.valueishtml="0" name=available_yn 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="Free Allowed :" border="0" color="33554432" x="30" y="181" height="16" width="77" html.valueishtml="0" name=free_allowed_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=detail alignment="1" text="Available Y/N :" border="0" color="33554432" x="196" y="181" height="16" width="81" html.valueishtml="0" name=t_2 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" )
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