Commit 2f8fdcb7 authored by pchavan's avatar pchavan

Added costctr and account field to show descriptions.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175974 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4316f7ca
......@@ -4,23 +4,29 @@ datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.
header(height=19 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=22 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="costalloc_bas_det.tran_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="costalloc_bas_det.line_no" )
detail(height=20 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes name=tran_id dbname="costalloc_bas_det.tran_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=line_no dbname="costalloc_bas_det.line_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=acct_code__alloc dbname="costalloc_bas_det.acct_code__alloc" )
column=(type=char(4) update=yes updatewhereclause=yes name=cctr_code__to dbname="costalloc_bas_det.cctr_code__to" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=alloc_perc dbname="costalloc_bas_det.alloc_perc" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"costalloc_bas_det~" ) COLUMN(NAME=~"costalloc_bas_det.tran_id~") COLUMN(NAME=~"costalloc_bas_det.line_no~") COLUMN(NAME=~"costalloc_bas_det.acct_code__alloc~") COLUMN(NAME=~"costalloc_bas_det.cctr_code__to~") COLUMN(NAME=~"costalloc_bas_det.alloc_perc~")WHERE( EXP1 =~"~~~"COSTALLOC_BAS_DET~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="COSTALLOC_BAS_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
column=(type=char(40) updatewhereclause=yes name=accounts_descr dbname="accounts.descr" )
column=(type=char(40) updatewhereclause=yes name=costctr_descr dbname="costctr.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"costalloc_bas_det~" ) TABLE(NAME=~"accounts~" ) TABLE(NAME=~"costctr~" ) COLUMN(NAME=~"costalloc_bas_det.tran_id~") COLUMN(NAME=~"costalloc_bas_det.line_no~") COLUMN(NAME=~"costalloc_bas_det.acct_code__alloc~") COLUMN(NAME=~"costalloc_bas_det.cctr_code__to~") COLUMN(NAME=~"costalloc_bas_det.alloc_perc~") COLUMN(NAME=~"accounts.descr~") COLUMN(NAME=~"costctr.descr~") JOIN (LEFT=~"costalloc_bas_det.cctr_code__to~" OP =~"=~"RIGHT=~"costctr.cctr_code~" OUTER1 =~"costalloc_bas_det.cctr_code__to~" ) JOIN (LEFT=~"costalloc_bas_det.acct_code__alloc~" OP =~"=~"RIGHT=~"accounts.acct_code~" OUTER1 =~"costalloc_bas_det.acct_code__alloc~" )WHERE( EXP1 =~"~~~"COSTALLOC_BAS_DET~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " arguments=(("tran_id", string)) )
text(band=header alignment="2" text="Tran Id" border="6" color="0" x="2" y="2" height="15" width="66" 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="Line No" border="6" color="0" x="70" y="2" height="15" width="97" html.valueishtml="0" name=line_no_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="Acct Code Alloc" border="6" color="0" x="169" y="2" height="15" width="143" html.valueishtml="0" name=acct_code__alloc_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="Cctr Code To" border="6" color="0" x="314" y="2" height="15" width="120" html.valueishtml="0" name=cctr_code__to_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="Alloc Perc" border="6" color="0" x="436" y="2" height="15" width="145" html.valueishtml="0" name=alloc_perc_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="1" tabsequence=30 border="5" color="0" x="436" y="2" height="18" width="145" format="[general]" html.valueishtml="0" name=alloc_perc 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="2" background.color="1073741824" )
column(band=detail id=4 alignment="0" tabsequence=20 border="5" color="0" x="314" y="2" height="18" width="120" format="[general]" html.valueishtml="0" name=cctr_code__to visible="1" edit.limit=4 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="2" background.color="1073741824" )
column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="0" x="169" y="2" height="18" width="143" format="[general]" html.valueishtml="0" name=acct_code__alloc 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="2" background.color="1073741824" )
column(band=detail id=2 alignment="1" tabsequence=32766 border="5" color="0" x="70" y="2" height="18" width="97" format="[general]" html.valueishtml="0" name=line_no 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="2" background.color="1073741824" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="2" height="18" width="66" 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="2" background.color="1073741824" )
column(band=detail id=5 alignment="1" tabsequence=30 border="5" color="0" x="436" y="2" height="18" width="145" format="[general]" html.valueishtml="0" name=alloc_perc 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="2" background.color="1073741824" )
text(band=header alignment="0" text="Accounts Descr" border="6" color="33554432" x="583" y="1" height="16" width="207" html.valueishtml="0" name=accounts_descr_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Costctr Descr" border="6" color="33554432" x="792" y="1" height="16" width="200" html.valueishtml="0" name=costctr_descr_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=7 alignment="0" tabsequence=50 border="5" color="0" x="793" y="1" height="16" width="199" html.valueishtml="0" name=costctr_descr visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=6 alignment="0" tabsequence=40 border="5" color="0" x="584" y="1" height="16" width="206" html.valueishtml="0" name=accounts_descr visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment