Commit 1ce08948 authored by vlagad's avatar vlagad

Update Scheme Balance Srd

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191605 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 22317151
...@@ -5,55 +5,61 @@ header(height=34 color="536870912" ) ...@@ -5,55 +5,61 @@ header(height=34 color="536870912" )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=22 color="536870912" ) detail(height=22 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="schema_balance.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="scheme_balance.tran_id" )
column=(type=char(10) update=yes updatewhereclause=yes name=scheme_code dbname="schema_balance.scheme_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=scheme_code dbname="scheme_balance.scheme_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="schema_balance.cust_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="scheme_balance.cust_code" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" ) column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="schema_balance.item_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="scheme_balance.item_code" )
column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr" ) column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_from dbname="schema_balance.eff_from" ) column=(type=datetime update=yes updatewhereclause=yes name=eff_from dbname="scheme_balance.eff_from" )
column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="schema_balance.valid_upto" ) column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="scheme_balance.valid_upto" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=balace_free_qty dbname="schema_balance.balace_free_qty" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=balance_free_qty dbname="scheme_balance.balance_free_qty" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=used_free_qty dbname="schema_balance.used_free_qty" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=used_free_qty dbname="scheme_balance.used_free_qty" )
column=(type=char(1) update=yes updatewhereclause=yes name=scheme_type dbname="schema_balance.scheme_type" ) column=(type=char(1) update=yes updatewhereclause=yes name=scheme_type dbname="scheme_balance.scheme_type" )
column=(type=char(1) update=yes updatewhereclause=yes name=entry_source dbname="schema_balance.entry_source" ) column=(type=char(1) update=yes updatewhereclause=yes name=entry_source dbname="scheme_balance.entry_source" )
column=(type=char(60) update=yes updatewhereclause=yes name=remarks dbname="schema_balance.remarks" ) column=(type=char(60) update=yes updatewhereclause=yes name=remarks dbname="scheme_balance.remarks" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="schema_balance.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="scheme_balance.chg_user" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="schema_balance.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="scheme_balance.chg_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="schema_balance.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="scheme_balance.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"customer~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"schema_balance~" ) COLUMN(NAME=~"schema_balance.tran_id~") COLUMN(NAME=~"schema_balance.scheme_code~") COLUMN(NAME=~"schema_balance.cust_code~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"schema_balance.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"schema_balance.eff_from~") COLUMN(NAME=~"schema_balance.valid_upto~") COLUMN(NAME=~"schema_balance.balace_free_qty~") COLUMN(NAME=~"schema_balance.used_free_qty~") COLUMN(NAME=~"schema_balance.scheme_type~") COLUMN(NAME=~"schema_balance.entry_source~") COLUMN(NAME=~"schema_balance.remarks~") COLUMN(NAME=~"schema_balance.chg_user~") COLUMN(NAME=~"schema_balance.chg_date~") COLUMN(NAME=~"schema_balance.chg_term~") JOIN (LEFT=~"schema_balance.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"schema_balance.item_code~" OP =~"=~"RIGHT=~"item.item_code~" )) " update="SCHEMA_BALANCE" updatewhere=0 updatekeyinplace=no ) column=(type=decimal(3) update=yes updatewhereclause=yes name=balance_free_value dbname="scheme_balance.balance_free_value" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=used_free_value dbname="scheme_balance.used_free_value" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"customer~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"scheme_balance~" ) COLUMN(NAME=~"scheme_balance.tran_id~") COLUMN(NAME=~"scheme_balance.scheme_code~") COLUMN(NAME=~"scheme_balance.cust_code~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"scheme_balance.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"scheme_balance.eff_from~") COLUMN(NAME=~"scheme_balance.valid_upto~") COLUMN(NAME=~"scheme_balance.balance_free_qty~") COLUMN(NAME=~"scheme_balance.used_free_qty~") COLUMN(NAME=~"scheme_balance.scheme_type~") COLUMN(NAME=~"scheme_balance.entry_source~") COLUMN(NAME=~"scheme_balance.remarks~") COLUMN(NAME=~"scheme_balance.chg_user~") COLUMN(NAME=~"scheme_balance.chg_date~") COLUMN(NAME=~"scheme_balance.chg_term~") COLUMN(NAME=~"scheme_balance.balance_free_value~") COLUMN(NAME=~"scheme_balance.used_free_value~") JOIN (LEFT=~"scheme_balance.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"scheme_balance.item_code~" ) JOIN (LEFT=~"scheme_balance.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) ) " update="SCHEME_BALANCE" updatewhere=0 updatekeyinplace=no )
text(band=header alignment="2" text="Tran Id" border="0" color="33554432" x="2" y="2" height="15" width="99" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Tran Id" border="0" color="33554432" x="2" y="2" height="15" width="99" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Scheme Code" border="0" color="33554432" x="103" y="2" height="15" width="99" html.valueishtml="0" name=scheme_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Scheme Code" border="0" color="33554432" x="103" y="2" height="15" width="99" html.valueishtml="0" name=scheme_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Item" border="0" color="33554432" x="715" y="2" height="15" width="99" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Item" border="0" color="33554432" x="715" y="2" height="15" width="99" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Item Description" border="0" color="33554432" x="816" y="2" height="15" width="1024" html.valueishtml="0" name=descr_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Item Description" border="0" color="33554432" x="816" y="2" height="15" width="147" html.valueishtml="0" name=descr_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Effective From" border="0" color="33554432" x="1842" y="2" height="15" width="176" html.valueishtml="0" name=eff_from_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Effective From" border="0" color="33554432" x="965" y="2" height="15" width="176" html.valueishtml="0" name=eff_from_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Valid Upto" border="0" color="33554432" x="2020" y="2" height="15" width="176" html.valueishtml="0" name=valid_upto_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Valid Upto" border="0" color="33554432" x="1143" y="2" height="15" width="176" html.valueishtml="0" name=valid_upto_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Balance Free Qty" border="0" color="33554432" x="2198" y="2" height="15" width="99" html.valueishtml="0" name=balace_free_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Balance Free Qty" border="0" color="33554432" x="1321" y="2" height="15" width="99" html.valueishtml="0" name=balance_free_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Used Free Qty" border="0" color="33554432" x="2299" y="2" height="15" width="99" html.valueishtml="0" name=used_free_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Used Free Qty" border="0" color="33554432" x="1422" y="2" height="15" width="99" html.valueishtml="0" name=used_free_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Scheme Type" border="0" color="33554432" x="2400" y="2" height="15" width="99" html.valueishtml="0" name=scheme_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Scheme Type" border="0" color="33554432" x="1523" y="2" height="15" width="99" html.valueishtml="0" name=scheme_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Entry Source" border="0" color="33554432" x="2501" y="2" height="15" width="99" html.valueishtml="0" name=entry_source_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Entry Source" border="0" color="33554432" x="1624" y="2" height="15" width="99" html.valueishtml="0" name=entry_source_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Remarks" border="0" color="33554432" x="2602" y="2" height="15" width="488" html.valueishtml="0" name=remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Remarks" border="0" color="33554432" x="1725" y="2" height="15" width="488" html.valueishtml="0" name=remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Change User" border="0" color="33554432" x="3092" y="2" height="15" width="99" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Change User" border="0" color="33554432" x="2215" y="2" height="15" width="99" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Change Date" border="0" color="33554432" x="3193" y="2" height="15" width="176" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Change Date" border="0" color="33554432" x="2316" y="2" height="15" width="176" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Change Term" border="0" color="33554432" x="3371" y="2" height="15" width="128" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Change Term" border="0" color="33554432" x="2494" y="2" height="15" width="128" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Customer" border="0" color="33554432" x="204" y="2" height="15" width="99" html.valueishtml="0" name=schema_balance_cust_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Customer" border="0" color="33554432" x="204" y="2" height="15" width="99" html.valueishtml="0" name=scheme_balance_cust_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Customer Name" border="0" color="33554432" x="305" y="2" height="15" width="408" html.valueishtml="0" name=cust_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Customer Name" border="0" color="33554432" x="305" y="2" height="15" width="408" html.valueishtml="0" name=cust_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Balance Free Value" border="0" color="33554432" x="2624" y="1" height="16" width="342" html.valueishtml="0" name=balance_free_value_t visible="1" font.face="Liberation Sans" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Used Free Value" border="0" color="33554432" x="2968" y="1" height="16" width="342" html.valueishtml="0" name=used_free_value_t visible="1" font.face="Liberation Sans" 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=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="715" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="715" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="816" y="2" height="18" width="1024" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=130 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="816" y="2" height="18" width="147" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=130 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="1842" y="2" height="18" width="176" format="[shortdate] [time]" html.valueishtml="0" name=eff_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="965" y="2" height="18" width="176" format="[shortdate] [time]" html.valueishtml="0" name=eff_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="2020" y="2" height="18" width="176" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="1143" y="2" height="18" width="176" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="33554432" x="2198" y="1" height="18" width="99" format="[general]" html.valueishtml="0" name=balace_free_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="33554432" x="1321" y="1" height="18" width="99" format="[general]" html.valueishtml="0" name=balance_free_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="0" color="33554432" x="2299" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=used_free_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=10 alignment="1" tabsequence=32766 border="0" color="33554432" x="1422" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=used_free_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="2400" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=scheme_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="1523" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=scheme_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="2501" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=entry_source visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="1624" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=entry_source visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="2602" y="2" height="18" width="488" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="1725" y="2" height="18" width="488" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="3092" y="2" height="18" width="99" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="2215" y="2" height="18" width="99" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="3193" y="2" height="18" width="176" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="2316" y="2" height="18" width="176" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="3371" y="2" height="18" width="128" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="2494" y="2" height="18" width="128" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="103" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=scheme_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="103" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=scheme_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="204" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="204" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="305" y="2" height="18" width="408" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="305" y="2" height="18" width="408" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="2624" y="1" height="15" width="342" format="[general]" html.valueishtml="0" name=balance_free_value visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="2968" y="1" height="15" width="342" format="[general]" html.valueishtml="0" name=used_free_value visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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 )
......
...@@ -4,23 +4,25 @@ datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print. ...@@ -4,23 +4,25 @@ datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=592 color="536870912" ) detail(height=592 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="schema_balance.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="scheme_balance.tran_id" )
column=(type=char(10) update=yes updatewhereclause=yes name=scheme_code dbname="schema_balance.scheme_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=scheme_code dbname="scheme_balance.scheme_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="schema_balance.cust_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="scheme_balance.cust_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="schema_balance.item_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="scheme_balance.item_code" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_from dbname="schema_balance.eff_from" ) column=(type=datetime update=yes updatewhereclause=yes name=eff_from dbname="scheme_balance.eff_from" )
column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="schema_balance.valid_upto" ) column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="scheme_balance.valid_upto" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=balace_free_qty dbname="schema_balance.balace_free_qty" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=balance_free_qty dbname="scheme_balance.balance_free_qty" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=used_free_qty dbname="schema_balance.used_free_qty" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=used_free_qty dbname="scheme_balance.used_free_qty" )
column=(type=char(1) update=yes updatewhereclause=yes name=scheme_type dbname="schema_balance.scheme_type" ) column=(type=char(1) update=yes updatewhereclause=yes name=scheme_type dbname="scheme_balance.scheme_type" )
column=(type=char(1) update=yes updatewhereclause=yes name=entry_source dbname="schema_balance.entry_source" values="Manual M/Auto A/" ) column=(type=char(1) update=yes updatewhereclause=yes name=entry_source dbname="scheme_balance.entry_source" values="Manual M/Auto A/" )
column=(type=char(60) update=yes updatewhereclause=yes name=remarks dbname="schema_balance.remarks" ) column=(type=char(60) update=yes updatewhereclause=yes name=remarks dbname="scheme_balance.remarks" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="schema_balance.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="scheme_balance.chg_user" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="schema_balance.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="scheme_balance.chg_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="schema_balance.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="scheme_balance.chg_term" )
column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" ) column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" ) column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"schema_balance~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"customer~" ) COLUMN(NAME=~"schema_balance.tran_id~") COLUMN(NAME=~"schema_balance.scheme_code~") COLUMN(NAME=~"schema_balance.cust_code~") COLUMN(NAME=~"schema_balance.item_code~") COLUMN(NAME=~"schema_balance.eff_from~") COLUMN(NAME=~"schema_balance.valid_upto~") COLUMN(NAME=~"schema_balance.balace_free_qty~") COLUMN(NAME=~"schema_balance.used_free_qty~") COLUMN(NAME=~"schema_balance.scheme_type~") COLUMN(NAME=~"schema_balance.entry_source~") COLUMN(NAME=~"schema_balance.remarks~") COLUMN(NAME=~"schema_balance.chg_user~") COLUMN(NAME=~"schema_balance.chg_date~") COLUMN(NAME=~"schema_balance.chg_term~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"customer.cust_name~") JOIN (LEFT=~"schema_balance.item_code~" OP =~"=~"RIGHT=~"item.item_code~" ) JOIN (LEFT=~"schema_balance.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" )WHERE( EXP1 =~"~~~"SCHEMA_BALANCE~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="SCHEMA_BALANCE" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", string)) ) column=(type=decimal(3) update=yes updatewhereclause=yes name=balance_free_value dbname="scheme_balance.balance_free_value" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=used_free_value dbname="scheme_balance.used_free_value" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"scheme_balance~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"customer~" ) COLUMN(NAME=~"scheme_balance.tran_id~") COLUMN(NAME=~"scheme_balance.scheme_code~") COLUMN(NAME=~"scheme_balance.cust_code~") COLUMN(NAME=~"scheme_balance.item_code~") COLUMN(NAME=~"scheme_balance.eff_from~") COLUMN(NAME=~"scheme_balance.valid_upto~") COLUMN(NAME=~"scheme_balance.balance_free_qty~") COLUMN(NAME=~"scheme_balance.used_free_qty~") COLUMN(NAME=~"scheme_balance.scheme_type~") COLUMN(NAME=~"scheme_balance.entry_source~") COLUMN(NAME=~"scheme_balance.remarks~") COLUMN(NAME=~"scheme_balance.chg_user~") COLUMN(NAME=~"scheme_balance.chg_date~") COLUMN(NAME=~"scheme_balance.chg_term~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"scheme_balance.balance_free_value~") COLUMN(NAME=~"scheme_balance.used_free_value~") JOIN (LEFT=~"scheme_balance.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"scheme_balance.item_code~" ) JOIN (LEFT=~"scheme_balance.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" )WHERE( EXP1 =~"~~~"SCHEME_BALANCE~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="SCHEME_BALANCE" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="24" y="35" height="16" width="99" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="24" y="35" height="16" width="99" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Scheme:" border="0" color="33554432" x="24" y="58" height="15" width="99" html.valueishtml="0" name=scheme_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Scheme:" border="0" color="33554432" x="24" y="58" height="15" width="99" html.valueishtml="0" name=scheme_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="128" y="35" height="16" width="88" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="128" y="35" height="16" width="88" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -28,29 +30,33 @@ column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" ...@@ -28,29 +30,33 @@ column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432"
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="33554432" x="223" y="81" height="15" width="124" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="33554432" x="223" y="81" height="15" width="124" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Customer:" border="0" color="33554432" x="25" y="80" height="15" width="99" html.valueishtml="0" name=cust_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Customer:" border="0" color="33554432" x="25" y="80" height="15" width="99" html.valueishtml="0" name=cust_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="128" y="81" height="16" width="88" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="128" y="81" height="16" width="88" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="24" y="351" height="16" width="99" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="127" y="351" height="16" width="94" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="226" y="351" height="16" width="99" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="330" y="351" height="16" width="102" 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="Arial" font.height="-10" font.weight="400" font.family="2" 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="438" y="351" height="16" width="99" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="542" y="351" height="16" width="93" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Item:" border="0" color="33554432" x="24" y="104" height="15" width="99" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Item:" border="0" color="33554432" x="24" y="104" height="15" width="99" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="128" y="104" height="16" width="88" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="128" y="104" height="16" width="88" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="33554432" x="223" y="104" height="15" width="123" format="[general]" html.valueishtml="0" name=item_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="33554432" x="223" y="104" height="15" width="123" format="[general]" html.valueishtml="0" name=item_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="20" y="305" height="16" width="99" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="123" y="305" height="16" width="94" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="222" y="305" height="16" width="99" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="326" y="305" height="16" width="102" 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="Arial" font.height="-10" font.weight="400" font.family="2" 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="434" y="305" height="16" width="99" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="538" y="305" height="16" width="93" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Entry Source:" border="0" color="33554432" x="23" y="261" height="16" width="99" html.valueishtml="0" name=entry_source_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="127" y="261" height="16" width="44" format="[general]" html.valueishtml="0" name=entry_source visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Effective From:" border="0" color="33554432" x="24" y="127" height="15" width="99" html.valueishtml="0" name=eff_from_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Effective From:" border="0" color="33554432" x="24" y="127" height="15" width="99" html.valueishtml="0" name=eff_from_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="128" y="127" height="16" width="176" format="[shortdate] [time]" html.valueishtml="0" name=eff_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="128" y="127" height="16" width="176" format="[shortdate] [time]" html.valueishtml="0" name=eff_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Valid Upto:" border="0" color="33554432" x="24" y="150" height="16" width="99" html.valueishtml="0" name=valid_upto_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Valid Upto:" border="0" color="33554432" x="24" y="150" height="16" width="99" html.valueishtml="0" name=valid_upto_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="128" y="150" height="16" width="176" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="128" y="150" height="16" width="176" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Balance Free Qty:" border="0" color="33554432" x="22" y="172" height="15" width="101" html.valueishtml="0" name=balace_free_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Balance Free Qty:" border="0" color="33554432" x="22" y="172" height="15" width="101" html.valueishtml="0" name=balance_free_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="1" tabsequence=70 border="5" color="33554432" x="128" y="172" height="16" width="96" format="[general]" html.valueishtml="0" name=balace_free_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="1" tabsequence=70 border="5" color="33554432" x="128" y="172" height="16" width="96" format="[general]" html.valueishtml="0" name=balance_free_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Used Free Qty:" border="0" color="33554432" x="24" y="195" height="16" width="99" html.valueishtml="0" name=used_free_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Used Free Qty:" border="0" color="33554432" x="24" y="195" height="16" width="99" html.valueishtml="0" name=used_free_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="1" tabsequence=80 border="5" color="33554432" x="128" y="195" height="16" width="96" format="[general]" html.valueishtml="0" name=used_free_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=8 alignment="1" tabsequence=80 border="5" color="33554432" x="128" y="195" height="16" width="96" format="[general]" html.valueishtml="0" name=used_free_qty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Scheme Type:" border="0" color="33554432" x="24" y="217" height="16" width="99" html.valueishtml="0" name=scheme_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Scheme Type:" border="0" color="33554432" x="24" y="217" height="16" width="99" html.valueishtml="0" name=scheme_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="33554432" x="127" y="217" height="16" width="62" format="[general]" html.valueishtml="0" name=scheme_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="33554432" x="127" y="217" height="16" width="62" format="[general]" html.valueishtml="0" name=scheme_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Remarks:" border="0" color="33554432" x="24" y="239" height="16" width="99" html.valueishtml="0" name=remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=17 alignment="1" tabsequence=110 border="5" color="33554432" x="128" y="240" height="15" width="134" format="[general]" html.valueishtml="0" name=balance_free_value visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=100 border="5" color="33554432" x="128" y="239" height="16" width="105" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Balance Free Value:" border="0" color="33554432" x="25" y="239" height="15" width="99" html.valueishtml="0" name=balance_free_value_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Used Free Value:" border="0" color="33554432" x="24" y="261" height="15" width="99" html.valueishtml="0" name=used_free_value_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="1" tabsequence=120 border="5" color="33554432" x="128" y="262" height="15" width="135" format="[general]" html.valueishtml="0" name=used_free_value visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Entry Source:" border="0" color="33554432" x="25" y="283" height="16" width="99" html.valueishtml="0" name=entry_source_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="129" y="284" height="16" width="44" format="[general]" html.valueishtml="0" name=entry_source visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Remarks:" border="0" color="33554432" x="23" y="306" height="16" width="99" html.valueishtml="0" name=remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=100 border="5" color="33554432" x="128" y="307" height="16" width="105" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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