Commit 5e39dacc authored by ssalve's avatar ssalve

Sarita : Added tran id column on 31 July 2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204434 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f364844c
...@@ -5,10 +5,10 @@ header(height=21 color="536870912" ) ...@@ -5,10 +5,10 @@ header(height=21 color="536870912" )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=19 color="536870912" ) detail(height=19 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee_ad.emp_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="employee_ad.emp_code" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="employee_ad.ad_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="employee_ad.ad_code" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=eff_date dbname="employee_ad.eff_date" ) column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="employee_ad.eff_date" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=exp_date dbname="employee_ad.exp_date" ) column=(type=datetime update=yes updatewhereclause=yes name=exp_date dbname="employee_ad.exp_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=type dbname="employee_ad.type" ) column=(type=char(1) update=yes updatewhereclause=yes name=type dbname="employee_ad.type" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="employee_ad.amount" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="employee_ad.amount" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=min_basic dbname="employee_ad.min_basic" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=min_basic dbname="employee_ad.min_basic" )
...@@ -18,11 +18,12 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -18,11 +18,12 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(1) update=yes updatewhereclause=yes name=prop_yn dbname="employee_ad.prop_yn" ) column=(type=char(1) update=yes updatewhereclause=yes name=prop_yn dbname="employee_ad.prop_yn" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee_ad.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee_ad.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee_ad.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee_ad.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="employee_ad.chg_term" ) column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="employee_ad.chg_term" )
column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" ) column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column=(type=char(15) updatewhereclause=yes name=employee_emp_fname dbname="employee.emp_fname" ) column=(type=char(15) updatewhereclause=yes name=employee_emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=employee_emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=employee_emp_lname dbname="employee.emp_lname" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee_ad~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee_ad.emp_code~") COLUMN(NAME=~"employee_ad.ad_code~") COLUMN(NAME=~"employee_ad.eff_date~") COLUMN(NAME=~"employee_ad.exp_date~") COLUMN(NAME=~"employee_ad.type~") COLUMN(NAME=~"employee_ad.amount~") COLUMN(NAME=~"employee_ad.min_basic~") COLUMN(NAME=~"employee_ad.max_basic~") COLUMN(NAME=~"employee_ad.min_amt~") COLUMN(NAME=~"employee_ad.max_amt~") COLUMN(NAME=~"employee_ad.prop_yn~") COLUMN(NAME=~"employee_ad.chg_date~") COLUMN(NAME=~"employee_ad.chg_user~") COLUMN(NAME=~"employee_ad.chg_term~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") JOIN (LEFT=~"employee_ad.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"employee_ad.ad_code~" OP =~"=~" EXP2 =~":ad_code~" ) ) ARG(NAME = ~"ad_code~" TYPE = string) " update="employee_ad" updatewhere=0 updatekeyinplace=no arguments=(("ad_code", string)) ) column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="employee_ad.tran_id" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee_ad~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee_ad.emp_code~") COLUMN(NAME=~"employee_ad.ad_code~") COLUMN(NAME=~"employee_ad.eff_date~") COLUMN(NAME=~"employee_ad.exp_date~") COLUMN(NAME=~"employee_ad.type~") COLUMN(NAME=~"employee_ad.amount~") COLUMN(NAME=~"employee_ad.min_basic~") COLUMN(NAME=~"employee_ad.max_basic~") COLUMN(NAME=~"employee_ad.min_amt~") COLUMN(NAME=~"employee_ad.max_amt~") COLUMN(NAME=~"employee_ad.prop_yn~") COLUMN(NAME=~"employee_ad.chg_date~") COLUMN(NAME=~"employee_ad.chg_user~") COLUMN(NAME=~"employee_ad.chg_term~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee_ad.tran_id~") JOIN (LEFT=~"employee_ad.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"employee_ad.ad_code~" OP =~"=~" EXP2 =~":ad_code~" ) ) ARG(NAME = ~"ad_code~" TYPE = string) " update="employee_ad" updatewhere=0 updatekeyinplace=no arguments=(("ad_code", string)) )
text(band=header alignment="2" text="Emp Code" border="6" color="0" x="2" y="2" height="16" width="74" 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="2" background.color="79741120" ) text(band=header alignment="2" text="Emp Code" border="6" color="0" x="2" y="2" height="16" width="74" 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="2" background.color="79741120" )
text(band=header alignment="2" text="FName" border="6" color="0" x="78" y="2" height="16" width="129" html.valueishtml="0" name=employee_emp_fname_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="79741120" ) text(band=header alignment="2" text="FName" border="6" color="0" x="78" y="2" height="16" width="129" html.valueishtml="0" name=employee_emp_fname_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="79741120" )
text(band=header alignment="2" text="L Name" border="6" color="0" x="209" y="2" height="16" width="131" html.valueishtml="0" name=employee_emp_lname_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="79741120" ) text(band=header alignment="2" text="L Name" border="6" color="0" x="209" y="2" height="16" width="131" html.valueishtml="0" name=employee_emp_lname_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="79741120" )
...@@ -40,6 +41,7 @@ text(band=header alignment="2" text="Chg Term" border="6" color="0" x="1148" y=" ...@@ -40,6 +41,7 @@ text(band=header alignment="2" text="Chg Term" border="6" color="0" x="1148" y="
text(band=header alignment="0" text="Ad Code" border="6" color="0" x="1425" y="2" height="16" width="88" html.valueishtml="0" name=ad_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="2" background.color="79741120" ) text(band=header alignment="0" text="Ad Code" border="6" color="0" x="1425" y="2" height="16" width="88" html.valueishtml="0" name=ad_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="2" background.color="79741120" )
text(band=header alignment="2" text="Exp Date" border="6" color="0" x="1240" y="2" height="16" width="92" html.valueishtml="0" name=exp_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="2" background.color="79741120" ) text(band=header alignment="2" text="Exp Date" border="6" color="0" x="1240" y="2" height="16" width="92" html.valueishtml="0" name=exp_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="2" background.color="79741120" )
text(band=header alignment="2" text="Pay Site" border="6" color="0" x="1334" y="2" height="16" width="89" html.valueishtml="0" name=pay_site_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="79741120" ) text(band=header alignment="2" text="Pay Site" border="6" color="0" x="1334" y="2" height="16" width="89" html.valueishtml="0" name=pay_site_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="79741120" )
text(band=header alignment="0" text="Transaction ID" border="6" color="33554432" x="1515" y="1" height="16" width="100" html.valueishtml="0" name=tran_id_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="2" height="16" width="74" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="2" height="16" width="74" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=20 border="5" color="0" x="78" y="2" height="16" width="129" format="[general]" html.valueishtml="0" name=employee_emp_fname 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=16 alignment="0" tabsequence=20 border="5" color="0" x="78" y="2" height="16" width="129" format="[general]" html.valueishtml="0" name=employee_emp_fname 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=30 border="5" color="0" x="209" y="2" height="16" width="131" format="[general]" html.valueishtml="0" name=employee_emp_lname 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=17 alignment="0" tabsequence=30 border="5" color="0" x="209" y="2" height="16" width="131" format="[general]" html.valueishtml="0" name=employee_emp_lname 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
...@@ -57,6 +59,7 @@ column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x= ...@@ -57,6 +59,7 @@ column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x=
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="1425" y="2" height="16" width="88" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" 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="1425" y="2" height="16" width="88" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" 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="1240" y="2" height="16" width="92" format="[shortdate] [time]" html.valueishtml="0" name=exp_date 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="1" 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="1240" y="2" height="16" width="92" format="[shortdate] [time]" html.valueishtml="0" name=exp_date 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="0" x="1334" y="2" height="16" width="89" format="[general]" html.valueishtml="0" name=pay_site 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="0" x="1334" y="2" height="16" width="89" format="[general]" html.valueishtml="0" name=pay_site 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="0" x="1515" y="1" height="16" width="100" format="[general]" html.valueishtml="0" name=tran_id visible="0" 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="1" 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