Commit 129335d2 authored by sghate's avatar sghate

Updated xml on 03/01/2020

emp_marital11.xml
emp_marital21.xml


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214549 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 073a3756
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>old_status</name> <name>old_status</name>
<dbname>emp_maritalchg.old_status</dbname> <dbname>emp_maritalchg.old_status</dbname>
<initial>M</initial>
<values> <values>
<item display="Married" data="M"/> <item display="Married" data="M"/>
<item display="Unmarried" data="U"/> <item display="Unmarried" data="U"/>
...@@ -84,6 +85,7 @@ ...@@ -84,6 +85,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>new_status</name> <name>new_status</name>
<dbname>emp_maritalchg.new_status</dbname> <dbname>emp_maritalchg.new_status</dbname>
<initial>M</initial>
<values> <values>
<item display="Married" data="M"/> <item display="Married" data="M"/>
<item display="Unmarried" data="U"/> <item display="Unmarried" data="U"/>
...@@ -92,18 +94,6 @@ ...@@ -92,18 +94,6 @@
<item display="Unknown" data="K"/> <item display="Unknown" data="K"/>
</values> </values>
</table_column> </table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>employee_emp_fname</name>
<dbname>employee.emp_fname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>employee_emp_lname</name>
<dbname>employee.emp_lname</dbname>
</table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -112,46 +102,131 @@ ...@@ -112,46 +102,131 @@
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_maritalchg_confirm</name> <name>confirm</name>
<dbname>emp_maritalchg.confirm</dbname> <dbname>emp_maritalchg.confirm</dbname>
<values> <values>
<item display="Yes" data="Y"/> <item display="YES" data="Y"/>
<item display="No" data="N"/> <item display="NO" data="N"/>
<item display="CANCELED" data="X"/>
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>status_date</name> <name>status_date</name>
<dbname>emp_maritalchg.status_date</dbname> <dbname>emp_maritalchg.status_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>conf_date</name> <name>conf_date</name>
<dbname>emp_maritalchg.conf_date</dbname> <dbname>emp_maritalchg.conf_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_code__aprv</name> <name>emp_code__aprv</name>
<dbname>emp_maritalchg.emp_code__aprv</dbname> <dbname>emp_maritalchg.emp_code__aprv</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>voucher_no</name> <name>voucher_no</name>
<dbname>emp_maritalchg.voucher_no</dbname> <dbname>emp_maritalchg.voucher_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>amount</name> <name>amount</name>
<dbname>emp_maritalchg.amount</dbname> <dbname>emp_maritalchg.amount</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_maritalchg&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_maritalchg.tran_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code&quot;) COLUMN(NAME=&quot;emp_maritalchg.old_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.new_status&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;emp_maritalchg.confirm&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.conf_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code__aprv&quot;) COLUMN(NAME=&quot;emp_maritalchg.voucher_no&quot;) COLUMN(NAME=&quot;emp_maritalchg.amount&quot;) JOIN (LEFT=&quot;emp_maritalchg.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:frdate )&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:todate )&quot; ) ) ARG(NAME = &quot;frdate&quot; TYPE = datetime) ARG(NAME = &quot;todate&quot; TYPE = datetime) </retrieve> <table_column>
<update>emp_maritalchg</update> <type size="30">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_fname_long</name>
<dbname>employee.emp_fname_long</dbname>
</table_column>
<table_column>
<type size="30">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_lname_long</name>
<dbname>employee.emp_lname_long</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>emp_maritalchg.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>emp_maritalchg.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>emp_maritalchg.chg_term</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>spouse_name</name>
<dbname>emp_maritalchg.spouse_name</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>short_name</name>
<dbname>emp_maritalchg.short_name</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_maritalchg_emp_fname</name>
<dbname>emp_maritalchg.emp_fname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_maritalchg_emp_mname</name>
<dbname>emp_maritalchg.emp_mname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_maritalchg_emp_lname</name>
<dbname>emp_maritalchg.emp_lname</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>sex</name>
<dbname>employee.sex</dbname>
<values>
<item display="Male" data="M"/>
<item display="Female" data="F"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_maritalchg&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_maritalchg.tran_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code&quot;) COLUMN(NAME=&quot;emp_maritalchg.old_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.new_status&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;emp_maritalchg.confirm&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.conf_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code__aprv&quot;) COLUMN(NAME=&quot;emp_maritalchg.voucher_no&quot;) COLUMN(NAME=&quot;emp_maritalchg.amount&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_user&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_term&quot;) COLUMN(NAME=&quot;emp_maritalchg.spouse_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.short_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_fname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_mname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_lname&quot;) COLUMN(NAME=&quot;employee.sex&quot;) JOIN (LEFT=&quot;emp_maritalchg.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:frdate )&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:todate )&quot; ) ) ARG(NAME = &quot;frdate&quot; TYPE = datetime) ARG(NAME = &quot;todate&quot; TYPE = datetime) </retrieve>
<update>EMP_MARITALCHG</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -166,18 +241,18 @@ ...@@ -166,18 +241,18 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Employee Code</text> <text>Employee Site</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>2</x> <x>1831</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>96</width> <width>81</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>emp_site_t</name>
<visible>1</visible> <visible expression="&apos;false&apos;">1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -193,46 +268,74 @@ ...@@ -193,46 +268,74 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>First Name</text> <text>Change User</text>
<border>6</border> <border>6</border>
<color>0</color> <color>33554432</color>
<x>100</x> <x>1685</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>76</width> <width>48</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_emp_fname_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-11</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Last Name</text> <text>Change Term</text>
<border>6</border>
<color>33554432</color>
<x>1735</x>
<y>1</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Transaction Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>178</x> <x>2</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>76</width> <width>77</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_emp_lname_t</name> <name>tran_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -249,18 +352,18 @@ ...@@ -249,18 +352,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Date</text> <text>Employee Code</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>256</x> <x>81</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>77</width> <width>96</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date_t</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -275,13 +378,69 @@ ...@@ -275,13 +378,69 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Employee Fname Long</text>
<border>6</border>
<color>33554432</color>
<x>179</x>
<y>1</y>
<height>16</height>
<width>148</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname_long_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Employee Lname Long</text>
<border>6</border>
<color>33554432</color>
<x>329</x>
<y>1</y>
<height>16</height>
<width>148</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname_long_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Previous Status</text> <text>Previous Status</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>335</x> <x>479</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
...@@ -309,7 +468,7 @@ ...@@ -309,7 +468,7 @@
<text>New Status</text> <text>New Status</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>409</x> <x>553</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>71</width> <width>71</width>
...@@ -334,17 +493,17 @@ ...@@ -334,17 +493,17 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Approved</text> <text>Confirm</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>482</x> <x>626</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_maritalchg_confirm_t</name> <name>confirm_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -361,11 +520,11 @@ ...@@ -361,11 +520,11 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Status Date</text> <text>Status Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>550</x> <x>694</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>73</width> <width>73</width>
...@@ -389,11 +548,11 @@ ...@@ -389,11 +548,11 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Approved On</text> <text>Confim Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>625</x> <x>769</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>80</width> <width>80</width>
...@@ -417,19 +576,494 @@ ...@@ -417,19 +576,494 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment>
<text>Confirm By</text>
<border>6</border>
<color>0</color>
<x>851</x>
<y>3</y>
<height>16</height>
<width>84</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Voucher No</text>
<border>6</border>
<color>0</color>
<x>937</x>
<y>3</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>voucher_no_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Amount</text>
<border>6</border>
<color>0</color>
<x>1046</x>
<y>3</y>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>amount_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Maritalchg Emp Fname</text>
<border>6</border>
<color>33554432</color>
<x>1120</x>
<y>1</y>
<height>16</height>
<width>73</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_emp_fname_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Maritalchg Emp Mname</text>
<border>6</border>
<color>33554432</color>
<x>1195</x>
<y>1</y>
<height>16</height>
<width>73</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_emp_mname_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Maritalchg Emp Lname</text>
<border>6</border>
<color>33554432</color>
<x>1270</x>
<y>1</y>
<height>16</height>
<width>73</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_emp_lname_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Spouse Name</text>
<border>6</border>
<color>33554432</color>
<x>1345</x>
<y>1</y>
<height>16</height>
<width>198</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spouse_name_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Short Name</text>
<border>6</border>
<color>33554432</color>
<x>1545</x>
<y>1</y>
<height>16</height>
<width>83</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>short_name_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Change Date</text>
<border>6</border>
<color>33554432</color>
<x>1630</x>
<y>1</y>
<height>16</height>
<width>53</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Sex</text>
<border>6</border>
<color>33554432</color>
<x>1914</x>
<y>1</y>
<height>17</height>
<width>45</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sex_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>81</x>
<y>3</y>
<height>16</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<tag>Employee Code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<y>3</y>
<height>16</height>
<width>77</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date</name>
<tag>Date of marital status change</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>479</x>
<y>3</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>old_status</name>
<tag>Previous marital status of the employee</tag>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<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>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>553</x>
<y>3</y>
<height>16</height>
<width>71</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>new_status</name>
<tag>New marital status of the employee</tag>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<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>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>626</x>
<y>3</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirm</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<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>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Approved By</text> <tabsequence>80</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>707</x> <x>694</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>84</width> <width>73</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv_t</name> <name>status_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -440,24 +1074,32 @@ ...@@ -440,24 +1074,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>8</id>
<text>Voucher No</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>793</x> <x>769</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>107</width> <width>80</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>voucher_no_t</name> <name>conf_date</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>
...@@ -468,24 +1110,33 @@ ...@@ -468,24 +1110,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>9</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Amount</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>902</x> <x>851</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>72</width> <width>84</width>
<format></format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>emp_code__aprv</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -496,24 +1147,32 @@ ...@@ -496,24 +1147,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>2</alignment> <id>10</id>
<text>Employee Site</text> <alignment>0</alignment>
<border>6</border> <tabsequence>90</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>976</x> <x>937</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>81</width> <width>107</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_site_t</name> <name>voucher_no</name>
<visible expression="&apos;false&apos;">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>
...@@ -524,32 +1183,30 @@ ...@@ -524,32 +1183,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>11</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>10</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>2</x> <x>1046</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>96</width> <width>72</width>
<format>[general]</format> <format>0.000</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>amount</name>
<tag>Employee Code</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -568,19 +1225,19 @@ ...@@ -568,19 +1225,19 @@
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>5</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>100</x> <x>1831</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>76</width> <width>81</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_emp_fname</name> <name>emp_site</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -603,20 +1260,20 @@ ...@@ -603,20 +1260,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>178</x> <x>179</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>76</width> <width>148</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_emp_lname</name> <name>emp_fname_long</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -639,27 +1296,25 @@ ...@@ -639,27 +1296,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>256</x> <x>329</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>77</width> <width>148</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date</name> <name>emp_lname_long</name>
<tag>Date of marital status change</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -677,26 +1332,25 @@ ...@@ -677,26 +1332,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>335</x> <x>1630</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>72</width> <width>53</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>old_status</name> <name>chg_date</name>
<tag>Previous marital status of the employee</tag>
<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>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -714,26 +1368,25 @@ ...@@ -714,26 +1368,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>409</x> <x>1685</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>71</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>new_status</name> <name>chg_user</name>
<tag>New marital status of the employee</tag>
<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>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -751,25 +1404,25 @@ ...@@ -751,25 +1404,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>482</x> <x>1735</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>66</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_maritalchg_confirm</name> <name>chg_term</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>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -787,26 +1440,25 @@ ...@@ -787,26 +1440,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>17</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>550</x> <x>1345</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>73</width> <width>198</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status_date</name> <name>spouse_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <autoselect>yes</autoselect>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -824,20 +1476,20 @@ ...@@ -824,20 +1476,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>18</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>625</x> <x>1545</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>80</width> <width>83</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <name>short_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -860,26 +1512,25 @@ ...@@ -860,26 +1512,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>19</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>707</x> <x>1120</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>84</width> <width>73</width>
<format></format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>emp_maritalchg_emp_fname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <autoselect>yes</autoselect>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -897,20 +1548,20 @@ ...@@ -897,20 +1548,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>793</x> <x>1195</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>107</width> <width>73</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>voucher_no</name> <name>emp_maritalchg_emp_mname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -933,20 +1584,20 @@ ...@@ -933,20 +1584,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>21</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>902</x> <x>1270</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>72</width> <width>73</width>
<format>0.000</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount</name> <name>emp_maritalchg_emp_lname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -969,25 +1620,25 @@ ...@@ -969,25 +1620,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>22</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>976</x> <x>1914</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>81</width> <width>45</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_site</name> <name>sex</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>
...@@ -1011,7 +1662,7 @@ ...@@ -1011,7 +1662,7 @@
<action>0</action> <action>0</action>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>505</x> <x>350</x>
<y>102</y> <y>102</y>
<height>30</height> <height>30</height>
<width>70</width> <width>70</width>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>369</height> <height>402</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>old_status</name> <name>old_status</name>
<dbname>emp_maritalchg.old_status</dbname> <dbname>emp_maritalchg.old_status</dbname>
<initial>M</initial>
<values> <values>
<item display="Married" data="M"/> <item display="Married" data="M"/>
<item display="Unmarried" data="U"/> <item display="Unmarried" data="U"/>
...@@ -79,6 +80,7 @@ ...@@ -79,6 +80,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>new_status</name> <name>new_status</name>
<dbname>emp_maritalchg.new_status</dbname> <dbname>emp_maritalchg.new_status</dbname>
<initial>M</initial>
<values> <values>
<item display="Married" data="M"/> <item display="Married" data="M"/>
<item display="Unmarried" data="U"/> <item display="Unmarried" data="U"/>
...@@ -102,24 +104,12 @@ ...@@ -102,24 +104,12 @@
<dbname>emp_maritalchg.chg_user</dbname> <dbname>emp_maritalchg.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>
<dbname>emp_maritalchg.chg_term</dbname> <dbname>emp_maritalchg.chg_term</dbname>
</table_column> </table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_fname</name>
<dbname>employee.emp_fname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_lname</name>
<dbname>employee.emp_lname</dbname>
</table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -147,18 +137,6 @@ ...@@ -147,18 +137,6 @@
<name>emp_maritalchg_emp_lname</name> <name>emp_maritalchg_emp_lname</name>
<dbname>emp_maritalchg.emp_lname</dbname> <dbname>emp_maritalchg.emp_lname</dbname>
</table_column> </table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_mname</name>
<dbname>employee.emp_mname</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>sex</name>
<dbname>employee.sex</dbname>
</table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="40">char</type>
<update>yes</update> <update>yes</update>
...@@ -175,13 +153,14 @@ ...@@ -175,13 +153,14 @@
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>confirm</name> <name>confirm</name>
<dbname>emp_maritalchg.confirm</dbname> <dbname>emp_maritalchg.confirm</dbname>
<initial>N</initial>
<values> <values>
<item display="Yes" data="Y"/> <item display="YES" data="Y"/>
<item display="No" data="N"/> <item display="NO" data="N"/>
<item display="CANCELED" data="X"/>
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
...@@ -209,52 +188,40 @@ ...@@ -209,52 +188,40 @@
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_maritalchg_voucher_no</name> <name>voucher_no</name>
<dbname>emp_maritalchg.voucher_no</dbname> <dbname>emp_maritalchg.voucher_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_maritalchg_amount</name> <name>amount</name>
<dbname>emp_maritalchg.amount</dbname> <dbname>emp_maritalchg.amount</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="30">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_fname__o</name>
<dbname>emp_maritalchg.emp_fname__o</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_mname__o</name>
<dbname>emp_maritalchg.emp_mname__o</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_lname__o</name> <name>emp_fname_long</name>
<dbname>emp_maritalchg.emp_lname__o</dbname> <dbname>employee.emp_fname_long</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="30">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>short_name__o</name> <name>emp_lname_long</name>
<dbname>emp_maritalchg.short_name__o</dbname> <dbname>employee.emp_lname_long</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>status_date__o</name> <name>sex</name>
<dbname>emp_maritalchg.status_date__o</dbname> <dbname>employee.sex</dbname>
<initial>M</initial>
<values>
<item display="Male" data="M"/>
<item display="Female" data="F"/>
</values>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_maritalchg&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_maritalchg.tran_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code&quot;) COLUMN(NAME=&quot;emp_maritalchg.old_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.new_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_user&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_term&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_fname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_mname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_lname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;emp_maritalchg.short_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.spouse_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.confirm&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.conf_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code__aprv&quot;) COLUMN(NAME=&quot;emp_maritalchg.voucher_no&quot;) COLUMN(NAME=&quot;emp_maritalchg.amount&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_fname__o&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_mname__o&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_lname__o&quot;) COLUMN(NAME=&quot;emp_maritalchg.short_name__o&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date__o&quot;) JOIN (LEFT=&quot;emp_maritalchg.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_date )&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;( emp_maritalchg.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code )&quot; ) ) ARG(NAME = &quot;tran_date&quot; TYPE = datetime) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_maritalchg&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_maritalchg.tran_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code&quot;) COLUMN(NAME=&quot;emp_maritalchg.old_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.new_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_user&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_term&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_fname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_mname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_lname&quot;) COLUMN(NAME=&quot;emp_maritalchg.short_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.spouse_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.confirm&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.conf_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code__aprv&quot;) COLUMN(NAME=&quot;emp_maritalchg.voucher_no&quot;) COLUMN(NAME=&quot;emp_maritalchg.amount&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.sex&quot;) JOIN (LEFT=&quot;emp_maritalchg.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_date )&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;( emp_maritalchg.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code )&quot; ) ) ARG(NAME = &quot;tran_date&quot; TYPE = datetime) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve>
<update>EMP_MARITALCHG</update> <update>EMP_MARITALCHG</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -267,20 +234,16 @@ ...@@ -267,20 +234,16 @@
<type>string</type> <type>string</type>
</argument> </argument>
</TableDefinition> </TableDefinition>
<TextObject> <GroupBox>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <text>Basic</text>
<text>New status :</text> <border>2</border>
<border>0</border>
<color>0</color> <color>0</color>
<x>257</x> <x>9</x>
<y>87</y> <y>12</y>
<height>16</height> <height>279</height>
<width>82</width> <width>445</width>
<html> <name>gb_1</name>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_new_status_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -292,35 +255,20 @@ ...@@ -292,35 +255,20 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </GroupBox>
<ColumnObject> <GroupBox>
<band>Detail</band> <band>Detail</band>
<id>8</id> <text>Other</text>
<alignment>0</alignment> <border>2</border>
<tabsequence>32766</tabsequence> <color>0</color>
<border>5</border> <x>11</x>
<color>255</color> <y>293</y>
<x>177</x> <height>65</height>
<y>61</y> <width>441</width>
<height>16</height> <name>gb_2</name>
<width>114</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<tag>First name of the employee.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</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>
...@@ -331,14 +279,14 @@ ...@@ -331,14 +279,14 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</ColumnObject> </GroupBox>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>118</x> <x>118</x>
...@@ -370,32 +318,21 @@ ...@@ -370,32 +318,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Transaction Date :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>17</x>
<x>294</x> <y>35</y>
<y>61</y>
<height>16</height> <height>16</height>
<width>118</width> <width>98</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname</name> <name>tran_date_t</name>
<tag>Last name of the employee.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</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>
...@@ -408,31 +345,22 @@ ...@@ -408,31 +345,22 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <text>Status date :</text>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>342</x> <x>18</x>
<y>87</y> <y>133</y>
<height>16</height> <height>16</height>
<width>71</width> <width>66</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>new_status</name> <name>status_date_t</name>
<tag>New marital status of the employee</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -443,33 +371,24 @@ ...@@ -443,33 +371,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Sex :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>55</x>
<x>356</x> <y>87</y>
<y>113</y>
<height>16</height> <height>16</height>
<width>57</width> <width>52</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>sex_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<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>
...@@ -480,33 +399,30 @@ ...@@ -480,33 +399,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>118</x> <x>120</x>
<y>61</y> <y>86</y>
<height>16</height> <height>16</height>
<width>55</width> <width>44</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>sex</name>
<tag>Employee Code</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>10</limit> <limit>1</limit>
<case>upper</case> <allowedit>no</allowedit>
<focusrectangle>no</focusrectangle> <case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -522,30 +438,21 @@ ...@@ -522,30 +438,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Change Date:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>37</x>
<x>118</x> <y>310</y>
<y>87</y>
<height>16</height> <height>16</height>
<width>68</width> <width>78</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>old_status</name> <name>chg_date_t</name>
<tag>Previous marital status of the employee</tag> <visible expression="0">1</visible>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -555,27 +462,28 @@ ...@@ -555,27 +462,28 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>118</x> <x>118</x>
<y>113</y> <y>309</y>
<height>16</height> <height>16</height>
<width>57</width> <width>54</width>
<format>dd/mm/yy</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status_date</name> <name>chg_date</name>
<visible>1</visible> <tag>Last row modification date, for system purpose only</tag>
<visible expression="0">1</visible>
<EditStyle style="editmask"> <EditStyle style="editmask">
<mask>dd/mm/yy</mask> <mask>dd/mm/yy</mask>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -594,26 +502,54 @@ ...@@ -594,26 +502,54 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Term:</text>
<border>0</border>
<color>0</color>
<x>34</x>
<y>333</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible expression="0">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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>118</x> <x>118</x>
<y>137</y> <y>334</y>
<height>16</height> <height>16</height>
<width>296</width> <width>71</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<protect expression="if( new_status =&apos;M&apos; ,0,1)">0</protect> <name>chg_term</name>
<name>spouse_name</name> <tag>Last row modifing terminal, for system purpose only</tag>
<visible>1</visible> <visible expression="0">1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>40</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -636,18 +572,18 @@ ...@@ -636,18 +572,18 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Transaction Date :</text> <text>Change User:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>17</x> <x>247</x>
<y>35</y> <y>309</y>
<height>16</height> <height>16</height>
<width>98</width> <width>76</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_maritalchg_tran_date_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible expression="0">1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -657,25 +593,36 @@ ...@@ -657,25 +593,36 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>6</id>
<text>Employee :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>42</x> <x>326</x>
<y>61</y> <y>309</y>
<height>16</height> <height>16</height>
<width>73</width> <width>95</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_maritalchg_emp_code_t</name> <name>chg_user</name>
<visible>1</visible> <tag>Last user modifing the record, for system purpose only</tag>
<visible expression="0">1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</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>
...@@ -686,24 +633,32 @@ ...@@ -686,24 +633,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>
<id>19</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Previous status :</text> <tabsequence>100</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>255</color>
<x>26</x> <x>326</x>
<y>87</y> <y>234</y>
<height>16</height> <height>16</height>
<width>89</width> <width>88</width>
<format>0.000</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_maritalchg_old_status_t</name> <name>amount</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>
...@@ -716,21 +671,57 @@ ...@@ -716,21 +671,57 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Status date :</text> <tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>325</x>
<y>256</y>
<height>19</height>
<width>89</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirm</name>
<visible expression="0">0</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Amount :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>49</x> <x>262</x>
<y>113</y> <y>234</y>
<height>16</height> <height>16</height>
<width>66</width> <width>56</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_3</name> <name>amount_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -747,18 +738,18 @@ ...@@ -747,18 +738,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>0</alignment>
<text>Spouse Name :</text> <text>Confirm :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>21</x> <x>269</x>
<y>137</y> <y>258</y>
<height>16</height> <height>16</height>
<width>94</width> <width>48</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_4</name> <name>t_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -776,17 +767,17 @@ ...@@ -776,17 +767,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>New Name F/M/L :</text> <text>Voucher No :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>3</x> <x>37</x>
<y>163</y> <y>237</y>
<height>16</height> <height>16</height>
<width>112</width> <width>78</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_5</name> <name>voucher_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -803,28 +794,25 @@ ...@@ -803,28 +794,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>118</x> <x>118</x>
<y>188</y> <y>236</y>
<height>16</height> <height>16</height>
<width>296</width> <width>99</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<protect expression="1">0</protect> <name>voucher_no</name>
<name>short_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>40</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>
...@@ -837,7 +825,7 @@ ...@@ -837,7 +825,7 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
...@@ -847,41 +835,13 @@ ...@@ -847,41 +835,13 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>34</x> <x>34</x>
<y>188</y> <y>209</y>
<height>16</height> <height>16</height>
<width>81</width> <width>81</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_7</name> <name>short_name_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>0</alignment>
<text>Conf by :</text>
<border>0</border>
<color>0</color>
<x>304</x>
<y>113</y>
<height>16</height>
<width>49</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_2</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -898,25 +858,29 @@ ...@@ -898,25 +858,29 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>246</x> <x>118</x>
<y>113</y> <y>209</y>
<height>16</height> <height>16</height>
<width>54</width> <width>296</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <protect expression="1">0</protect>
<name>short_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>40</limit>
<imemode>0</imemode> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -928,23 +892,23 @@ ...@@ -928,23 +892,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>0</alignment> <alignment>1</alignment>
<text>Conf date : </text> <text>New Name F/M/L :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>185</x> <x>25</x>
<y>113</y> <y>184</y>
<height>16</height> <height>16</height>
<width>58</width> <width>112</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_1</name> <name>emp_maritalchg_emp_fname_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -961,13 +925,13 @@ ...@@ -961,13 +925,13 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>118</x> <x>140</x>
<y>163</y> <y>184</y>
<height>16</height> <height>16</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
...@@ -999,13 +963,13 @@ ...@@ -999,13 +963,13 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>219</x> <x>241</x>
<y>163</y> <y>184</y>
<height>16</height> <height>16</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
...@@ -1038,13 +1002,13 @@ ...@@ -1038,13 +1002,13 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>320</x> <x>342</x>
<y>164</y> <y>185</y>
<height>16</height> <height>16</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
...@@ -1078,17 +1042,17 @@ ...@@ -1078,17 +1042,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Amount :</text> <text>Spouse Name :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>267</x> <x>21</x>
<y>213</y> <y>158</y>
<height>16</height> <height>16</height>
<width>56</width> <width>94</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_6</name> <name>spouse_name_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1103,21 +1067,32 @@ ...@@ -1103,21 +1067,32 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>13</id>
<text>Voucher No :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>70</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>37</x> <x>118</x>
<y>213</y> <y>158</y>
<height>16</height> <height>16</height>
<width>78</width> <width>296</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_8</name> <protect expression="if( new_status =&apos;M&apos; ,0,1)">0</protect>
<name>spouse_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</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>
...@@ -1128,31 +1103,30 @@ ...@@ -1128,31 +1103,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>15</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>118</x> <x>91</x>
<y>213</y> <y>134</y>
<height>16</height> <height>16</height>
<width>99</width> <width>57</width>
<format>[general]</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_maritalchg_voucher_no</name> <name>status_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="editmask">
<limit>0</limit> <mask>dd/mm/yy</mask>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1164,88 +1138,24 @@ ...@@ -1164,88 +1138,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>23</id> <alignment>0</alignment>
<alignment>1</alignment> <text>Confirm Date : </text>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>326</x>
<y>213</y>
<height>16</height>
<width>88</width>
<format>0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_amount</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Old Fname:</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>236</y>
<height>16</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname__o_t</name>
<visible>0</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>Old Mname :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>255</x> <x>161</x>
<y>236</y> <y>134</y>
<height>16</height> <height>16</height>
<width>68</width> <width>79</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname__o_t</name> <name>conf_date_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1261,62 +1171,25 @@ ...@@ -1261,62 +1171,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>24</id> <id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>255</color>
<x>118</x>
<y>236</y>
<height>16</height>
<width>75</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname__o</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>255</color> <color>255</color>
<x>326</x> <x>250</x>
<y>236</y> <y>134</y>
<height>16</height> <height>16</height>
<width>75</width> <width>54</width>
<format>[general]</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname__o</name> <name>conf_date</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="editmask">
<limit>0</limit> <mask>dd/mm/yy</mask>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1333,19 +1206,19 @@ ...@@ -1333,19 +1206,19 @@
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>0</alignment>
<text>Old Lname:</text> <text>Confirm By :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>37</x> <x>314</x>
<y>255</y> <y>134</y>
<height>16</height> <height>16</height>
<width>78</width> <width>66</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname__o_t</name> <name>emp_code__aprv_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1361,60 +1234,25 @@ ...@@ -1361,60 +1234,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>715</x>
<y>33</y>
<height>19</height>
<width>7</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirm</name>
<visible expression="0">0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>upper</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>255</color>
<x>722</x> <x>386</x>
<y>63</y> <y>134</y>
<height>16</height> <height>16</height>
<width>6</width> <width>57</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sex</name> <name>emp_code__aprv</name>
<visible expression="0">0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>1</limit> <limit>10</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -1428,24 +1266,24 @@ ...@@ -1428,24 +1266,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Old Short Name:</text> <text>Previous status :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>236</x> <x>23</x>
<y>255</y> <y>107</y>
<height>16</height> <height>16</height>
<width>87</width> <width>89</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>short_name__o_t</name> <name>old_status_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1461,25 +1299,26 @@ ...@@ -1461,25 +1299,26 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>40</tabsequence>
<border>0</border> <border>5</border>
<color>255</color> <color>255</color>
<x>326</x> <x>118</x>
<y>255</y> <y>108</y>
<height>16</height> <height>16</height>
<width>95</width> <width>97</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>short_name__o</name> <name>old_status</name>
<visible>0</visible> <tag>Previous marital status of the employee</tag>
<EditStyle style="edit"> <visible>1</visible>
<limit>0</limit> <EditStyle style="ddlb">
<case>any</case> <limit>1</limit>
<autoselect>yes</autoselect> <allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1495,29 +1334,21 @@ ...@@ -1495,29 +1334,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>26</id> <alignment>1</alignment>
<alignment>0</alignment> <text>New status :</text>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>255</color> <color>0</color>
<x>118</x> <x>237</x>
<y>255</y> <y>108</y>
<height>16</height> <height>16</height>
<width>75</width> <width>82</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname__o</name> <name>new_status_t</name>
<visible>0</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>
...@@ -1530,28 +1361,30 @@ ...@@ -1530,28 +1361,30 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>28</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>50</tabsequence>
<border>0</border> <border>5</border>
<color>255</color> <color>0</color>
<x>118</x> <x>326</x>
<y>275</y> <y>108</y>
<height>16</height> <height>16</height>
<width>57</width> <width>93</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status_date__o</name> <name>new_status</name>
<visible>0</visible> <tag>New marital status of the employee</tag>
<EditStyle style="editmask"> <visible>1</visible>
<mask>dd/mm/yy</mask> <EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1563,24 +1396,24 @@ ...@@ -1563,24 +1396,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Old Stat Date:</text> <text>Employee :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>37</x> <x>39</x>
<y>275</y> <y>61</y>
<height>16</height> <height>16</height>
<width>78</width> <width>73</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_9</name> <name>emp_code_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1594,58 +1427,29 @@ ...@@ -1594,58 +1427,29 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change User:</text>
<border>0</border>
<color>0</color>
<x>247</x>
<y>301</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_chg_user_t</name>
<visible expression="0">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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>326</x> <x>118</x>
<y>301</y> <y>61</y>
<height>16</height> <height>16</height>
<width>95</width> <width>55</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>emp_code</name>
<tag>Last user modifing the record, for system purpose only</tag> <tag>Employee Code</tag>
<visible expression="0">1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1661,84 +1465,28 @@ ...@@ -1661,84 +1465,28 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Date:</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>301</y>
<height>16</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_chg_date_t</name>
<visible expression="0">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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Term:</text>
<border>0</border>
<color>0</color>
<x>34</x>
<y>325</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_chg_term_t</name>
<visible expression="0">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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>118</x> <x>179</x>
<y>301</y> <y>62</y>
<height>16</height> <height>16</height>
<width>54</width> <width>58</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>emp_fname_long</name>
<tag>Last row modification date, for system purpose only</tag> <visible>1</visible>
<visible expression="0">1</visible> <EditStyle style="edit">
<EditStyle style="editmask"> <limit>0</limit>
<mask>dd/mm/yy</mask> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1750,33 +1498,30 @@ ...@@ -1750,33 +1498,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>118</x> <x>245</x>
<y>326</y> <y>62</y>
<height>16</height> <height>16</height>
<width>71</width> <width>46</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>emp_lname_long</name>
<tag>Last row modifing terminal, for system purpose only</tag> <visible>1</visible>
<visible expression="0">1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</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>
...@@ -1789,7 +1534,7 @@ ...@@ -1789,7 +1534,7 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
......
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