Commit 7c009521 authored by pchavan's avatar pchavan

Updated SRD of AccountingEffect side screen.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175346 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3da5a8ad
$PBExportHeader$d_accteffectview_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=20 color="536870912" )
table(column=(type=char(12) update=yes updatewhereclause=yes key=yes name=tran_id dbname="gltrace.tran_id" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="gltrace.eff_date" )
column=(type=char(6) update=yes updatewhereclause=yes name=ref_ser dbname="gltrace.ref_ser" )
column=(type=char(10) update=yes updatewhereclause=yes name=ref_id dbname="gltrace.ref_id" )
column=(type=char(10) update=yes updatewhereclause=yes name=acct_code dbname="gltrace.acct_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=dr_amt dbname="gltrace.dr_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=cr_amt dbname="gltrace.cr_amt" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="gltrace.site_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=fin_entity dbname="gltrace.fin_entity" )
column=(type=char(10) update=yes updatewhereclause=yes name=sundry_code dbname="gltrace.sundry_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=sundry_type dbname="gltrace.sundry_type" )
column=(type=char(60) update=yes updatewhereclause=yes name=remarks dbname="gltrace.remarks" )
column=(type=char(4) update=yes updatewhereclause=yes name=cctr_code dbname="gltrace.cctr_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=curr_code dbname="gltrace.curr_code" )
column=(type=decimal(6) update=yes updatewhereclause=yes name=exch_rate dbname="gltrace.exch_rate" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="gltrace.tran_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="gltrace.emp_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=anal_code dbname="gltrace.anal_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=ref_type dbname="gltrace.ref_type" )
column=(type=char(40) updatewhereclause=yes name=accounts_descr dbname="accounts.descr" )
column=(type=number updatewhereclause=yes name=dr_amt__bc dbname="dr_amt__bc" )
column=(type=number updatewhereclause=yes name=cr_amt__bc dbname="cr_amt__bc" )
column=(type=char(20) updatewhereclause=yes name=tname dbname="sundry_type.tname" )
column=(type=char(40) updatewhereclause=yes name=refser dbname="refser" )
column=(type=char(20) updatewhereclause=yes name=sundrydescr dbname="sundrydescr" )
column=(type=char(4000) updatewhereclause=yes name=sundry_name dbname="sundry_name" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"accounts~" ) TABLE(NAME=~"gltrace~" ) TABLE(NAME=~"sundry_type~" ) TABLE(NAME=~"refser~" ) COLUMN(NAME=~"gltrace.tran_id~") COLUMN(NAME=~"gltrace.eff_date~") COLUMN(NAME=~"gltrace.ref_ser~") COLUMN(NAME=~"gltrace.ref_id~") COLUMN(NAME=~"gltrace.acct_code~") COLUMN(NAME=~"gltrace.dr_amt~") COLUMN(NAME=~"gltrace.cr_amt~") COLUMN(NAME=~"gltrace.site_code~") COLUMN(NAME=~"gltrace.fin_entity~") COLUMN(NAME=~"gltrace.sundry_code~") COLUMN(NAME=~"gltrace.sundry_type~") COLUMN(NAME=~"gltrace.remarks~") COLUMN(NAME=~"gltrace.cctr_code~") COLUMN(NAME=~"gltrace.curr_code~") COLUMN(NAME=~"gltrace.exch_rate~") COLUMN(NAME=~"gltrace.tran_date~") COLUMN(NAME=~"gltrace.emp_code~") COLUMN(NAME=~"gltrace.anal_code~") COLUMN(NAME=~"gltrace.ref_type~") COLUMN(NAME=~"accounts.descr~") COMPUTE(NAME=~"(gltrace.dr_amt * gltrace.exch_rate) as dr_amt__bc~") COMPUTE(NAME=~"(gltrace.cr_amt * gltrace.exch_rate) as cr_amt__bc~") COLUMN(NAME=~"sundry_type.tname~") COMPUTE(NAME=~" (~~~"REFSER~~~".~~~"DESCR~~~") as refser~") COMPUTE(NAME=~" (~~~"SUNDRY_TYPE~~~".~~~"DESCR~~~") as sundrydescr~") COMPUTE(NAME=~"DDF_GET_SUNDRY_NAME(~~~"GLTRACE~~~".~~~"SUNDRY_CODE~~~",~~~"GLTRACE~~~".~~~"SUNDRY_TYPE~~~") as sundry_name~") JOIN (LEFT=~"gltrace.acct_code~" OP =~"=~"RIGHT=~"accounts.acct_code~" ) JOIN (LEFT=~"gltrace.sundry_type~" OP =~"=~"RIGHT=~"sundry_type.sundry_type~" ) JOIN (LEFT=~"gltrace.ref_ser~" OP =~"=~"RIGHT=~"refser.ref_ser~" )WHERE( EXP1 =~"gltrace.ref_ser~" OP =~"=~" EXP2 =~":ref_ser~" LOGIC =~"and~" ) WHERE( EXP1 =~"gltrace.ref_id~" OP =~">=~" EXP2 =~":ref_id__fr~" LOGIC =~"And~" ) WHERE( EXP1 =~"gltrace.ref_id~" OP =~"<=~" EXP2 =~":ref_id__to~" ) ) ARG(NAME = ~"ref_ser~" TYPE = string) ARG(NAME = ~"ref_id__fr~" TYPE = string) ARG(NAME = ~"ref_id__to~" TYPE = string) " update="GLTRACE" updatewhere=1 updatekeyinplace=no arguments=(("ref_ser", string),("ref_id__fr", string),("ref_id__to", string)) )
text(band=header alignment="2" text="Tran Id" border="6" color="33554432" x="2" y="2" height="16" width="79" html.valueishtml="0" name=tran_id_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="Eff Date" border="6" color="33554432" x="1628" y="2" height="16" width="85" html.valueishtml="0" name=eff_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="Ref Ser" border="6" color="33554432" x="217" y="2" height="16" width="53" html.valueishtml="0" name=ref_ser_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="Ref Id" border="6" color="33554432" x="272" y="2" height="16" width="81" html.valueishtml="0" name=ref_id_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="Acct Code" border="6" color="33554432" x="355" y="2" height="16" width="73" html.valueishtml="0" name=acct_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=header alignment="2" text="Dr Amt" border="6" color="33554432" x="576" y="2" height="16" width="88" html.valueishtml="0" name=dr_amt_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="Cr Amt" border="6" color="33554432" x="666" y="2" height="16" width="72" html.valueishtml="0" name=cr_amt_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="Site Code" border="6" color="33554432" x="740" y="2" height="16" width="57" html.valueishtml="0" name=site_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=header alignment="2" text="Fin Entity" border="6" color="33554432" x="799" y="2" height="16" width="66" html.valueishtml="0" name=fin_entity_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="Sundry Code" border="6" color="33554432" x="867" y="2" height="16" width="75" html.valueishtml="0" name=sundry_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=header alignment="2" text="Sundry Type" border="6" color="33554432" x="944" y="2" height="16" width="73" html.valueishtml="0" name=sundry_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="Remarks" border="6" color="33554432" x="1019" y="2" height="16" width="253" html.valueishtml="0" name=remarks_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="Cctr Code" border="6" color="33554432" x="1274" y="2" height="16" width="58" html.valueishtml="0" name=cctr_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=header alignment="2" text="Curr Code" border="6" color="33554432" x="1334" y="2" height="16" width="58" html.valueishtml="0" name=curr_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=header alignment="2" text="Exch Rate" border="6" color="33554432" x="1394" y="2" height="16" width="72" html.valueishtml="0" name=exch_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=header alignment="2" text="Tran Date" border="6" color="33554432" x="83" y="2" height="16" width="132" html.valueishtml="0" name=tran_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="Emp Code" border="6" color="33554432" x="1715" y="2" height="16" width="66" html.valueishtml="0" name=emp_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=header alignment="2" text="Analysis code" border="6" color="33554432" x="1783" y="2" height="16" width="60" html.valueishtml="0" name=anal_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=header alignment="2" text="Ref Type" border="6" color="33554432" x="1845" y="2" height="16" width="51" html.valueishtml="0" name=ref_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="0" text="Dr Amt Bc" border="6" color="0" x="1468" y="2" height="16" width="78" html.valueishtml="0" name=dr_amt__bc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Cr Amt Bc" border="6" color="0" x="1548" y="2" height="16" width="78" html.valueishtml="0" name=cr_amt__bc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Descr" border="6" color="33554432" x="430" y="2" height="16" width="144" html.valueishtml="0" name=accounts_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="0" text="Sundry Name" border="6" color="33554432" x="1898" y="1" height="16" width="98" html.valueishtml="0" name=tname_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Refser" border="6" color="0" x="1998" y="1" height="15" width="318" html.valueishtml="0" name=refser_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Sundrydescr" border="6" color="0" x="2318" y="1" height="15" width="158" html.valueishtml="0" name=sundrydescr_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="2" height="16" width="79" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=12 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="1628" y="2" height="16" width="85" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="217" y="2" height="16" width="53" format="[general]" html.valueishtml="0" name=ref_ser visible="1" edit.limit=6 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=32766 border="5" color="0" x="272" y="2" height="16" width="81" format="[general]" html.valueishtml="0" name=ref_id 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=5 alignment="0" tabsequence=32766 border="5" color="0" x="355" y="2" height="16" width="73" format="[general]" html.valueishtml="0" name=acct_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="1" tabsequence=32766 border="5" color="0" x="576" y="2" height="16" width="88" format="[general]" html.valueishtml="0" name=dr_amt 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=7 alignment="1" tabsequence=32766 border="5" color="0" x="666" y="2" height="16" width="72" format="[general]" html.valueishtml="0" name=cr_amt 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=8 alignment="0" tabsequence=32766 border="5" color="0" x="740" y="2" height="16" width="57" format="[general]" html.valueishtml="0" name=site_code 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=9 alignment="0" tabsequence=32766 border="5" color="0" x="799" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=fin_entity 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=10 alignment="0" tabsequence=32766 border="5" color="0" x="867" y="2" height="16" width="75" format="[general]" html.valueishtml="0" name=sundry_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="944" y="2" height="16" width="73" format="[general]" html.valueishtml="0" name=sundry_type 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=32766 border="5" color="0" x="1019" y="2" height="16" width="253" 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="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=32766 border="5" color="0" x="1274" y="2" height="16" width="58" format="[general]" html.valueishtml="0" name=cctr_code visible="1" edit.limit=4 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="0" x="1334" y="2" height="16" width="58" format="[general]" html.valueishtml="0" name=curr_code 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=15 alignment="1" tabsequence=32766 border="5" color="0" x="1394" y="2" height="16" width="72" format="[general]" html.valueishtml="0" name=exch_rate 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=16 alignment="0" tabsequence=32766 border="5" color="0" x="83" y="2" height="16" width="132" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="1715" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="1783" y="2" height="16" width="60" format="[general]" html.valueishtml="0" name=anal_code 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=19 alignment="0" tabsequence=32766 border="5" color="0" x="1845" y="2" height="16" width="51" format="[general]" html.valueishtml="0" name=ref_type 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=21 alignment="0" tabsequence=32766 border="5" color="0" x="1468" y="2" height="16" width="78" format="[general]" html.valueishtml="0" name=dr_amt__bc 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=22 alignment="0" tabsequence=32766 border="5" color="0" x="1548" y="2" height="16" width="78" format="[general]" html.valueishtml="0" name=cr_amt__bc 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=20 alignment="0" tabsequence=32766 border="5" color="0" x="430" y="2" height="16" width="144" format="[general]" html.valueishtml="0" name=accounts_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" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="0" x="1898" y="1" height="16" width="98" format="[general]" html.valueishtml="0" name=tname 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=24 alignment="0" tabsequence=32766 border="0" color="0" x="1998" y="1" height="15" width="318" format="[general]" html.valueishtml="0" name=refser 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=25 alignment="0" tabsequence=32766 border="0" color="0" x="2318" y="1" height="15" width="158" format="[general]" html.valueishtml="0" name=sundrydescr 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=26 alignment="0" tabsequence=32766 border="0" color="0" x="2479" y="1" height="15" width="273" html.valueishtml="0" name=sundry_name visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Sundry Name" border="6" color="33554432" x="2478" y="1" height="16" width="274" html.valueishtml="0" name=sundry_name_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="67108864" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
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