Commit 2187a82b authored by dpingle's avatar dpingle

* updated srd and xml file on [31/10/19]

cadre_ad21.xml
d_cadre_allwdedn_edit.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210766 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 40911314
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>type</name> <name>type</name>
<dbname>cadre_ad.type</dbname> <dbname>cadre_ad.type</dbname>
<initial> </initial> <initial>F</initial>
<values> <values>
<item display="Fixed" data="F"/> <item display="Fixed" data="F"/>
<item display="Percentage" data="P"/> <item display="Percentage" data="P"/>
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<text>Basic</text> <text>Basic</text>
<border>2</border> <border>2</border>
<color>0</color> <color>0</color>
<x>14</x> <x>15</x>
<y>7</y> <y>7</y>
<height>162</height> <height>162</height>
<width>549</width> <width>549</width>
...@@ -380,8 +380,8 @@ ...@@ -380,8 +380,8 @@
<text>Expiry date :</text> <text>Expiry date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>330</x> <x>332</x>
<y>56</y> <y>55</y>
<height>20</height> <height>20</height>
<width>106</width> <width>106</width>
<html> <html>
...@@ -681,7 +681,7 @@ ...@@ -681,7 +681,7 @@
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
<y>57</y> <y>55</y>
<height>20</height> <height>20</height>
<width>93</width> <width>93</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
......
...@@ -10,7 +10,7 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=pay_tab ...@@ -10,7 +10,7 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=pay_tab
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="cadre_ad.ad_code" ) column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="cadre_ad.ad_code" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=eff_date dbname="cadre_ad.eff_date" ) column=(type=datetime update=yes updatewhereclause=yes key=yes name=eff_date dbname="cadre_ad.eff_date" )
column=(type=datetime update=yes updatewhereclause=yes name=exp_date dbname="cadre_ad.exp_date" ) column=(type=datetime update=yes updatewhereclause=yes name=exp_date dbname="cadre_ad.exp_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=type dbname="cadre_ad.type" initial=" " values="Fixed F/Percentage P/Not Applicable /" ) column=(type=char(1) update=yes updatewhereclause=yes name=type dbname="cadre_ad.type" initial="F" values="Fixed F/Percentage P/Not Applicable /" )
column=(type=char(1) update=yes updatewhereclause=yes name=prop_yn dbname="cadre_ad.prop_yn" initial="Y" ) column=(type=char(1) update=yes updatewhereclause=yes name=prop_yn dbname="cadre_ad.prop_yn" initial="Y" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" ) column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="cadre_ad.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="cadre_ad.chg_date" )
...@@ -23,12 +23,12 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=pay_tab ...@@ -23,12 +23,12 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=pay_tab
column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="cadre_ad.max_amt" initial="0" validation="number(gettext()) >= 0 or isNull(gettext()) or trim(gettext())='.'" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="cadre_ad.max_amt" initial="0" validation="number(gettext()) >= 0 or isNull(gettext()) or trim(gettext())='.'" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cadre_ad~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"cadre_ad.pay_table~") COLUMN(NAME=~"cadre_ad.cadre_code~") COLUMN(NAME=~"cadre_ad.ad_code~") COLUMN(NAME=~"cadre_ad.eff_date~") COLUMN(NAME=~"cadre_ad.exp_date~") COLUMN(NAME=~"cadre_ad.type~") COLUMN(NAME=~"cadre_ad.prop_yn~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"cadre_ad.chg_date~") COLUMN(NAME=~"cadre_ad.chg_user~") COLUMN(NAME=~"cadre_ad.chg_term~") COLUMN(NAME=~"cadre_ad.amount~") COLUMN(NAME=~"cadre_ad.min_basic~") COLUMN(NAME=~"cadre_ad.max_basic~") COLUMN(NAME=~"cadre_ad.min_amt~") COLUMN(NAME=~"cadre_ad.max_amt~") JOIN (LEFT=~"cadre_ad.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" )WHERE( EXP1 =~"cadre_ad.pay_table~" OP =~"=~" EXP2 =~":mpaytable~" LOGIC =~"and~" ) WHERE( EXP1 =~"cadre_ad.cadre_code~" OP =~"=~" EXP2 =~":mcadre~" LOGIC =~"and~" ) WHERE( EXP1 =~"cadre_ad.ad_code~" OP =~"=~" EXP2 =~":madcode~" LOGIC =~"and~" ) WHERE( EXP1 =~"cadre_ad.eff_date~" OP =~"=~" EXP2 =~":meffdate~" ) ) ARG(NAME = ~"mpaytable~" TYPE = string) ARG(NAME = ~"mcadre~" TYPE = string) ARG(NAME = ~"madcode~" TYPE = string) ARG(NAME = ~"meffdate~" TYPE = datetime) " update="CADRE_AD" updatewhere=0 updatekeyinplace=no arguments=(("mpaytable", string),("mcadre", string),("madcode", string),("meffdate", datetime)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cadre_ad~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"cadre_ad.pay_table~") COLUMN(NAME=~"cadre_ad.cadre_code~") COLUMN(NAME=~"cadre_ad.ad_code~") COLUMN(NAME=~"cadre_ad.eff_date~") COLUMN(NAME=~"cadre_ad.exp_date~") COLUMN(NAME=~"cadre_ad.type~") COLUMN(NAME=~"cadre_ad.prop_yn~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"cadre_ad.chg_date~") COLUMN(NAME=~"cadre_ad.chg_user~") COLUMN(NAME=~"cadre_ad.chg_term~") COLUMN(NAME=~"cadre_ad.amount~") COLUMN(NAME=~"cadre_ad.min_basic~") COLUMN(NAME=~"cadre_ad.max_basic~") COLUMN(NAME=~"cadre_ad.min_amt~") COLUMN(NAME=~"cadre_ad.max_amt~") JOIN (LEFT=~"cadre_ad.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" )WHERE( EXP1 =~"cadre_ad.pay_table~" OP =~"=~" EXP2 =~":mpaytable~" LOGIC =~"and~" ) WHERE( EXP1 =~"cadre_ad.cadre_code~" OP =~"=~" EXP2 =~":mcadre~" LOGIC =~"and~" ) WHERE( EXP1 =~"cadre_ad.ad_code~" OP =~"=~" EXP2 =~":madcode~" LOGIC =~"and~" ) WHERE( EXP1 =~"cadre_ad.eff_date~" OP =~"=~" EXP2 =~":meffdate~" ) ) ARG(NAME = ~"mpaytable~" TYPE = string) ARG(NAME = ~"mcadre~" TYPE = string) ARG(NAME = ~"madcode~" TYPE = string) ARG(NAME = ~"meffdate~" TYPE = datetime) " update="CADRE_AD" updatewhere=0 updatekeyinplace=no arguments=(("mpaytable", string),("mcadre", string),("madcode", string),("meffdate", datetime)) )
groupbox(band=detail text="Others"border="2" color="0" x="14" y="179" height="110" width="552" 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" ) groupbox(band=detail text="Others"border="2" color="0" x="14" y="179" height="110" width="552" 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" )
groupbox(band=detail text="Basic"border="2" color="0" x="14" y="7" height="162" width="549" 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="Basic"border="2" color="0" x="15" y="7" height="162" width="549" 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" )
text(band=detail alignment="1" text="Type:" border="0" color="0" x="253" y="80" height="20" width="35" 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" ) text(band=detail alignment="1" text="Type:" border="0" color="0" x="253" y="80" height="20" width="35" 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" )
text(band=detail alignment="1" text="Allow/Dedn Code :" border="0" color="0" x="45" y="29" height="20" width="106" 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=detail alignment="1" text="Allow/Dedn Code :" border="0" color="0" x="45" y="29" height="20" width="106" 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=3 alignment="0" tabsequence=10 border="5" color="0" x="154" y="29" height="20" width="54" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="0" x="154" y="29" height="20" width="54" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="255" x="212" y="29" height="20" width="322" format="[general]" html.valueishtml="0" name=allwdedn_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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="255" x="212" y="29" height="20" width="322" format="[general]" html.valueishtml="0" name=allwdedn_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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Expiry date :" border="0" color="0" x="330" y="56" height="20" width="106" 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="Expiry date :" border="0" color="0" x="332" y="55" height="20" width="106" 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" )
column(band=detail id=5 alignment="0" tabsequence=30 border="5" color="0" x="441" y="55" height="20" width="93" format="[shortdate] [time]" html.valueishtml="0" name=exp_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=5 alignment="0" tabsequence=30 border="5" color="0" x="441" y="55" height="20" width="93" format="[shortdate] [time]" html.valueishtml="0" name=exp_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=6 alignment="0" tabsequence=50 border="5" color="0" x="293" y="80" height="18" width="105" format="[general]" html.valueishtml="0" name=type visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.nilisnull=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=6 alignment="0" tabsequence=50 border="5" color="0" x="293" y="80" height="18" width="105" format="[general]" html.valueishtml="0" name=type visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.nilisnull=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" )
text(band=detail alignment="1" text="Proportionate:" border="0" color="0" x="404" y="80" height="20" width="83" 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="Proportionate:" border="0" color="0" x="404" y="80" height="20" width="83" 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" )
...@@ -37,7 +37,7 @@ text(band=detail alignment="1" text="Max Base Amt. :" border="0" color="0" x="33 ...@@ -37,7 +37,7 @@ text(band=detail alignment="1" text="Max Base Amt. :" border="0" color="0" x="33
column(band=detail id=14 alignment="1" tabsequence=80 border="5" color="0" x="441" y="105" height="20" width="93" format="0.00" html.valueishtml="0" name=max_basic visible="1" edit.limit=13 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=14 alignment="1" tabsequence=80 border="5" color="0" x="441" y="105" height="20" width="93" format="0.00" html.valueishtml="0" name=max_basic visible="1" edit.limit=13 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="1" tabsequence=100 border="5" color="0" x="441" y="130" height="20" width="93" format="0.00" html.valueishtml="0" name=max_amt visible="1" edit.limit=13 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=16 alignment="1" tabsequence=100 border="5" color="0" x="441" y="130" height="20" width="93" format="0.00" html.valueishtml="0" name=max_amt visible="1" edit.limit=13 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Max Amt :" border="0" color="0" x="332" y="129" height="20" width="106" html.valueishtml="0" name=max_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=detail alignment="1" text="Max Amt :" border="0" color="0" x="332" y="129" height="20" width="106" html.valueishtml="0" name=max_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" )
column(band=detail id=4 alignment="0" tabsequence=20 border="5" color="0" x="154" y="57" height="20" width="93" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=20 border="5" color="0" x="154" y="55" height="20" width="93" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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="Amount :" border="0" color="0" x="45" y="80" height="20" width="106" html.valueishtml="0" name=amount_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="Amount :" border="0" color="0" x="45" y="80" height="20" width="106" html.valueishtml="0" name=amount_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=12 alignment="1" tabsequence=40 border="5" color="0" x="154" y="80" height="20" width="93" format="0.00" html.valueishtml="0" name=amount visible="1" edit.limit=13 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=12 alignment="1" tabsequence=40 border="5" color="0" x="154" y="80" height="20" width="93" format="0.00" html.valueishtml="0" name=amount visible="1" edit.limit=13 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Min Base Amt. :" border="0" color="0" x="45" y="104" height="20" width="106" html.valueishtml="0" name=min_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="Min Base Amt. :" border="0" color="0" x="45" y="104" height="20" width="106" html.valueishtml="0" name=min_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" )
......
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