Commit 26ef358d authored by rtelang's avatar rtelang

ad_change21.xml

d_ad_change_edit.srd
Changes done to remove unwanted column from screen AD Code Wise.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214644 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c72c30c5
......@@ -250,7 +250,7 @@
<dbname>employee_ad.tran_id</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_ad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee_ad.emp_code&quot;) COLUMN(NAME=&quot;employee_ad.ad_code&quot;) COLUMN(NAME=&quot;employee_ad.eff_date&quot;) COLUMN(NAME=&quot;employee_ad.exp_date&quot;) COLUMN(NAME=&quot;employee_ad.type&quot;) COLUMN(NAME=&quot;employee_ad.prop_yn&quot;) COLUMN(NAME=&quot;employee_ad.chg_date&quot;) COLUMN(NAME=&quot;employee_ad.chg_user&quot;) COLUMN(NAME=&quot;employee_ad.chg_term&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee_ad.amount&quot;) COLUMN(NAME=&quot;employee_ad.min_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_amt&quot;) COLUMN(NAME=&quot;employee_ad.min_amt&quot;) COLUMN(NAME=&quot;employee_ad.ref_type&quot;) COLUMN(NAME=&quot;employee_ad.ref_no&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee_ad.confirmed&quot;) COLUMN(NAME=&quot;employee_ad.conf_date&quot;) COLUMN(NAME=&quot;employee_ad.emp_code__aprv&quot;) COLUMN(NAME=&quot;employee_ad.tran_id&quot;) JOIN (LEFT=&quot;employee_ad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee_ad.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;employee_ad.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:mtranId&quot; ) ) ARG(NAME = &quot;mtranId&quot; TYPE = string) </retrieve>
<update>employee_ad</update>
<update>EMPLOYEE_AD</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -602,7 +602,7 @@
<valueishtml>0</valueishtml>
</html>
<name>employee_emp_lname</name>
<visible>1</visible>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
......@@ -888,7 +888,7 @@
<valueishtml>0</valueishtml>
</html>
<name>employee_emp_fname_t</name>
<visible>1</visible>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -1494,7 +1494,7 @@
<valueishtml>0</valueishtml>
</html>
<name>employee_emp_fname</name>
<visible>1</visible>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
......
......@@ -29,7 +29,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbnam
column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="employee_ad.conf_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="employee_ad.emp_code__aprv" )
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=~"allwdedn~" ) 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.prop_yn~") COLUMN(NAME=~"employee_ad.chg_date~") COLUMN(NAME=~"employee_ad.chg_user~") COLUMN(NAME=~"employee_ad.chg_term~") COLUMN(NAME=~"allwdedn.sh_descr~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"employee_ad.amount~") COLUMN(NAME=~"employee_ad.min_basic~") COLUMN(NAME=~"employee_ad.max_basic~") COLUMN(NAME=~"employee_ad.max_amt~") COLUMN(NAME=~"employee_ad.min_amt~") COLUMN(NAME=~"employee_ad.ref_type~") COLUMN(NAME=~"employee_ad.ref_no~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee_ad.confirmed~") COLUMN(NAME=~"employee_ad.conf_date~") COLUMN(NAME=~"employee_ad.emp_code__aprv~") COLUMN(NAME=~"employee_ad.tran_id~") JOIN (LEFT=~"employee_ad.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" ) JOIN (LEFT=~"employee_ad.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"employee_ad.tran_id~" OP =~"=~" EXP2 =~":mtranId~" ) ) ARG(NAME = ~"mtranId~" TYPE = string) " update="employee_ad" updatewhere=0 updatekeyinplace=no arguments=(("mtranId", string)) )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee_ad~" ) TABLE(NAME=~"allwdedn~" ) 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.prop_yn~") COLUMN(NAME=~"employee_ad.chg_date~") COLUMN(NAME=~"employee_ad.chg_user~") COLUMN(NAME=~"employee_ad.chg_term~") COLUMN(NAME=~"allwdedn.sh_descr~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"employee_ad.amount~") COLUMN(NAME=~"employee_ad.min_basic~") COLUMN(NAME=~"employee_ad.max_basic~") COLUMN(NAME=~"employee_ad.max_amt~") COLUMN(NAME=~"employee_ad.min_amt~") COLUMN(NAME=~"employee_ad.ref_type~") COLUMN(NAME=~"employee_ad.ref_no~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee_ad.confirmed~") COLUMN(NAME=~"employee_ad.conf_date~") COLUMN(NAME=~"employee_ad.emp_code__aprv~") COLUMN(NAME=~"employee_ad.tran_id~") JOIN (LEFT=~"employee_ad.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" ) JOIN (LEFT=~"employee_ad.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"employee_ad.tran_id~" OP =~"=~" EXP2 =~":mtranId~" ) ) ARG(NAME = ~"mtranId~" TYPE = string) " update="EMPLOYEE_AD" updatewhere=0 updatekeyinplace=no arguments=(("mtranId", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="7" y="6" height="296" width="573" name=gb_1 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="553648127" )
groupbox(band=detail text="Other"border="2" color="0" x="8" y="306" height="75" width="574" name=gb_2 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="553648127" )
text(band=detail alignment="1" text="Type :" border="0" color="0" x="269" y="75" height="16" width="190" html.valueishtml="0" name=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="2" background.color="79741120" )
......@@ -41,7 +41,7 @@ text(band=detail alignment="1" text="Ref No. :" border="0" color="0" x="364" y="
text(band=detail alignment="1" text="Max Base Amt. :" border="0" color="0" x="269" y="100" height="16" width="190" html.valueishtml="0" name=max_basic_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=detail alignment="1" text="Confirmation Date :" border="0" color="0" x="211" y="175" height="16" width="247" html.valueishtml="0" name=conf_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" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="255" x="464" y="175" height="16" width="80" format="[shortdate] [time]" html.valueishtml="0" name=conf_date 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=21 alignment="1" tabsequence=32766 border="5" color="0" x="256" y="226" height="16" width="150" 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=21 alignment="1" tabsequence=32766 border="5" color="0" x="256" y="226" height="16" width="150" format="[general]" html.valueishtml="0" name=employee_emp_lname visible="0" 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" )
text(band=detail alignment="1" text="Expiry date :" border="0" color="0" x="256" y="50" height="16" width="203" 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=detail alignment="1" text="Emp Code :" border="0" color="0" x="14" y="26" height="16" width="150" 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=detail alignment="1" text="Effective date :" border="0" color="0" x="14" y="51" height="16" width="150" 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="2" background.color="79741120" )
......@@ -51,7 +51,7 @@ text(band=detail alignment="1" text="Min Amt :" border="0" color="0" x="14" y="1
text(band=detail alignment="1" text="Proportionate :" border="0" color="0" x="14" y="151" height="16" width="150" html.valueishtml="0" name=prop_yn_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=detail alignment="1" text="Confirmed :" border="0" color="0" x="14" y="176" height="16" width="150" html.valueishtml="0" name=confirmed_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=detail alignment="1" text="Confirmed By :" border="0" color="0" x="14" y="201" height="16" width="150" html.valueishtml="0" name=emp_code__aprv_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=detail alignment="1" text="Emp Code:" border="0" color="0" x="14" y="226" height="16" width="150" 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=detail alignment="1" text="Emp Code:" border="0" color="0" x="14" y="226" height="16" width="150" html.valueishtml="0" name=employee_emp_fname_t visible="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="79741120" )
text(band=detail alignment="1" text="Pay Site:" border="0" color="0" x="14" y="251" height="16" width="150" 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=detail alignment="1" text="Ad Code:" border="0" color="0" x="14" y="276" height="16" width="150" 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" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="255" x="257" y="26" height="16" width="140" format="[general]" html.valueishtml="0" name=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="79741120" )
......@@ -68,7 +68,7 @@ column(band=detail id=16 alignment="1" tabsequence=80 border="5" color="0" x="17
column(band=detail id=6 alignment="0" tabsequence=100 border="5" color="0" x="170" y="151" height="16" width="36" format="[general]" html.valueishtml="0" name=prop_yn visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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=22 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="176" height="16" width="36" format="[general]" html.valueishtml="0" name=confirmed 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="79741120" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="201" height="16" width="80" format="[general]" html.valueishtml="0" name=emp_code__aprv 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="79741120" )
column(band=detail id=20 alignment="1" tabsequence=32766 border="5" color="0" x="170" y="226" height="16" width="80" 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=20 alignment="1" tabsequence=32766 border="5" color="0" x="170" y="226" height="16" width="80" format="[general]" html.valueishtml="0" name=employee_emp_fname visible="0" 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=19 alignment="1" tabsequence=32766 border="5" color="0" x="170" y="251" height="16" width="94" 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=2 alignment="1" tabsequence=32766 border="5" color="0" x="170" y="276" height="16" width="36" 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Changed On :" border="0" color="0" x="13" y="327" height="16" width="100" html.valueishtml="0" name=chg_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" )
......
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