Commit 0cbf7144 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184101 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fc0a4f0f
...@@ -30,9 +30,10 @@ table(column=(type=char(12) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -30,9 +30,10 @@ table(column=(type=char(12) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(20) updatewhereclause=yes name=tname dbname="sundry_type.tname" ) 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(40) updatewhereclause=yes name=refser dbname="refser" )
column=(type=char(20) updatewhereclause=yes name=sundrydescr dbname="sundrydescr" ) column=(type=char(20) updatewhereclause=yes name=sundrydescr dbname="sundrydescr" )
column=(type=number updatewhereclause=yes name=dr_cr dbname="dr_cr" )
column=(type=char(4000) updatewhereclause=yes name=sundry_name dbname="sundry_name" ) 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=~"case when dr_amt > 0 then 1 else 2 end dr_cr~") COMPUTE(NAME=~"DDF_GET_SUNDRY_NAME(GLTRACE.SUNDRY_TYPE,GLTRACE.SUNDRY_CODE) 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~" ) ) ORDER(NAME=~"26~" ASC=yes ) 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)) ) column=(type=number updatewhereclause=yes name=dr_cr dbname="dr_cr" )
column=(type=char(40) updatewhereclause=yes name=costctr_descr dbname="costctr.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"accounts~" ) TABLE(NAME=~"gltrace~" ) TABLE(NAME=~"sundry_type~" ) TABLE(NAME=~"refser~" ) TABLE(NAME=~"costctr~" ) 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~") COMPUTE(NAME=~"case when dr_amt > 0 then 1 else 2 end dr_cr~") COLUMN(NAME=~"costctr.descr~") JOIN (LEFT=~"gltrace.sundry_type~" OP =~"=~"RIGHT=~"sundry_type.sundry_type~" OUTER1 =~"gltrace.sundry_type~" ) JOIN (LEFT=~"gltrace.ref_ser~" OP =~"=~"RIGHT=~"refser.ref_ser~" OUTER1 =~"gltrace.ref_ser~" ) JOIN (LEFT=~"gltrace.cctr_code~" OP =~"=~"RIGHT=~"costctr.cctr_code~" OUTER1 =~"gltrace.cctr_code~" ) JOIN (LEFT=~"gltrace.acct_code~" OP =~"=~"RIGHT=~"accounts.acct_code~" )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~" ) ) ORDER(NAME=~"27~" ASC=yes ) 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="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="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 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" )
...@@ -58,7 +59,9 @@ text(band=header alignment="0" text="Descr" border="6" color="33554432" x="430" ...@@ -58,7 +59,9 @@ text(band=header alignment="0" text="Descr" border="6" color="33554432" x="430"
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="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="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" ) 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" )
text(band=header alignment="0" text="Sundry Name" border="6" color="33554432" x="2478" y="1" height="16" width="273" 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" ) text(band=header alignment="0" text="Sundry Name" border="6" color="33554432" x="2478" y="1" height="16" width="164" 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" )
text(band=header alignment="0" text="Dr Cr" border="6" color="0" x="2644" y="1" height="16" width="213" html.valueishtml="0" name=dr_cr_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="Costctr Descr" border="6" color="33554432" x="2859" y="1" height="16" width="198" html.valueishtml="0" name=costctr_descr_t visible="1" 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=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=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=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=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" )
...@@ -84,9 +87,9 @@ column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="0" x= ...@@ -84,9 +87,9 @@ column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="0" x=
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=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=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=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=27 alignment="0" tabsequence=32766 border="0" color="0" x="2478" y="1" height="15" width="273" format="[general]" html.valueishtml="0" name=sundry_name 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="2478" y="2" height="15" width="164" format="[general]" html.valueishtml="0" name=sundry_name 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=0 border="0" color="0" x="2754" y="1" height="16" width="213" html.valueishtml="0" name=dr_cr 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" ) column(band=detail id=27 alignment="0" tabsequence=32766 border="0" color="0" x="2644" y="1" height="16" width="213" format="[general]" html.valueishtml="0" name=dr_cr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Dr Cr" border="6" color="33554432" x="2753" y="1" height="16" width="214" html.valueishtml="0" name=dr_cr_t visible="1" 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=28 alignment="0" tabsequence=32766 border="0" color="0" x="2859" y="1" height="16" width="198" format="[general]" html.valueishtml="0" name=costctr_descr 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" )
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