Commit bc026e2d authored by dpingle's avatar dpingle

* Updated SRD and XMl file on [31/10/19]

grade_mthad11.xml
d_grade_mthad_brow.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210790 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 95e1adb4
......@@ -104,12 +104,14 @@
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>type</name>
<dbname>grade_mthad.type</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>amount</name>
<dbname>grade_mthad.amount</dbname>
......@@ -117,6 +119,7 @@
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>min_basic</name>
<dbname>grade_mthad.min_basic</dbname>
......@@ -124,6 +127,7 @@
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>max_basic</name>
<dbname>grade_mthad.max_basic</dbname>
......@@ -131,6 +135,7 @@
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>min_amt</name>
<dbname>grade_mthad.min_amt</dbname>
......@@ -138,6 +143,7 @@
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>max_amt</name>
<dbname>grade_mthad.max_amt</dbname>
......@@ -149,12 +155,6 @@
<name>prop_yn</name>
<dbname>grade_mthad.prop_yn</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>sh_descr</name>
<dbname>allwdedn.sh_descr</dbname>
</table_column>
<table_column>
<type>datetime</type>
<updatewhereclause>yes</updatewhereclause>
......@@ -168,13 +168,19 @@
<dbname>grade_mthad.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<type size="300">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>grade_mthad.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;grade_mthad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;grade_mthad.pay_table&quot;) COLUMN(NAME=&quot;grade_mthad.grade_code&quot;) COLUMN(NAME=&quot;grade_mthad.month_code&quot;) COLUMN(NAME=&quot;grade_mthad.ad_code&quot;) COLUMN(NAME=&quot;grade_mthad.eff_date&quot;) COLUMN(NAME=&quot;grade_mthad.type&quot;) COLUMN(NAME=&quot;grade_mthad.amount&quot;) COLUMN(NAME=&quot;grade_mthad.min_basic&quot;) COLUMN(NAME=&quot;grade_mthad.max_basic&quot;) COLUMN(NAME=&quot;grade_mthad.min_amt&quot;) COLUMN(NAME=&quot;grade_mthad.max_amt&quot;) COLUMN(NAME=&quot;grade_mthad.prop_yn&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;grade_mthad.chg_date&quot;) COLUMN(NAME=&quot;grade_mthad.chg_user&quot;) COLUMN(NAME=&quot;grade_mthad.chg_term&quot;) JOIN (LEFT=&quot;grade_mthad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; )WHERE( EXP1 =&quot;grade_mthad.pay_table&quot; OP =&quot;=&quot; EXP2 =&quot;:pay_table&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot; grade_mthad.grade_code&quot; OP =&quot;=&quot; EXP2 =&quot;:grade_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;grade_mthad.month_code&quot; OP =&quot;=&quot; EXP2 =&quot;:month_code&quot; ) ) ARG(NAME = &quot;pay_table&quot; TYPE = string) ARG(NAME = &quot;grade_code&quot; TYPE = string) ARG(NAME = &quot;month_code&quot; TYPE = string) </retrieve>
<update>grade_mthad</update>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>allwdedn_descr</name>
<dbname>allwdedn.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;grade_mthad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;grade_mthad.pay_table&quot;) COLUMN(NAME=&quot;grade_mthad.grade_code&quot;) COLUMN(NAME=&quot;grade_mthad.month_code&quot;) COLUMN(NAME=&quot;grade_mthad.ad_code&quot;) COLUMN(NAME=&quot;grade_mthad.eff_date&quot;) COLUMN(NAME=&quot;grade_mthad.type&quot;) COLUMN(NAME=&quot;grade_mthad.amount&quot;) COLUMN(NAME=&quot;grade_mthad.min_basic&quot;) COLUMN(NAME=&quot;grade_mthad.max_basic&quot;) COLUMN(NAME=&quot;grade_mthad.min_amt&quot;) COLUMN(NAME=&quot;grade_mthad.max_amt&quot;) COLUMN(NAME=&quot;grade_mthad.prop_yn&quot;) COLUMN(NAME=&quot;grade_mthad.chg_date&quot;) COLUMN(NAME=&quot;grade_mthad.chg_user&quot;) COLUMN(NAME=&quot;grade_mthad.chg_term&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;grade_mthad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; )WHERE( EXP1 =&quot;grade_mthad.pay_table&quot; OP =&quot;=&quot; EXP2 =&quot;:pay_table&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot; grade_mthad.grade_code&quot; OP =&quot;=&quot; EXP2 =&quot;:grade_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;grade_mthad.month_code&quot; OP =&quot;=&quot; EXP2 =&quot;:month_code&quot; ) ) ARG(NAME = &quot;pay_table&quot; TYPE = string) ARG(NAME = &quot;grade_code&quot; TYPE = string) ARG(NAME = &quot;month_code&quot; TYPE = string) </retrieve>
<update>GRADE_MTHAD</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -218,41 +224,13 @@
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Description</text>
<border>6</border>
<color>0</color>
<x>72</x>
<y>2</y>
<height>16</height>
<width>147</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sh_descr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Effective Date</text>
<border>6</border>
<color>0</color>
<x>221</x>
<x>183</x>
<y>2</y>
<height>16</height>
<width>86</width>
......@@ -280,7 +258,7 @@
<text>Type</text>
<border>6</border>
<color>0</color>
<x>309</x>
<x>271</x>
<y>2</y>
<height>16</height>
<width>68</width>
......@@ -308,7 +286,7 @@
<text>Amount</text>
<border>6</border>
<color>0</color>
<x>379</x>
<x>341</x>
<y>2</y>
<height>16</height>
<width>95</width>
......@@ -336,7 +314,7 @@
<text>Min. Base Amount</text>
<border>6</border>
<color>0</color>
<x>476</x>
<x>438</x>
<y>2</y>
<height>16</height>
<width>115</width>
......@@ -364,7 +342,7 @@
<text>Max. Base Amount</text>
<border>6</border>
<color>0</color>
<x>593</x>
<x>555</x>
<y>2</y>
<height>16</height>
<width>116</width>
......@@ -392,7 +370,7 @@
<text>Min. Amount</text>
<border>6</border>
<color>0</color>
<x>711</x>
<x>673</x>
<y>2</y>
<height>16</height>
<width>95</width>
......@@ -420,7 +398,7 @@
<text>Max. Amount</text>
<border>6</border>
<color>0</color>
<x>808</x>
<x>770</x>
<y>2</y>
<height>16</height>
<width>94</width>
......@@ -448,7 +426,7 @@
<text>Proportionate </text>
<border>6</border>
<color>0</color>
<x>904</x>
<x>866</x>
<y>2</y>
<height>16</height>
<width>88</width>
......@@ -476,7 +454,7 @@
<text>Pay Table</text>
<border>6</border>
<color>0</color>
<x>994</x>
<x>956</x>
<y>2</y>
<height>16</height>
<width>62</width>
......@@ -504,7 +482,7 @@
<text>Grade</text>
<border>6</border>
<color>0</color>
<x>1058</x>
<x>1020</x>
<y>2</y>
<height>16</height>
<width>40</width>
......@@ -532,7 +510,7 @@
<text>Month</text>
<border>6</border>
<color>0</color>
<x>1100</x>
<x>1062</x>
<y>2</y>
<height>16</height>
<width>68</width>
......@@ -560,7 +538,7 @@
<text>Chg Date</text>
<border>6</border>
<color>33554432</color>
<x>1170</x>
<x>1132</x>
<y>2</y>
<height>16</height>
<width>63</width>
......@@ -588,7 +566,7 @@
<text>Chg User</text>
<border>6</border>
<color>33554432</color>
<x>1235</x>
<x>1197</x>
<y>2</y>
<height>16</height>
<width>60</width>
......@@ -616,7 +594,7 @@
<text>Chg Term</text>
<border>6</border>
<color>33554432</color>
<x>1297</x>
<x>1259</x>
<y>2</y>
<height>16</height>
<width>64</width>
......@@ -638,29 +616,21 @@
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<y>2</y>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Allwdedn Descr</text>
<border>6</border>
<color>33554432</color>
<x>72</x>
<y>1</y>
<height>16</height>
<width>68</width>
<format>[general]</format>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<name>allwdedn_descr_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -670,26 +640,26 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>553648127</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>4</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>72</x>
<x>2</x>
<y>2</y>
<height>16</height>
<width>147</width>
<width>68</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sh_descr</name>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -717,7 +687,7 @@
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>221</x>
<x>183</x>
<y>2</y>
<height>16</height>
<width>86</width>
......@@ -753,7 +723,7 @@
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>309</x>
<x>271</x>
<y>2</y>
<height>16</height>
<width>68</width>
......@@ -789,7 +759,7 @@
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>379</x>
<x>341</x>
<y>2</y>
<height>16</height>
<width>95</width>
......@@ -825,7 +795,7 @@
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>476</x>
<x>438</x>
<y>2</y>
<height>16</height>
<width>115</width>
......@@ -861,7 +831,7 @@
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>593</x>
<x>555</x>
<y>2</y>
<height>16</height>
<width>116</width>
......@@ -897,7 +867,7 @@
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>711</x>
<x>673</x>
<y>2</y>
<height>16</height>
<width>95</width>
......@@ -933,7 +903,7 @@
<tabsequence>90</tabsequence>
<border>5</border>
<color>0</color>
<x>808</x>
<x>770</x>
<y>2</y>
<height>16</height>
<width>94</width>
......@@ -969,7 +939,7 @@
<tabsequence>100</tabsequence>
<border>5</border>
<color>0</color>
<x>904</x>
<x>866</x>
<y>2</y>
<height>16</height>
<width>88</width>
......@@ -1005,7 +975,7 @@
<tabsequence>110</tabsequence>
<border>5</border>
<color>0</color>
<x>994</x>
<x>956</x>
<y>2</y>
<height>16</height>
<width>62</width>
......@@ -1041,7 +1011,7 @@
<tabsequence>120</tabsequence>
<border>5</border>
<color>0</color>
<x>1058</x>
<x>1020</x>
<y>2</y>
<height>16</height>
<width>40</width>
......@@ -1077,7 +1047,7 @@
<tabsequence>130</tabsequence>
<border>5</border>
<color>0</color>
<x>1100</x>
<x>1062</x>
<y>2</y>
<height>16</height>
<width>68</width>
......@@ -1108,12 +1078,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
<color>0</color>
<x>1170</x>
<x>1132</x>
<y>2</y>
<height>16</height>
<width>63</width>
......@@ -1145,12 +1115,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>0</color>
<x>1235</x>
<x>1197</x>
<y>2</y>
<height>16</height>
<width>60</width>
......@@ -1182,12 +1152,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>160</tabsequence>
<border>5</border>
<color>0</color>
<x>1297</x>
<x>1259</x>
<y>2</y>
<height>16</height>
<width>64</width>
......@@ -1217,6 +1187,42 @@
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>0</border>
<color>0</color>
<x>72</x>
<y>1</y>
<height>16</height>
<width>109</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allwdedn_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -10,50 +10,50 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=pay_tab
column=(type=char(2) update=yes updatewhereclause=yes key=yes name=month_code dbname="grade_mthad.month_code" values="January 01/February 02/March 03/April 04/May 05/June 06/July 07/August 08/September 09/October 10/November 11/December 12/" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="grade_mthad.ad_code" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=eff_date dbname="grade_mthad.eff_date" )
column=(type=char(1) updatewhereclause=yes name=type dbname="grade_mthad.type" )
column=(type=decimal(3) updatewhereclause=yes name=amount dbname="grade_mthad.amount" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=min_basic dbname="grade_mthad.min_basic" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=max_basic dbname="grade_mthad.max_basic" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=min_amt dbname="grade_mthad.min_amt" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=max_amt dbname="grade_mthad.max_amt" initial="0" )
column=(type=char(1) update=yes updatewhereclause=yes name=type dbname="grade_mthad.type" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="grade_mthad.amount" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=min_basic dbname="grade_mthad.min_basic" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=max_basic dbname="grade_mthad.max_basic" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=min_amt dbname="grade_mthad.min_amt" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="grade_mthad.max_amt" initial="0" )
column=(type=char(1) updatewhereclause=yes name=prop_yn dbname="grade_mthad.prop_yn" )
column=(type=char(10) updatewhereclause=yes name=sh_descr dbname="allwdedn.sh_descr" )
column=(type=datetime updatewhereclause=yes name=chg_date dbname="grade_mthad.chg_date" )
column=(type=char(10) updatewhereclause=yes name=chg_user dbname="grade_mthad.chg_user" )
column=(type=char(15) updatewhereclause=yes name=chg_term dbname="grade_mthad.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"grade_mthad~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"grade_mthad.pay_table~") COLUMN(NAME=~"grade_mthad.grade_code~") COLUMN(NAME=~"grade_mthad.month_code~") COLUMN(NAME=~"grade_mthad.ad_code~") COLUMN(NAME=~"grade_mthad.eff_date~") COLUMN(NAME=~"grade_mthad.type~") COLUMN(NAME=~"grade_mthad.amount~") COLUMN(NAME=~"grade_mthad.min_basic~") COLUMN(NAME=~"grade_mthad.max_basic~") COLUMN(NAME=~"grade_mthad.min_amt~") COLUMN(NAME=~"grade_mthad.max_amt~") COLUMN(NAME=~"grade_mthad.prop_yn~") COLUMN(NAME=~"allwdedn.sh_descr~") COLUMN(NAME=~"grade_mthad.chg_date~") COLUMN(NAME=~"grade_mthad.chg_user~") COLUMN(NAME=~"grade_mthad.chg_term~") JOIN (LEFT=~"grade_mthad.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" )WHERE( EXP1 =~"grade_mthad.pay_table~" OP =~"=~" EXP2 =~":pay_table~" LOGIC =~"and~" ) WHERE( EXP1 =~" grade_mthad.grade_code~" OP =~"=~" EXP2 =~":grade_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"grade_mthad.month_code~" OP =~"=~" EXP2 =~":month_code~" ) ) ARG(NAME = ~"pay_table~" TYPE = string) ARG(NAME = ~"grade_code~" TYPE = string) ARG(NAME = ~"month_code~" TYPE = string) " update="grade_mthad" updatewhere=0 updatekeyinplace=no arguments=(("pay_table", string),("grade_code", string),("month_code", string)) )
column=(type=char(300) updatewhereclause=yes name=chg_term dbname="grade_mthad.chg_term" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"grade_mthad~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"grade_mthad.pay_table~") COLUMN(NAME=~"grade_mthad.grade_code~") COLUMN(NAME=~"grade_mthad.month_code~") COLUMN(NAME=~"grade_mthad.ad_code~") COLUMN(NAME=~"grade_mthad.eff_date~") COLUMN(NAME=~"grade_mthad.type~") COLUMN(NAME=~"grade_mthad.amount~") COLUMN(NAME=~"grade_mthad.min_basic~") COLUMN(NAME=~"grade_mthad.max_basic~") COLUMN(NAME=~"grade_mthad.min_amt~") COLUMN(NAME=~"grade_mthad.max_amt~") COLUMN(NAME=~"grade_mthad.prop_yn~") COLUMN(NAME=~"grade_mthad.chg_date~") COLUMN(NAME=~"grade_mthad.chg_user~") COLUMN(NAME=~"grade_mthad.chg_term~") COLUMN(NAME=~"allwdedn.descr~") JOIN (LEFT=~"grade_mthad.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" )WHERE( EXP1 =~"grade_mthad.pay_table~" OP =~"=~" EXP2 =~":pay_table~" LOGIC =~"and~" ) WHERE( EXP1 =~" grade_mthad.grade_code~" OP =~"=~" EXP2 =~":grade_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"grade_mthad.month_code~" OP =~"=~" EXP2 =~":month_code~" ) ) ARG(NAME = ~"pay_table~" TYPE = string) ARG(NAME = ~"grade_code~" TYPE = string) ARG(NAME = ~"month_code~" TYPE = string) " update="GRADE_MTHAD" updatewhere=0 updatekeyinplace=no arguments=(("pay_table", string),("grade_code", string),("month_code", string)) )
text(band=header alignment="2" text="A/D Code" border="6" color="0" x="2" y="2" height="16" width="68" 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="Description" border="6" color="0" x="72" y="2" height="16" width="147" html.valueishtml="0" name=sh_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="2" background.color="79741120" )
text(band=header alignment="2" text="Effective Date" border="6" color="0" x="221" y="2" height="16" width="86" 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" )
text(band=header alignment="2" text="Type" border="6" color="0" x="309" y="2" height="16" width="68" 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=header alignment="2" text="Amount" border="6" color="0" x="379" y="2" height="16" width="95" 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=header alignment="2" text="Min. Base Amount" border="6" color="0" x="476" y="2" height="16" width="115" 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=header alignment="2" text="Max. Base Amount" border="6" color="0" x="593" y="2" height="16" width="116" 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=header alignment="2" text="Min. Amount" border="6" color="0" x="711" y="2" height="16" width="95" html.valueishtml="0" name=min_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="2" background.color="79741120" )
text(band=header alignment="2" text="Max. Amount" border="6" color="0" x="808" y="2" height="16" width="94" 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="2" background.color="79741120" )
text(band=header alignment="2" text="Proportionate " border="6" color="0" x="904" y="2" height="16" width="88" 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=header alignment="2" text="Pay Table" border="6" color="0" x="994" y="2" height="16" width="62" html.valueishtml="0" name=pay_table_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="Grade" border="6" color="0" x="1058" y="2" height="16" width="40" html.valueishtml="0" name=grade_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="Month" border="6" color="0" x="1100" y="2" height="16" width="68" html.valueishtml="0" name=month_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="Chg Date" border="6" color="33554432" x="1170" y="2" height="16" width="63" 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="67108864" )
text(band=header alignment="2" text="Chg User" border="6" color="33554432" x="1235" y="2" height="16" width="60" html.valueishtml="0" name=chg_user_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="2" text="Chg Term" border="6" color="33554432" x="1297" y="2" height="16" width="64" html.valueishtml="0" name=chg_term_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="2" text="Effective Date" border="6" color="0" x="183" y="2" height="16" width="86" 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" )
text(band=header alignment="2" text="Type" border="6" color="0" x="271" y="2" height="16" width="68" 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=header alignment="2" text="Amount" border="6" color="0" x="341" y="2" height="16" width="95" 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=header alignment="2" text="Min. Base Amount" border="6" color="0" x="438" y="2" height="16" width="115" 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=header alignment="2" text="Max. Base Amount" border="6" color="0" x="555" y="2" height="16" width="116" 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=header alignment="2" text="Min. Amount" border="6" color="0" x="673" y="2" height="16" width="95" html.valueishtml="0" name=min_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="2" background.color="79741120" )
text(band=header alignment="2" text="Max. Amount" border="6" color="0" x="770" y="2" height="16" width="94" 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="2" background.color="79741120" )
text(band=header alignment="2" text="Proportionate " border="6" color="0" x="866" y="2" height="16" width="88" 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=header alignment="2" text="Pay Table" border="6" color="0" x="956" y="2" height="16" width="62" html.valueishtml="0" name=pay_table_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="Grade" border="6" color="0" x="1020" y="2" height="16" width="40" html.valueishtml="0" name=grade_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="Month" border="6" color="0" x="1062" y="2" height="16" width="68" html.valueishtml="0" name=month_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="Chg Date" border="6" color="33554432" x="1132" y="2" height="16" width="63" 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="67108864" )
text(band=header alignment="2" text="Chg User" border="6" color="33554432" x="1197" y="2" height="16" width="60" html.valueishtml="0" name=chg_user_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="2" text="Chg Term" border="6" color="33554432" x="1259" y="2" height="16" width="64" html.valueishtml="0" name=chg_term_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="2" text="Allwdedn Descr" border="6" color="33554432" x="72" y="1" height="16" width="109" html.valueishtml="0" name=allwdedn_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="553648127" )
column(band=detail id=4 alignment="0" tabsequence=10 border="5" color="0" x="2" y="2" height="16" width="68" 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=13 alignment="0" tabsequence=20 border="5" color="0" x="72" y="2" height="16" width="147" format="[general]" html.valueishtml="0" name=sh_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="16777215" )
column(band=detail id=5 alignment="0" tabsequence=30 border="5" color="0" x="221" y="2" height="16" width="86" format="[shortdate] [time]" html.valueishtml="0" name=eff_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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=40 border="5" color="0" x="309" y="2" height="16" width="68" format="[general]" html.valueishtml="0" name=type 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=7 alignment="1" tabsequence=50 border="5" color="0" x="379" y="2" height="16" width="95" format="0.00" html.valueishtml="0" name=amount 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=8 alignment="1" tabsequence=60 border="5" color="0" x="476" y="2" height="16" width="115" format="0.00" html.valueishtml="0" name=min_basic 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=9 alignment="1" tabsequence=70 border="5" color="0" x="593" y="2" height="16" width="116" format="0.00" html.valueishtml="0" name=max_basic 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=10 alignment="1" tabsequence=80 border="5" color="0" x="711" y="2" height="16" width="95" format="0.00" html.valueishtml="0" name=min_amt 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=11 alignment="1" tabsequence=90 border="5" color="0" x="808" y="2" height="16" width="94" format="0.00" html.valueishtml="0" name=max_amt 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=12 alignment="0" tabsequence=100 border="5" color="0" x="904" y="2" height="16" width="88" format="[general]" html.valueishtml="0" name=prop_yn 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=110 border="5" color="0" x="994" y="2" height="16" width="62" format="[general]" html.valueishtml="0" name=pay_table 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=120 border="5" color="0" x="1058" y="2" height="16" width="40" format="[general]" html.valueishtml="0" name=grade_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=3 alignment="0" tabsequence=130 border="5" color="0" x="1100" y="2" height="16" width="68" format="[general]" html.valueishtml="0" name=month_code visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any 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=14 alignment="0" tabsequence=140 border="5" color="0" x="1170" y="2" height="16" width="63" format="[shortdate] [time]" html.valueishtml="0" name=chg_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="16777215" )
column(band=detail id=15 alignment="0" tabsequence=150 border="5" color="0" x="1235" y="2" height="16" width="60" format="[general]" html.valueishtml="0" name=chg_user 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="16777215" )
column(band=detail id=16 alignment="0" tabsequence=160 border="5" color="0" x="1297" y="2" height="16" width="64" format="[general]" html.valueishtml="0" name=chg_term 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="16777215" )
column(band=detail id=5 alignment="0" tabsequence=30 border="5" color="0" x="183" y="2" height="16" width="86" format="[shortdate] [time]" html.valueishtml="0" name=eff_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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=40 border="5" color="0" x="271" y="2" height="16" width="68" format="[general]" html.valueishtml="0" name=type 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=7 alignment="1" tabsequence=50 border="5" color="0" x="341" y="2" height="16" width="95" format="0.00" html.valueishtml="0" name=amount 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=8 alignment="1" tabsequence=60 border="5" color="0" x="438" y="2" height="16" width="115" format="0.00" html.valueishtml="0" name=min_basic 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=9 alignment="1" tabsequence=70 border="5" color="0" x="555" y="2" height="16" width="116" format="0.00" html.valueishtml="0" name=max_basic 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=10 alignment="1" tabsequence=80 border="5" color="0" x="673" y="2" height="16" width="95" format="0.00" html.valueishtml="0" name=min_amt 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=11 alignment="1" tabsequence=90 border="5" color="0" x="770" y="2" height="16" width="94" format="0.00" html.valueishtml="0" name=max_amt 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=12 alignment="0" tabsequence=100 border="5" color="0" x="866" y="2" height="16" width="88" format="[general]" html.valueishtml="0" name=prop_yn 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=110 border="5" color="0" x="956" y="2" height="16" width="62" format="[general]" html.valueishtml="0" name=pay_table 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=120 border="5" color="0" x="1020" y="2" height="16" width="40" format="[general]" html.valueishtml="0" name=grade_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=3 alignment="0" tabsequence=130 border="5" color="0" x="1062" y="2" height="16" width="68" format="[general]" html.valueishtml="0" name=month_code visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any 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=13 alignment="0" tabsequence=140 border="5" color="0" x="1132" y="2" height="16" width="63" format="[shortdate] [time]" html.valueishtml="0" name=chg_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="16777215" )
column(band=detail id=14 alignment="0" tabsequence=150 border="5" color="0" x="1197" y="2" height="16" width="60" format="[general]" html.valueishtml="0" name=chg_user 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="16777215" )
column(band=detail id=15 alignment="0" tabsequence=160 border="5" color="0" x="1259" y="2" height="16" width="64" format="[general]" html.valueishtml="0" name=chg_term 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="16777215" )
column(band=detail id=16 alignment="0" tabsequence=20 border="0" color="0" x="72" y="1" height="16" width="109" 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="16777215" )
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 )
......
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