Commit faf632c6 authored by pbhosale's avatar pbhosale

Updated On [24/10/2019]

emp_ad11.xml
emp_ad21.xml
w_emp_ad.sql
d_emp_allwdedn_brow.srd
d_emp_allwdedn_edit.srd
EmployeeAdIC.java

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210546 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 49389d42
...@@ -127,5 +127,12 @@ update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'ad_code',THUMB_OBJ ...@@ -127,5 +127,12 @@ update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'ad_code',THUMB_OBJ
----------------------------------------------------[21/10/19][END] ----------------------------------------------------[21/10/19][END]
----------------------------------------------------[24/10/19][START]
update OBJ_FORMS set TRAN_ID_COL = 'TRAN_ID' where WIN_NAME = 'w_emp_ad';
update transetup set tran_id_col = 'TRAN_ID' where tran_window = 'w_emp_ad';
----------------------------------------------------[24/10/19][END]
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>emp_code</name> <name>emp_code</name>
<dbname>employee_ad.emp_code</dbname> <dbname>employee_ad.emp_code</dbname>
</table_column> </table_column>
...@@ -60,21 +59,18 @@ ...@@ -60,21 +59,18 @@
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>ad_code</name> <name>ad_code</name>
<dbname>employee_ad.ad_code</dbname> <dbname>employee_ad.ad_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>eff_date</name> <name>eff_date</name>
<dbname>employee_ad.eff_date</dbname> <dbname>employee_ad.eff_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>exp_date</name> <name>exp_date</name>
<dbname>employee_ad.exp_date</dbname> <dbname>employee_ad.exp_date</dbname>
</table_column> </table_column>
...@@ -154,7 +150,7 @@ ...@@ -154,7 +150,7 @@
<dbname>employee_ad.chg_term</dbname> <dbname>employee_ad.chg_term</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>descr</name> <name>descr</name>
<dbname>allwdedn.descr</dbname> <dbname>allwdedn.descr</dbname>
...@@ -195,7 +191,15 @@ ...@@ -195,7 +191,15 @@
<name>emp_lname</name> <name>emp_lname</name>
<dbname>employee.emp_lname</dbname> <dbname>employee.emp_lname</dbname>
</table_column> </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.amount&quot;) COLUMN(NAME=&quot;employee_ad.min_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_basic&quot;) COLUMN(NAME=&quot;employee_ad.min_amt&quot;) COLUMN(NAME=&quot;employee_ad.max_amt&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.descr&quot;) COLUMN(NAME=&quot;employee.pay_site&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.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&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.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code&quot; ) ) ORDER(NAME=&quot;employee_ad.emp_code&quot; ASC=yes ) ORDER(NAME=&quot;employee_ad.ad_code&quot; ASC=yes ) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve> <table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_id</name>
<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.amount&quot;) COLUMN(NAME=&quot;employee_ad.min_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_basic&quot;) COLUMN(NAME=&quot;employee_ad.min_amt&quot;) COLUMN(NAME=&quot;employee_ad.max_amt&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.descr&quot;) COLUMN(NAME=&quot;employee.pay_site&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.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&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.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code&quot; ) ) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve>
<update>employee_ad</update> <update>employee_ad</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -792,6 +796,34 @@ ...@@ -792,6 +796,34 @@
<color>12632256</color> <color>12632256</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Tran Id</text>
<border>0</border>
<color>33554432</color>
<x>1761</x>
<y>1</y>
<height>16</height>
<width>118</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
...@@ -1561,6 +1593,42 @@ ...@@ -1561,6 +1593,42 @@
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color> <color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>1761</x>
<y>1</y>
<height>15</height>
<width>118</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</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> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>79741120</color> <color>67108864</color>
<processing>0</processing> <processing>0</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>emp_code</name> <name>emp_code</name>
<dbname>employee_ad.emp_code</dbname> <dbname>employee_ad.emp_code</dbname>
</table_column> </table_column>
...@@ -55,7 +54,6 @@ ...@@ -55,7 +54,6 @@
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>ad_code</name> <name>ad_code</name>
<dbname>employee_ad.ad_code</dbname> <dbname>employee_ad.ad_code</dbname>
</table_column> </table_column>
...@@ -63,7 +61,6 @@ ...@@ -63,7 +61,6 @@
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>eff_date</name> <name>eff_date</name>
<dbname>employee_ad.eff_date</dbname> <dbname>employee_ad.eff_date</dbname>
</table_column> </table_column>
...@@ -71,7 +68,6 @@ ...@@ -71,7 +68,6 @@
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>exp_date</name> <name>exp_date</name>
<dbname>employee_ad.exp_date</dbname> <dbname>employee_ad.exp_date</dbname>
</table_column> </table_column>
...@@ -114,7 +110,7 @@ ...@@ -114,7 +110,7 @@
<dbname>employee_ad.chg_user</dbname> <dbname>employee_ad.chg_user</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="300">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_term</name> <name>chg_term</name>
...@@ -184,7 +180,6 @@ ...@@ -184,7 +180,6 @@
<dbname>employee_ad.ref_type</dbname> <dbname>employee_ad.ref_type</dbname>
<initial>O</initial> <initial>O</initial>
<values> <values>
<item display="Loans" data="L"/>
<item display="Others" data="O"/> <item display="Others" data="O"/>
<item display="Transfer" data="T"/> <item display="Transfer" data="T"/>
<item display="Promotion // Increment" data="P"/> <item display="Promotion // Increment" data="P"/>
...@@ -195,6 +190,7 @@ ...@@ -195,6 +190,7 @@
<item display="IT Declaration" data="I"/> <item display="IT Declaration" data="I"/>
<item display="Income Tax Processing" data="X"/> <item display="Income Tax Processing" data="X"/>
<item display="Interest" data="N"/> <item display="Interest" data="N"/>
<item display="Loans" data="L"/>
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
...@@ -236,26 +232,28 @@ ...@@ -236,26 +232,28 @@
<name>emp_code__aprv</name> <name>emp_code__aprv</name>
<dbname>employee_ad.emp_code__aprv</dbname> <dbname>employee_ad.emp_code__aprv</dbname>
</table_column> </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_ad.confirmed&quot;) COLUMN(NAME=&quot;employee_ad.conf_date&quot;) COLUMN(NAME=&quot;employee_ad.emp_code__aprv&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.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;employee_ad.ad_code&quot; OP =&quot;=&quot; EXP2 =&quot;:madcd&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;employee_ad.eff_date&quot; OP =&quot;=&quot; EXP2 =&quot;:meff_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;employee_ad.exp_date&quot; OP =&quot;=&quot; EXP2 =&quot;:mexp_date&quot; ) ) ARG(NAME = &quot;emp&quot; TYPE = string) ARG(NAME = &quot;madcd&quot; TYPE = string) ARG(NAME = &quot;meff_date&quot; TYPE = datetime) ARG(NAME = &quot;mexp_date&quot; TYPE = datetime) </retrieve> <table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_id</name>
<dbname>employee_ad.tran_id</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_name</name>
<dbname>emp_name</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_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;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee_ad.emp_code,&apos;FL1&apos;) as emp_name&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;:mtran_id&quot; ) ) ARG(NAME = &quot;mtran_id&quot; TYPE = string) </retrieve>
<update>employee_ad</update> <update>employee_ad</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
<name>emp</name> <name>mtran_id</name>
<type>string</type> <type>string</type>
</argument> </argument>
<argument>
<name>madcd</name>
<type>string</type>
</argument>
<argument>
<name>meff_date</name>
<type>datetime</type>
</argument>
<argument>
<name>mexp_date</name>
<type>datetime</type>
</argument>
</TableDefinition> </TableDefinition>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
...@@ -264,7 +262,7 @@ ...@@ -264,7 +262,7 @@
<color>33554432</color> <color>33554432</color>
<x>10</x> <x>10</x>
<y>5</y> <y>5</y>
<height>185</height> <height>224</height>
<width>472</width> <width>472</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
...@@ -287,8 +285,8 @@ ...@@ -287,8 +285,8 @@
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>10</x> <x>10</x>
<y>198</y> <y>240</y>
<height>185</height> <height>166</height>
<width>472</width> <width>472</width>
<name>gb_2</name> <name>gb_2</name>
<visible>1</visible> <visible>1</visible>
...@@ -308,17 +306,17 @@ ...@@ -308,17 +306,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Max Amt :</text> <text>A/D Code :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>294</x> <x>16</x>
<y>134</y> <y>57</y>
<height>19</height> <height>19</height>
<width>67</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_amt_t</name> <name>ad_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -333,21 +331,31 @@ ...@@ -333,21 +331,31 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>2</id>
<text>Max Base Amt. :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>20</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>261</x> <x>119</x>
<y>106</y> <y>57</y>
<height>19</height> <height>19</height>
<width>100</width> <width>46</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_basic_t</name> <name>ad_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -358,24 +366,32 @@ ...@@ -358,24 +366,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>11</id>
<text>Type :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>222</x> <color>255</color>
<y>78</y> <x>170</x>
<y>57</y>
<height>19</height> <height>19</height>
<width>139</width> <width>289</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>type_t</name> <name>allwdedn_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -388,21 +404,21 @@ ...@@ -388,21 +404,21 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Expiry date :</text> <text>Effective date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>192</x> <x>16</x>
<y>51</y> <y>84</y>
<height>19</height> <height>19</height>
<width>186</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>exp_date_t</name> <name>eff_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -419,28 +435,25 @@ ...@@ -419,28 +435,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>119</x>
<y>24</y> <y>84</y>
<height>19</height> <height>19</height>
<width>46</width> <width>68</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code</name> <name>eff_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle name="datetime" style="editmask">
<limit>5</limit> <mask>dd/mm/yy</mask>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -455,22 +468,50 @@ ...@@ -455,22 +468,50 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Expiry date :</text>
<border>0</border>
<color>0</color>
<x>192</x>
<y>84</y>
<height>19</height>
<width>186</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>exp_date_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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>382</x>
<y>51</y> <y>84</y>
<height>19</height> <height>19</height>
<width>68</width> <width>77</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>eff_date</name> <name>exp_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="datetime" style="editmask"> <EditStyle name="datetime" style="editmask">
<mask>dd/mm/yy</mask> <mask>dd/mm/yy</mask>
...@@ -490,32 +531,21 @@ ...@@ -490,32 +531,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>12</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>40</tabsequence> <text>Amount :</text>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>119</x> <x>16</x>
<y>78</y> <y>111</y>
<height>19</height> <height>19</height>
<width>94</width> <width>99</width>
<format>0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount</name> <name>amount_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>13</limit>
<case>any</case>
<format>0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -526,30 +556,30 @@ ...@@ -526,30 +556,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>12</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>60</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>119</x>
<y>106</y> <y>111</y>
<height>19</height> <height>19</height>
<width>94</width> <width>94</width>
<format>0.00</format> <format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_basic</name> <name>amount</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>13</limit> <limit>13</limit>
<case>any</case> <case>any</case>
<format>0.00</format> <format>#######0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -568,32 +598,21 @@ ...@@ -568,32 +598,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>16</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>80</tabsequence> <text>Type :</text>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>119</x> <x>222</x>
<y>134</y> <y>111</y>
<height>19</height> <height>19</height>
<width>94</width> <width>139</width>
<format>0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_amt</name> <name>type_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>14</limit>
<case>any</case>
<format>0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -604,30 +623,30 @@ ...@@ -604,30 +623,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>170</x> <x>365</x>
<y>24</y> <y>111</y>
<height>19</height> <height>19</height>
<width>289</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>allwdedn_descr</name> <name>type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>0</limit> <limit>1</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -640,31 +659,24 @@ ...@@ -640,31 +659,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Proportionate :</text>
<tabsequence>30</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>382</x> <x>16</x>
<y>51</y> <y>194</y>
<height>19</height> <height>19</height>
<width>77</width> <width>99</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>exp_date</name> <name>prop_yn_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="datetime" style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -675,25 +687,25 @@ ...@@ -675,25 +687,25 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>365</x> <x>119</x>
<y>78</y> <y>194</y>
<height>19</height> <height>19</height>
<width>94</width> <width>62</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>type</name> <name>prop_yn</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>1</limit> <limit>1</limit>
...@@ -714,32 +726,21 @@ ...@@ -714,32 +726,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>14</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>70</tabsequence> <text>Ref No. :</text>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>365</x> <x>323</x>
<y>106</y> <y>262</y>
<height>19</height> <height>19</height>
<width>94</width> <width>56</width>
<format>0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_basic</name> <name>ref_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>13</limit>
<case>any</case>
<format>0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -750,33 +751,30 @@ ...@@ -750,33 +751,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>21</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>365</x> <x>144</x>
<y>134</y> <y>317</y>
<height>19</height> <height>19</height>
<width>94</width> <width>93</width>
<format>0.00</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_amt</name> <name>conf_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>13</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<format>0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -789,25 +787,53 @@ ...@@ -789,25 +787,53 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ref Type :</text>
<border>0</border>
<color>0</color>
<x>16</x>
<y>263</y>
<height>19</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_type_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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>119</x>
<y>161</y> <y>263</y>
<height>19</height> <height>19</height>
<width>62</width> <width>157</width>
<format>[Yes/No]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prop_yn</name> <name>ref_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>1</limit> <limit>1</limit>
...@@ -828,21 +854,31 @@ ...@@ -828,21 +854,31 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>18</id>
<text>Proportionate :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>130</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>16</x> <x>383</x>
<y>161</y> <y>262</y>
<height>19</height> <height>19</height>
<width>99</width> <width>76</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prop_yn_t</name> <name>ref_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -853,24 +889,32 @@ ...@@ -853,24 +889,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>19</id>
<text>A/D Code :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>16</x> <color>255</color>
<y>24</y> <x>119</x>
<y>290</y>
<height>19</height> <height>19</height>
<width>99</width> <width>72</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code_t</name> <name>pay_site</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -881,23 +925,23 @@ ...@@ -881,23 +925,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Effective date :</text> <text>Confirmed :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>16</x> <x>315</x>
<y>51</y> <y>290</y>
<height>19</height> <height>19</height>
<width>99</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>eff_date_t</name> <name>confirmed_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -912,21 +956,29 @@ ...@@ -912,21 +956,29 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>20</id>
<text>Amount :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>16</x> <color>255</color>
<y>78</y> <x>418</x>
<y>290</y>
<height>19</height> <height>19</height>
<width>99</width> <width>41</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>confirmed</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -939,21 +991,21 @@ ...@@ -939,21 +991,21 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Min Base Amt. :</text> <text>Pay Site :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>16</x> <x>16</x>
<y>106</y> <y>290</y>
<height>19</height> <height>19</height>
<width>99</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_basic_t</name> <name>pay_site_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -971,17 +1023,17 @@ ...@@ -971,17 +1023,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Min Amt :</text> <text>Confirmed By : </text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>16</x> <x>275</x>
<y>134</y> <y>317</y>
<height>19</height> <height>19</height>
<width>99</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_amt_t</name> <name>emp_code__aprv_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -996,21 +1048,29 @@ ...@@ -996,21 +1048,29 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>22</id>
<text>Emp Code:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>16</x> <color>255</color>
<y>263</y> <x>378</x>
<y>317</y>
<height>19</height> <height>19</height>
<width>99</width> <width>81</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>emp_code__aprv</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1023,23 +1083,23 @@ ...@@ -1023,23 +1083,23 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>119</x> <x>119</x>
<y>263</y> <y>344</y>
<height>19</height> <height>19</height>
<width>109</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>chg_user</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
...@@ -1065,17 +1125,45 @@ ...@@ -1065,17 +1125,45 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Pay Site :</text> <text>Confirmation Date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>308</x> <x>16</x>
<y>263</y> <y>317</y>
<height>19</height> <height>19</height>
<width>75</width> <width>124</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site_t</name> <name>conf_date_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>Detail</band>
<alignment>1</alignment>
<text>Chg Date:</text>
<border>0</border>
<color>0</color>
<x>262</x>
<y>344</y>
<height>19</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1092,25 +1180,27 @@ ...@@ -1092,25 +1180,27 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>387</x> <x>119</x>
<y>263</y> <y>371</y>
<height>19</height> <height>19</height>
<width>72</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1129,17 +1219,17 @@ ...@@ -1129,17 +1219,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmation Date :</text> <text>Chg User:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>238</x> <x>16</x>
<y>289</y> <y>344</y>
<height>19</height> <height>19</height>
<width>124</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_1</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1157,17 +1247,45 @@ ...@@ -1157,17 +1247,45 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmed :</text> <text>Chg Term:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>16</x> <x>16</x>
<y>289</y> <y>371</y>
<height>19</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_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>Detail</band>
<alignment>1</alignment>
<text>Tran Id:</text>
<border>0</border>
<color>0</color>
<x>236</x>
<y>371</y>
<height>19</height> <height>19</height>
<width>99</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_2</name> <name>tran_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1184,25 +1302,27 @@ ...@@ -1184,25 +1302,27 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>119</x> <x>365</x>
<y>289</y> <y>344</y>
<height>19</height> <height>19</height>
<width>41</width> <width>94</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1215,28 +1335,28 @@ ...@@ -1215,28 +1335,28 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>366</x> <x>339</x>
<y>289</y> <y>371</y>
<height>19</height> <height>19</height>
<width>93</width> <width>120</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <name>tran_id</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1251,23 +1371,23 @@ ...@@ -1251,23 +1371,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmed By : </text> <text>Emp Code:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>16</x> <x>16</x>
<y>316</y> <y>30</y>
<height>19</height> <height>19</height>
<width>99</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_3</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1284,25 +1404,27 @@ ...@@ -1284,25 +1404,27 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>119</x> <x>119</x>
<y>316</y> <y>30</y>
<height>19</height> <height>19</height>
<width>81</width> <width>65</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1315,60 +1437,30 @@ ...@@ -1315,60 +1437,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User:</text>
<border>0</border>
<color>0</color>
<x>262</x>
<y>316</y>
<height>19</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>24</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>365</x> <x>190</x>
<y>316</y> <y>30</y>
<height>19</height> <height>19</height>
<width>94</width> <width>269</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>emp_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1387,17 +1479,17 @@ ...@@ -1387,17 +1479,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Date:</text> <text>Min Base Amt. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>16</x> <x>16</x>
<y>342</y> <y>138</y>
<height>19</height> <height>19</height>
<width>99</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>min_basic_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1414,24 +1506,25 @@ ...@@ -1414,24 +1506,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>13</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>119</x> <x>119</x>
<y>342</y> <y>138</y>
<height>19</height> <height>19</height>
<width>94</width> <width>94</width>
<format>[shortdate] [time]</format> <format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>min_basic</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>13</limit>
<case>any</case> <case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1447,23 +1540,23 @@ ...@@ -1447,23 +1540,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Term:</text> <text>Max Base Amt. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>262</x> <x>261</x>
<y>342</y> <y>138</y>
<height>19</height> <height>19</height>
<width>99</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>max_basic_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1480,24 +1573,25 @@ ...@@ -1480,24 +1573,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>14</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>365</x> <x>365</x>
<y>342</y> <y>138</y>
<height>19</height> <height>19</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>max_basic</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>13</limit>
<case>any</case> <case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1513,31 +1607,61 @@ ...@@ -1513,31 +1607,61 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Min Amt :</text>
<border>0</border>
<color>0</color>
<x>16</x>
<y>166</y>
<height>19</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>min_amt_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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>16</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>110</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>119</x>
<y>237</y> <y>166</y>
<height>19</height> <height>19</height>
<width>157</width> <width>94</width>
<format>[general]</format> <format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ref_type</name> <name>min_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>14</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<vscrollbar>yes</vscrollbar> <format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1556,17 +1680,17 @@ ...@@ -1556,17 +1680,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Ref No. :</text> <text>Max Amt :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>323</x> <x>294</x>
<y>236</y> <y>166</y>
<height>19</height> <height>19</height>
<width>56</width> <width>67</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ref_no_t</name> <name>max_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1583,24 +1707,25 @@ ...@@ -1583,24 +1707,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>15</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>120</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>383</x> <x>366</x>
<y>236</y> <y>166</y>
<height>19</height> <height>19</height>
<width>76</width> <width>94</width>
<format>[general]</format> <format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ref_no</name> <name>max_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>13</limit>
<case>upper</case> <case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1619,34 +1744,6 @@ ...@@ -1619,34 +1744,6 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ref Type :</text>
<border>0</border>
<color>0</color>
<x>16</x>
<y>237</y>
<height>19</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_type_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>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
$PBExportHeader$d_finent_acctprd21.srd $PBExportHeader$d_emp_allwdedn_brow.srd
release 9; release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ) datawindow(units=1 timer_interval=0 color=79741120 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=6 color="536870912" ) 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=475 color="536870912" ) detail(height=22 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=fin_entity dbname="finent_acctprd.fin_entity" ) table(column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="employee_ad.emp_code" )
column=(type=char(60) updatewhereclause=yes name=finent_descr dbname="finent.descr" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="employee_ad.ad_code" )
column=(type=char(6) update=yes updatewhereclause=yes key=yes name=acct_prd dbname="finent_acctprd.acct_prd" ) column=(type=datetime updatewhereclause=yes name=eff_date dbname="employee_ad.eff_date" )
column=(type=char(30) update=yes updatewhereclause=yes name=descr dbname="finent_acctprd.descr" ) column=(type=datetime updatewhereclause=yes name=exp_date dbname="employee_ad.exp_date" )
column=(type=datetime update=yes updatewhereclause=yes name=fr_date dbname="finent_acctprd.fr_date" ) column=(type=char(1) update=yes updatewhereclause=yes name=type dbname="employee_ad.type" values="Fixed F/Percentage P/Not Applicable /" )
column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="finent_acctprd.to_date" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="employee_ad.amount" )
column=(type=datetime update=yes updatewhereclause=yes name=it_fr_date dbname="finent_acctprd.it_fr_date" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=min_basic dbname="employee_ad.min_basic" )
column=(type=datetime update=yes updatewhereclause=yes name=it_to_date dbname="finent_acctprd.it_to_date" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=max_basic dbname="employee_ad.max_basic" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="finent_acctprd.chg_date" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=min_amt dbname="employee_ad.min_amt" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="finent_acctprd.chg_user" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="employee_ad.max_amt" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="finent_acctprd.chg_term" ) column=(type=char(1) update=yes updatewhereclause=yes name=prop_yn dbname="employee_ad.prop_yn" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"finent~" ) TABLE(NAME=~"finent_acctprd~" ) COLUMN(NAME=~"finent_acctprd.fin_entity~") COLUMN(NAME=~"finent.descr~") COLUMN(NAME=~"finent_acctprd.acct_prd~") COLUMN(NAME=~"finent_acctprd.descr~") COLUMN(NAME=~"finent_acctprd.fr_date~") COLUMN(NAME=~"finent_acctprd.to_date~") COLUMN(NAME=~"finent_acctprd.it_fr_date~") COLUMN(NAME=~"finent_acctprd.it_to_date~") COLUMN(NAME=~"finent_acctprd.chg_date~") COLUMN(NAME=~"finent_acctprd.chg_user~") COLUMN(NAME=~"finent_acctprd.chg_term~") JOIN (LEFT=~"finent_acctprd.fin_entity~" OP =~"=~"RIGHT=~"finent.fin_entity~" )WHERE( EXP1 =~"~~~"FINENT_ACCTPRD~~~".~~~"FIN_ENTITY~~~"~" OP =~"=~" EXP2 =~":fin_entity~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"FINENT_ACCTPRD~~~".~~~"ACCT_PRD~~~"~" OP =~"=~" EXP2 =~":acct_prd~" ) ) ARG(NAME = ~"fin_entity~" TYPE = string) ARG(NAME = ~"acct_prd~" TYPE = string) " update="FINENT_ACCTPRD" updatewhere=0 updatekeyinplace=no arguments=(("fin_entity", string),("acct_prd", string)) ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee_ad.chg_date" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="25" y="25" height="200" width="465" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee_ad.chg_user" )
column(band=detail id=1 alignment="0" tabsequence=10 border="0" color="33554432" x="153" y="50" height="16" width="66" format="[general]" html.valueishtml="0" name=fin_entity visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="employee_ad.chg_term" )
column(band=detail id=3 alignment="0" tabsequence=20 border="0" color="33554432" x="153" y="78" height="16" width="66" format="[general]" html.valueishtml="0" name=acct_prd visible="1" edit.limit=6 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(40) updatewhereclause=yes name=descr dbname="allwdedn.descr" )
text(band=detail alignment="1" text="Financial Entity:" border="0" color="33554432" x="50" y="50" height="16" width="100" html.valueishtml="0" name=fin_entity_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
text(band=detail alignment="1" text="Accounting Period:" border="0" color="33554432" x="35" y="78" height="16" width="115" html.valueishtml="0" name=acct_prd_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(1) updatewhereclause=yes name=confirmed dbname="employee_ad.confirmed" )
text(band=detail alignment="1" text="Change Terminal:" border="0" color="33554432" x="42" y="190" height="16" width="108" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=datetime updatewhereclause=yes name=conf_date dbname="employee_ad.conf_date" )
text(band=detail alignment="1" text="Change Date:" border="0" color="33554432" x="58" y="162" height="16" width="92" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(10) updatewhereclause=yes name=emp_code__aprv dbname="employee_ad.emp_code__aprv" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="356" y="162" height="16" width="116" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="153" y="190" height="16" width="104" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="222" y="50" height="16" width="250" format="[general]" html.valueishtml="0" name=finent_descr visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="employee_ad.tran_id" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="153" y="162" height="16" width="104" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) 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.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=~"allwdedn.descr~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee_ad.confirmed~") COLUMN(NAME=~"employee_ad.conf_date~") COLUMN(NAME=~"employee_ad.emp_code__aprv~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") 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.emp_code~" OP =~"=~" EXP2 =~":emp_code~" ) ) ARG(NAME = ~"emp_code~" TYPE = string) " update="EMPLOYEE_AD" updatewhere=0 updatekeyinplace=no arguments=(("emp_code", string)) )
column(band=detail id=4 alignment="0" tabsequence=30 border="0" color="33554432" x="222" y="78" height="16" width="250" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="A/D Code" border="6" color="0" x="2" y="3" height="16" width="54" 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="Change User:" border="0" color="33554432" x="269" y="162" height="16" width="84" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Description" border="6" color="0" x="58" y="3" height="16" width="176" html.valueishtml="0" name=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=detail alignment="1" text="From Date:" border="0" color="33554432" x="58" y="106" height="16" width="92" html.valueishtml="0" name=fr_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Eff Date" border="6" color="0" x="236" y="3" height="16" width="71" 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" )
column(band=detail id=5 alignment="0" tabsequence=40 border="0" color="33554432" x="153" y="106" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=fr_date visible="1" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Valid upto" border="6" color="33554432" x="309" y="3" height="16" width="71" 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="To Date:" border="0" color="33554432" x="273" y="106" height="16" width="92" html.valueishtml="0" name=to_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Type" border="6" color="0" x="382" y="3" height="16" width="97" 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" )
column(band=detail id=6 alignment="0" tabsequence=50 border="0" color="33554432" x="368" y="106" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=to_date visible="1" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="1" text="Amount" border="6" color="0" x="481" y="3" height="16" width="88" 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="IT From Date:" border="0" color="33554432" x="58" y="134" height="16" width="92" html.valueishtml="0" name=it_fr_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="1" text="Min Basic" border="6" color="0" x="571" y="3" height="16" width="95" 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" )
column(band=detail id=7 alignment="0" tabsequence=60 border="0" color="33554432" x="153" y="134" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=it_fr_date visible="1" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="1" text="Max Basic" border="6" color="0" x="668" y="3" height="16" width="94" 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="IT To Date:" border="0" color="33554432" x="273" y="134" height="16" width="92" html.valueishtml="0" name=it_to_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="1" text="Min Amt" border="6" color="0" x="764" y="3" 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" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="368" y="134" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=it_to_date visible="1" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="1" text="Max Amt" border="6" color="0" x="861" y="3" height="16" width="93" 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="0" text="Prop Yn" border="6" color="0" x="956" y="3" height="16" width="44" 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="0" text="Chg Date" border="6" color="33554432" x="1002" y="3" height="16" width="81" 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" )
text(band=header alignment="0" text="Chg User" border="6" color="33554432" x="1085" y="3" height="16" width="83" 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="79741120" )
text(band=header alignment="0" text="Chg Term" border="6" color="33554432" x="1170" y="3" height="16" width="80" 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="79741120" )
text(band=header alignment="0" text="Pay Site" border="6" color="33554432" x="1252" y="3" height="16" width="53" 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="Confirmed" border="6" color="33554432" x="1307" y="3" height="16" width="57" 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=header alignment="0" text="Conf. Date" border="6" color="33554432" x="1366" y="3" height="16" width="59" 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" )
text(band=header alignment="0" text="Emp Code Aprv." border="6" color="33554432" x="1427" y="3" height="16" width="89" 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=header alignment="0" text="Emp Code" border="6" color="33554432" x="1518" y="3" height="16" width="85" 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="0" text="Fname" border="6" color="0" x="1605" y="3" height="16" width="76" html.valueishtml="0" name=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="12632256" )
text(band=header alignment="0" text="Lname" border="6" color="0" x="1683" y="3" height="16" width="76" html.valueishtml="0" name=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="12632256" )
text(band=header alignment="0" text="Tran Id" border="0" color="33554432" x="1761" y="1" height="16" width="118" html.valueishtml="0" name=tran_id_t visible="1" font.face="Liberation Sans" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="2" y="2" height="17" width="54" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=15 alignment="0" tabsequence=20 border="5" color="0" x="58" y="2" height="17" width="176" format="[general]" html.valueishtml="0" name=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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="236" y="2" height="17" width="71" 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="1" font.pitch="2" font.charset="0" background.mode="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="309" y="2" height="17" width="71" 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="0" background.color="1090519039~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="382" y="2" height="17" width="97" format="[general]" html.valueishtml="0" name=type visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=6 alignment="1" tabsequence=60 border="5" color="0" x="481" y="2" height="17" width="88" format="0.00" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=7 alignment="1" tabsequence=70 border="5" color="0" x="571" y="2" height="17" width="95" format="0.00" html.valueishtml="0" name=min_basic visible="1" edit.limit=0 edit.case=any 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=8 alignment="1" tabsequence=80 border="5" color="0" x="668" y="2" height="17" width="94" format="0.00" html.valueishtml="0" name=max_basic visible="1" edit.limit=0 edit.case=any 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=9 alignment="1" tabsequence=90 border="5" color="0" x="764" y="2" height="17" width="95" format="0.00" html.valueishtml="0" name=min_amt visible="1" edit.limit=0 edit.case=any 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=10 alignment="1" tabsequence=100 border="5" color="0" x="861" y="2" height="17" width="93" format="0.00" html.valueishtml="0" name=max_amt visible="1" edit.limit=0 edit.case=any 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="0" x="956" y="2" height="17" width="44" format="[general]" html.valueishtml="0" name=prop_yn visible="1" edit.limit=1 edit.case=any 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="0" background.color="1090519039~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=12 alignment="0" tabsequence=120 border="5" color="33554432" x="1002" y="2" height="17" width="81" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any 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="0" background.color="1090519039~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=13 alignment="0" tabsequence=130 border="5" color="33554432" x="1085" y="2" height="17" width="83" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any 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="0" background.color="1090519039~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1170" y="2" height="17" width="80" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any 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="0" background.color="1090519039~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=16 alignment="0" tabsequence=150 border="5" color="33554432" x="1252" y="2" height="17" width="53" 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="0" background.color="1090519039~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=17 alignment="0" tabsequence=160 border="5" color="0" x="1307" y="2" height="17" width="57" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=1 edit.case=upper 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=18 alignment="0" tabsequence=170 border="5" color="0" x="1366" y="2" height="17" width="59" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="1" edit.limit=0 edit.case=any 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=19 alignment="0" tabsequence=180 border="5" color="0" x="1427" y="2" height="17" width="89" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="1" edit.limit=10 edit.case=upper 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=1 alignment="0" tabsequence=190 border="5" color="33554432" x="1518" y="2" height="17" width="85" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any 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="0" background.color="1090519039~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="0" x="1605" y="2" height="17" width="76" 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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="0" x="1683" y="2" height="17" width="76" format="[general]" html.valueishtml="0" name=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="0" background.color="16777215~tif(ad_date < eff_date or ad_date > exp_date, rgb(255,128,64), rgb(255,255,255))" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="0" x="1761" y="1" height="15" width="118" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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" ) 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 )
......
$PBExportHeader$d_finent_acctprd21.srd $PBExportHeader$d_emp_allwdedn_edit.srd
release 9; release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ) datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
header(height=6 color="536870912" ) summary(height=3 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=475 color="536870912" ) detail(height=474 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=fin_entity dbname="finent_acctprd.fin_entity" ) table(column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="employee_ad.emp_code" )
column=(type=char(60) updatewhereclause=yes name=finent_descr dbname="finent.descr" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="employee_ad.ad_code" )
column=(type=char(6) update=yes updatewhereclause=yes key=yes name=acct_prd dbname="finent_acctprd.acct_prd" ) column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="employee_ad.eff_date" )
column=(type=char(30) update=yes updatewhereclause=yes name=descr dbname="finent_acctprd.descr" ) column=(type=datetime update=yes updatewhereclause=yes name=exp_date dbname="employee_ad.exp_date" )
column=(type=datetime update=yes updatewhereclause=yes name=fr_date dbname="finent_acctprd.fr_date" ) column=(type=char(1) update=yes updatewhereclause=yes name=type dbname="employee_ad.type" initial="F" values="Fixed F/Percentage P/Not Applicable /" )
column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="finent_acctprd.to_date" ) column=(type=char(1) update=yes updatewhereclause=yes name=prop_yn dbname="employee_ad.prop_yn" values="Yes Y/No N/" )
column=(type=datetime update=yes updatewhereclause=yes name=it_fr_date dbname="finent_acctprd.it_fr_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee_ad.chg_date" )
column=(type=datetime update=yes updatewhereclause=yes name=it_to_date dbname="finent_acctprd.it_to_date" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee_ad.chg_user" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="finent_acctprd.chg_date" ) column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="employee_ad.chg_term" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="finent_acctprd.chg_user" ) column=(type=char(10) updatewhereclause=yes name=sh_descr dbname="allwdedn.sh_descr" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="finent_acctprd.chg_term" ) column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"finent~" ) TABLE(NAME=~"finent_acctprd~" ) COLUMN(NAME=~"finent_acctprd.fin_entity~") COLUMN(NAME=~"finent.descr~") COLUMN(NAME=~"finent_acctprd.acct_prd~") COLUMN(NAME=~"finent_acctprd.descr~") COLUMN(NAME=~"finent_acctprd.fr_date~") COLUMN(NAME=~"finent_acctprd.to_date~") COLUMN(NAME=~"finent_acctprd.it_fr_date~") COLUMN(NAME=~"finent_acctprd.it_to_date~") COLUMN(NAME=~"finent_acctprd.chg_date~") COLUMN(NAME=~"finent_acctprd.chg_user~") COLUMN(NAME=~"finent_acctprd.chg_term~") JOIN (LEFT=~"finent_acctprd.fin_entity~" OP =~"=~"RIGHT=~"finent.fin_entity~" )WHERE( EXP1 =~"~~~"FINENT_ACCTPRD~~~".~~~"FIN_ENTITY~~~"~" OP =~"=~" EXP2 =~":fin_entity~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"FINENT_ACCTPRD~~~".~~~"ACCT_PRD~~~"~" OP =~"=~" EXP2 =~":acct_prd~" ) ) ARG(NAME = ~"fin_entity~" TYPE = string) ARG(NAME = ~"acct_prd~" TYPE = string) " update="FINENT_ACCTPRD" updatewhere=0 updatekeyinplace=no arguments=(("fin_entity", string),("acct_prd", string)) ) column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="employee_ad.amount" initial="0" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="25" y="25" height="200" width="465" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=min_basic dbname="employee_ad.min_basic" initial="0" validation="number(gettext()) >= 0 or isNull(gettext()) or trim(gettext()) = '.'" )
column(band=detail id=1 alignment="0" tabsequence=10 border="0" color="33554432" x="153" y="50" height="16" width="66" format="[general]" html.valueishtml="0" name=fin_entity visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=max_basic dbname="employee_ad.max_basic" initial="0" validation="number(gettext()) >= 0 or isNull(gettext()) or trim(gettext()) = '.'" )
column(band=detail id=3 alignment="0" tabsequence=20 border="0" color="33554432" x="153" y="78" height="16" width="66" format="[general]" html.valueishtml="0" name=acct_prd visible="1" edit.limit=6 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="employee_ad.max_amt" initial="0" validation="number(gettext()) >= 0 or isNull(gettext()) or trim(gettext()) = '.'" )
text(band=detail alignment="1" text="Financial Entity:" border="0" color="33554432" x="50" y="50" height="16" width="100" html.valueishtml="0" name=fin_entity_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=min_amt dbname="employee_ad.min_amt" initial="0" validation="number(gettext()) >= 0 or isNull(gettext()) or trim(gettext()) = '.'" )
text(band=detail alignment="1" text="Accounting Period:" border="0" color="33554432" x="35" y="78" height="16" width="115" html.valueishtml="0" name=acct_prd_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(1) update=yes updatewhereclause=yes name=ref_type dbname="employee_ad.ref_type" initial="O" values="Loans L/Others O/Transfer T/Promotion // Increment P/Drop Deduction D/Full & Final F/Perk Claims C/Leave Encashment E/IT Declaration I/Income Tax Processing X/Interest N/" )
text(band=detail alignment="1" text="Change Terminal:" border="0" color="33554432" x="42" y="190" height="16" width="108" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(15) update=yes updatewhereclause=yes name=ref_no dbname="employee_ad.ref_no" )
text(band=detail alignment="1" text="Change Date:" border="0" color="33554432" x="58" y="162" height="16" width="92" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="356" y="162" height="16" width="116" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="employee_ad.confirmed" initial="N" values="Yes Y/No N/" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="153" y="190" height="16" width="104" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="employee_ad.conf_date" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="222" y="50" height="16" width="250" format="[general]" html.valueishtml="0" name=finent_descr visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="employee_ad.emp_code__aprv" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="153" y="162" height="16" width="104" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="employee_ad.tran_id" )
column(band=detail id=4 alignment="0" tabsequence=30 border="0" color="33554432" x="222" y="78" height="16" width="250" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(4000) updatewhereclause=yes name=emp_name dbname="emp_name" )
text(band=detail alignment="1" text="Change User:" border="0" color="33554432" x="269" y="162" height="16" width="84" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) 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_ad.confirmed~") COLUMN(NAME=~"employee_ad.conf_date~") COLUMN(NAME=~"employee_ad.emp_code__aprv~") COLUMN(NAME=~"employee_ad.tran_id~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee_ad.emp_code,'FL1') as emp_name~") 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 =~":mtran_id~" ) ) ARG(NAME = ~"mtran_id~" TYPE = string) " update="employee_ad" updatewhere=0 updatekeyinplace=no arguments=(("mtran_id", string)) )
text(band=detail alignment="1" text="From Date:" border="0" color="33554432" x="58" y="106" height="16" width="92" html.valueishtml="0" name=fr_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) groupbox(band=detail text="Basic"border="2" color="33554432" x="10" y="5" height="224" width="472" 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="2" background.color="67108864" )
column(band=detail id=5 alignment="0" tabsequence=40 border="0" color="33554432" x="153" y="106" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=fr_date visible="1" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) groupbox(band=detail text="Others"border="2" color="33554432" x="10" y="240" height="166" width="472" 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="2" background.color="67108864" )
text(band=detail alignment="1" text="To Date:" border="0" color="33554432" x="273" y="106" height="16" width="92" html.valueishtml="0" name=to_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="A/D Code :" border="0" color="0" x="16" y="57" height="19" width="99" 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=6 alignment="0" tabsequence=50 border="0" color="33554432" x="368" y="106" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=to_date visible="1" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="119" y="57" height="19" width="46" 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" )
text(band=detail alignment="1" text="IT From Date:" border="0" color="33554432" x="58" y="134" height="16" width="92" html.valueishtml="0" name=it_fr_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="255" x="170" y="57" height="19" width="289" 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=7 alignment="0" tabsequence=60 border="0" color="33554432" x="153" y="134" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=it_fr_date visible="1" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Effective date :" border="0" color="0" x="16" y="84" height="19" width="99" 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=detail alignment="1" text="IT To Date:" border="0" color="33554432" x="273" y="134" height="16" width="92" html.valueishtml="0" name=it_to_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="119" y="84" height="19" width="68" 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=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="368" y="134" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=it_to_date visible="1" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Expiry date :" border="0" color="0" x="192" y="84" height="19" width="186" 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=4 alignment="0" tabsequence=40 border="5" color="0" x="382" y="84" height="19" width="77" 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" )
text(band=detail alignment="1" text="Amount :" border="0" color="0" x="16" y="111" height="19" width="99" 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=50 border="5" color="0" x="119" y="111" height="19" width="94" 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="Type :" border="0" color="0" x="222" y="111" height="19" width="139" 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" )
column(band=detail id=5 alignment="0" tabsequence=60 border="5" color="0" x="365" y="111" height="19" width="94" format="[general]" html.valueishtml="0" name=type visible="1" ddlb.limit=1 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" )
text(band=detail alignment="1" text="Proportionate :" border="0" color="0" x="16" y="194" height="19" width="99" 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" )
column(band=detail id=6 alignment="0" tabsequence=110 border="5" color="0" x="119" y="194" height="19" width="62" format="[Yes/No]" html.valueishtml="0" name=prop_yn visible="1" ddlb.limit=1 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" )
text(band=detail alignment="1" text="Ref No. :" border="0" color="0" x="323" y="262" height="19" width="56" html.valueishtml="0" name=ref_no_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=21 alignment="0" tabsequence=32766 border="5" color="255" x="144" y="317" height="19" width="93" format="dd/mm/yy" html.valueishtml="0" name=conf_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="79741120" )
text(band=detail alignment="1" text="Ref Type :" border="0" color="0" x="16" y="263" height="19" width="99" html.valueishtml="0" name=ref_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" )
column(band=detail id=17 alignment="0" tabsequence=120 border="5" color="0" x="119" y="263" height="19" width="157" format="[general]" html.valueishtml="0" name=ref_type visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.vscrollbar=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=18 alignment="0" tabsequence=130 border="5" color="0" x="383" y="262" height="19" width="76" format="[general]" html.valueishtml="0" name=ref_no visible="1" edit.limit=15 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=19 alignment="0" tabsequence=32766 border="5" color="255" x="119" y="290" height="19" width="72" 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="67108864" )
text(band=detail alignment="1" text="Confirmed :" border="0" color="0" x="315" y="290" height="19" width="99" 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" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="255" x="418" y="290" height="19" width="41" format="[Yes/No]" html.valueishtml="0" name=confirmed 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="79741120" )
text(band=detail alignment="1" text="Pay Site :" border="0" color="0" x="16" y="290" height="19" width="99" 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="Confirmed By : " border="0" color="0" x="275" y="317" height="19" width="99" 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" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="255" x="378" y="317" height="19" width="81" 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=8 alignment="0" tabsequence=32766 border="5" color="255" x="119" y="344" height="19" width="94" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Confirmation Date :" border="0" color="0" x="16" y="317" height="19" width="124" 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" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="0" x="262" y="344" height="19" width="99" 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" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="255" x="119" y="371" height="19" width="94" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg User:" border="0" color="0" x="16" y="344" height="19" width="99" 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="79741120" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="0" x="16" y="371" height="19" width="99" 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="79741120" )
text(band=detail alignment="1" text="Tran Id:" border="0" color="0" x="236" y="371" height="19" width="99" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="255" x="365" y="344" height="19" width="94" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="0" x="339" y="371" height="19" width="120" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="67108864" )
text(band=detail alignment="1" text="Emp Code:" border="0" color="0" x="16" y="30" height="19" width="99" 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" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="119" y="30" height="19" width="65" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="255" x="190" y="30" height="19" width="269" format="[general]" html.valueishtml="0" name=emp_name visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Min Base Amt. :" border="0" color="0" x="16" y="138" height="19" width="99" 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" )
column(band=detail id=13 alignment="1" tabsequence=70 border="5" color="0" x="119" y="138" height="19" width="94" format="#######0.00" html.valueishtml="0" name=min_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" )
text(band=detail alignment="1" text="Max Base Amt. :" border="0" color="0" x="261" y="138" height="19" width="100" 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" )
column(band=detail id=14 alignment="1" tabsequence=80 border="5" color="0" x="365" y="138" height="19" width="94" 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" )
text(band=detail alignment="1" text="Min Amt :" border="0" color="0" x="16" y="166" height="19" width="99" 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" )
column(band=detail id=16 alignment="1" tabsequence=90 border="5" color="0" x="119" y="166" height="19" width="94" format="#######0.00" html.valueishtml="0" name=min_amt visible="1" edit.limit=14 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="294" y="166" height="19" width="67" 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" )
column(band=detail id=15 alignment="1" tabsequence=100 border="5" color="0" x="366" y="166" height="19" width="94" 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" )
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 )
......
...@@ -937,7 +937,7 @@ public class EmployeeAdIC extends ValidatorEJB implements EmployeeAdICLocal,Empl ...@@ -937,7 +937,7 @@ public class EmployeeAdIC extends ValidatorEJB implements EmployeeAdICLocal,Empl
valueXmlString.append("<pay_site>").append("<![CDATA["+paySite+"]]>").append("</pay_site>"); valueXmlString.append("<pay_site>").append("<![CDATA["+paySite+"]]>").append("</pay_site>");
valueXmlString.append("<ref_type protect=\"0\" ><![CDATA[").append(refType).append("]]></ref_type>\r\n"); //valueXmlString.append("<ref_type protect=\"0\" ><![CDATA[").append(refType).append("]]></ref_type>\r\n");
valueXmlString.append("<ref_no protect=\"0\" ><![CDATA[").append(refNo).append("]]></ref_no>\r\n"); valueXmlString.append("<ref_no protect=\"0\" ><![CDATA[").append(refNo).append("]]></ref_no>\r\n");
ls_empad_aprv = admCommon.getEnv("999999", "EMP_AD_APRV", conn); ls_empad_aprv = admCommon.getEnv("999999", "EMP_AD_APRV", conn);
......
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