Commit 556eb6b6 authored by sghate's avatar sghate

Updated SQL and SRD on 04/12/2019

emp_ad11.xml
emp_ad21.xml
w_emp_ad_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213086 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6e9b5c1f
------------------------------------------------------------------Shital [04/12/2019] ---------------------------------Start
---1. Actions should be removed from the Add new form
update obj_actions set DISPLAY_MODE=2 where OBJ_NAME='emp_ad' and TITLE='Add';--View on HOMESCREEN,VIEW MODE
update obj_actions set DISPLAY_MODE=2 where OBJ_NAME='emp_ad' and TITLE='Edit';--View on HOMESCREEN,VIEW MODE
update obj_actions set IMAGE='ibase/resource/objaction/Audit-trail.svg',RIGHTS_CHAR='X',TITLE='Audit Trail',SHOW_IN_PANEL='1',DISPLAY_MODE='2' where OBJ_NAME='emp_ad' and DESCRIPTION = 'View Audit Trail';
update obj_actions set image='ibase/resource/objaction/exprtExl.svg',TITLE='Export2XLS',DESCRIPTION='Export To Excel',SERVICE_CODE='a',INTERACTIVE='a', RIGHTS_CHAR='B',DISPLAY_MODE='2' where OBJ_NAME='emp_ad' and (DESCRIPTION = 'Export Excel' OR DESCRIPTION = 'Export To Excel');
---2.Content not configured
UPDATE OBJ_FORMS SET DISP_METADATA = '<html>
<style="white-space: normal !important; word-break: break-word; ">
<b>{emp_name} ({emp_code})</b> , Site: <b>{pay_site}</b>,<br/>
<b>{allwdedn_descr} ({ad_code})</b>, Effective From: <b>{eff_date}</b> , To: <b>{exp_date}</b> , Amount: <b>{amount} {type}</b> , Proportionate: <b>{prop_yn}</b></html>' WHERE WIN_NAME='w_emp_ad';
------------------------------------------------------------------Shital [04/12/2019] --------------------------------- End
...@@ -55,43 +55,27 @@ ...@@ -55,43 +55,27 @@
<name>emp_code</name> <name>emp_code</name>
<dbname>employee_ad.emp_code</dbname> <dbname>employee_ad.emp_code</dbname>
</table_column> </table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ad_code</name>
<dbname>employee_ad.ad_code</dbname>
</table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>eff_date</name> <name>eff_date</name>
<dbname>employee_ad.eff_date</dbname> <dbname>employee_ad.eff_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>exp_date</name> <name>exp_date</name>
<dbname>employee_ad.exp_date</dbname> <dbname>employee_ad.exp_date</dbname>
</table_column> </table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>type</name>
<dbname>employee_ad.type</dbname>
<values>
<item display="Fixed" data="F"/>
<item display="Percentage" data="P"/>
<item display="Not Applicable" data=" "/>
</values>
</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>amount</name> <name>amount</name>
<dbname>employee_ad.amount</dbname> <dbname>employee_ad.amount</dbname>
<initial>0</initial>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
...@@ -99,6 +83,8 @@ ...@@ -99,6 +83,8 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>min_basic</name> <name>min_basic</name>
<dbname>employee_ad.min_basic</dbname> <dbname>employee_ad.min_basic</dbname>
<initial>0</initial>
<validation>number(gettext()) &gt;= 0 or isNull(gettext()) or trim(gettext()) = &apos;.&apos;</validation>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
...@@ -106,6 +92,8 @@ ...@@ -106,6 +92,8 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>max_basic</name> <name>max_basic</name>
<dbname>employee_ad.max_basic</dbname> <dbname>employee_ad.max_basic</dbname>
<initial>0</initial>
<validation>number(gettext()) &gt;= 0 or isNull(gettext()) or trim(gettext()) = &apos;.&apos;</validation>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
...@@ -113,6 +101,8 @@ ...@@ -113,6 +101,8 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>min_amt</name> <name>min_amt</name>
<dbname>employee_ad.min_amt</dbname> <dbname>employee_ad.min_amt</dbname>
<initial>0</initial>
<validation>number(gettext()) &gt;= 0 or isNull(gettext()) or trim(gettext()) = &apos;.&apos;</validation>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
...@@ -120,6 +110,8 @@ ...@@ -120,6 +110,8 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>max_amt</name> <name>max_amt</name>
<dbname>employee_ad.max_amt</dbname> <dbname>employee_ad.max_amt</dbname>
<initial>0</initial>
<validation>number(gettext()) &gt;= 0 or isNull(gettext()) or trim(gettext()) = &apos;.&apos;</validation>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
...@@ -127,6 +119,11 @@ ...@@ -127,6 +119,11 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>prop_yn</name> <name>prop_yn</name>
<dbname>employee_ad.prop_yn</dbname> <dbname>employee_ad.prop_yn</dbname>
<initial>Y</initial>
<values>
<item display="YES" data="Y"/>
<item display="NO" data="N"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
...@@ -143,18 +140,12 @@ ...@@ -143,18 +140,12 @@
<dbname>employee_ad.chg_user</dbname> <dbname>employee_ad.chg_user</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="300">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_term</name> <name>chg_term</name>
<dbname>employee_ad.chg_term</dbname> <dbname>employee_ad.chg_term</dbname>
</table_column> </table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>allwdedn.descr</dbname>
</table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -163,44 +154,87 @@ ...@@ -163,44 +154,87 @@
</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>confirmed</name> <name>confirmed</name>
<dbname>employee_ad.confirmed</dbname> <dbname>employee_ad.confirmed</dbname>
<initial>N</initial>
<values>
<item display="YES" data="Y"/>
<item display="NO" data="N"/>
</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>conf_date</name> <name>conf_date</name>
<dbname>employee_ad.conf_date</dbname> <dbname>employee_ad.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>employee_ad.emp_code__aprv</dbname> <dbname>employee_ad.emp_code__aprv</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_id</name>
<dbname>employee_ad.tran_id</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_name</name>
<dbname>emp_name</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ad_code</name>
<dbname>employee_ad.ad_code</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>allwdedn_descr</name>
<dbname>allwdedn.descr</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_fname</name> <name>ref_type</name>
<dbname>employee.emp_fname</dbname> <dbname>employee_ad.ref_type</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_lname</name> <name>ref_no</name>
<dbname>employee.emp_lname</dbname> <dbname>employee_ad.ref_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <name>type</name>
<name>tran_id</name> <dbname>type</dbname>
<dbname>employee_ad.tran_id</dbname> <initial>F</initial>
<values>
<item display="Fixed" data="F"/>
<item display="Percentage" data="P"/>
<item display="Not Applicable" data="(null)"/>
<item display="/" data="(null)"/>
</values>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_ad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee_ad.emp_code&quot;) COLUMN(NAME=&quot;employee_ad.ad_code&quot;) COLUMN(NAME=&quot;employee_ad.eff_date&quot;) COLUMN(NAME=&quot;employee_ad.exp_date&quot;) COLUMN(NAME=&quot;employee_ad.type&quot;) COLUMN(NAME=&quot;employee_ad.amount&quot;) COLUMN(NAME=&quot;employee_ad.min_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_basic&quot;) COLUMN(NAME=&quot;employee_ad.min_amt&quot;) COLUMN(NAME=&quot;employee_ad.max_amt&quot;) COLUMN(NAME=&quot;employee_ad.prop_yn&quot;) COLUMN(NAME=&quot;employee_ad.chg_date&quot;) COLUMN(NAME=&quot;employee_ad.chg_user&quot;) COLUMN(NAME=&quot;employee_ad.chg_term&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee_ad.confirmed&quot;) COLUMN(NAME=&quot;employee_ad.conf_date&quot;) COLUMN(NAME=&quot;employee_ad.emp_code__aprv&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee_ad.tran_id&quot;) JOIN (LEFT=&quot;employee_ad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee_ad.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;employee_ad.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code&quot; ) ) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_ad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee_ad.emp_code&quot;) COLUMN(NAME=&quot;employee_ad.eff_date&quot;) COLUMN(NAME=&quot;employee_ad.exp_date&quot;) COLUMN(NAME=&quot;employee_ad.amount&quot;) COLUMN(NAME=&quot;employee_ad.min_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_basic&quot;) COLUMN(NAME=&quot;employee_ad.min_amt&quot;) COLUMN(NAME=&quot;employee_ad.max_amt&quot;) COLUMN(NAME=&quot;employee_ad.prop_yn&quot;) COLUMN(NAME=&quot;employee_ad.chg_date&quot;) COLUMN(NAME=&quot;employee_ad.chg_user&quot;) COLUMN(NAME=&quot;employee_ad.chg_term&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee_ad.confirmed&quot;) COLUMN(NAME=&quot;employee_ad.conf_date&quot;) COLUMN(NAME=&quot;employee_ad.emp_code__aprv&quot;) COLUMN(NAME=&quot;employee_ad.tran_id&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee_ad.emp_code,&apos;FL1&apos;) as emp_name&quot;) COLUMN(NAME=&quot;employee_ad.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee_ad.ref_type&quot;) COLUMN(NAME=&quot;employee_ad.ref_no&quot;) COMPUTE(NAME=&quot;case when employee_ad.type = &apos;P&apos; then &apos;%&apos; else &apos;&apos; end as type&quot;) JOIN (LEFT=&quot;employee_ad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee_ad.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;employee_ad.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code&quot; ) ) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve>
<update>employee_ad</update> <update>EMPLOYEE_AD</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -211,17 +245,17 @@ ...@@ -211,17 +245,17 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>A/D Code</text> <text>Effective From</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>2</x> <x>429</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>54</width> <width>71</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code_t</name> <name>eff_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -238,18 +272,18 @@ ...@@ -238,18 +272,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Description</text> <text>Effective to</text>
<border>6</border> <border>6</border>
<color>0</color> <color>33554432</color>
<x>58</x> <x>502</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>176</width> <width>71</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>descr_t</name> <name>exp_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -266,18 +300,18 @@ ...@@ -266,18 +300,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Eff Date</text> <text>Amount</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>236</x> <x>575</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>71</width> <width>88</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>eff_date_t</name> <name>amount_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -294,18 +328,18 @@ ...@@ -294,18 +328,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Valid upto</text> <text>Min Basic</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>309</x> <x>665</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>71</width> <width>95</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>exp_date_t</name> <name>min_basic_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -322,18 +356,18 @@ ...@@ -322,18 +356,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Type</text> <text>Max Basic</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>382</x> <x>762</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>97</width> <width>94</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>type_t</name> <name>max_basic_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -350,18 +384,18 @@ ...@@ -350,18 +384,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Amount</text> <text>Min Amt</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>481</x> <x>858</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>88</width> <width>95</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>min_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -378,18 +412,18 @@ ...@@ -378,18 +412,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Min Basic</text> <text>Change Term</text>
<border>6</border> <border>6</border>
<color>0</color> <color>33554432</color>
<x>571</x> <x>1766</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>95</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_basic_t</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -406,18 +440,18 @@ ...@@ -406,18 +440,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Max Basic</text> <text>Pay Site</text>
<border>6</border> <border>6</border>
<color>0</color> <color>33554432</color>
<x>668</x> <x>1096</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>94</width> <width>53</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_basic_t</name> <name>pay_site_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -434,18 +468,18 @@ ...@@ -434,18 +468,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Min Amt</text> <text>Confirmed</text>
<border>6</border> <border>6</border>
<color>0</color> <color>33554432</color>
<x>764</x> <x>1151</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>95</width> <width>57</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_amt_t</name> <name>confirmed_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -462,18 +496,18 @@ ...@@ -462,18 +496,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Max Amt</text> <text>Confirm Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>33554432</color>
<x>861</x> <x>1210</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>93</width> <width>59</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_amt_t</name> <name>conf_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -490,18 +524,18 @@ ...@@ -490,18 +524,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Prop Yn</text> <text>Employee Code Aproov</text>
<border>6</border> <border>6</border>
<color>0</color> <color>33554432</color>
<x>956</x> <x>1271</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>44</width> <width>89</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prop_yn_t</name> <name>emp_code__aprv_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -519,17 +553,17 @@ ...@@ -519,17 +553,17 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Chg Date</text> <text>Employee Code</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1002</x> <x>2</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>81</width> <width>85</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_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>
...@@ -546,46 +580,74 @@ ...@@ -546,46 +580,74 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Chg User</text> <text>Tran Id</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1085</x> <x>1362</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>83</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>tran_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Liberation Sans</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>Chg Term</text> <text>Employee Name</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1170</x> <x>89</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>80</width> <width>73</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>emp_name_t</name>
<visible>1</visible>
<font>
<face>Arial</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>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Ad Code</text>
<border>6</border>
<color>0</color>
<x>164</x>
<y>1</y>
<height>16</height>
<width>63</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -597,23 +659,23 @@ ...@@ -597,23 +659,23 @@
</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>Pay Site</text> <text>Allwdedn Descr</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1252</x> <x>229</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>53</width> <width>198</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site_t</name> <name>allwdedn_descr_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -625,23 +687,23 @@ ...@@ -625,23 +687,23 @@
</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>Confirmed</text> <text>Max Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1307</x> <x>955</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>57</width> <width>93</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed_t</name> <name>max_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -658,18 +720,18 @@ ...@@ -658,18 +720,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Conf. Date</text> <text>Prop Yn</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1366</x> <x>1050</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>59</width> <width>44</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date_t</name> <name>prop_yn_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -686,18 +748,18 @@ ...@@ -686,18 +748,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Emp Code Aprv.</text> <text>Change Date</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1427</x> <x>1598</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>89</width> <width>81</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv_t</name> <name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -714,18 +776,18 @@ ...@@ -714,18 +776,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Emp Code</text> <text>Change User</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1518</x> <x>1681</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>85</width> <width>83</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -742,18 +804,18 @@ ...@@ -742,18 +804,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Fname</text> <text>Ref Type</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1605</x> <x>1461</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>76</width> <width>60</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname_t</name> <name>ref_type_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -764,24 +826,24 @@ ...@@ -764,24 +826,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>12632256</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Lname</text> <text>Ref No</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1683</x> <x>1523</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>76</width> <width>73</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname_t</name> <name>ref_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -792,27 +854,27 @@ ...@@ -792,27 +854,27 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>12632256</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Tran Id</text> <text>Type</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1761</x> <x>1848</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>118</width> <width>59</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id_t</name> <name>type_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Liberation Sans</face> <face>Arial</face>
<height>-11</height> <height>-11</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
...@@ -820,32 +882,31 @@ ...@@ -820,32 +882,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>2</x> <x>429</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>54</width> <width>71</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code</name> <name>eff_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</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>
...@@ -863,20 +924,20 @@ ...@@ -863,20 +924,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>33554432</color>
<x>58</x> <x>502</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>176</width> <width>71</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>descr</name> <name>exp_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -894,30 +955,31 @@ ...@@ -894,30 +955,31 @@
</font> </font>
<background> <background>
<mode>0</mode> <mode>0</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color> <color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>4</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>30</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>236</x> <x>575</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>71</width> <width>88</width>
<format>[shortdate] [time]</format> <format>0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>eff_date</name> <name>amount</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -935,25 +997,26 @@ ...@@ -935,25 +997,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>5</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>40</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>309</x> <x>665</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>71</width> <width>95</width>
<format>[shortdate] [time]</format> <format>0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>exp_date</name> <name>min_basic</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -966,30 +1029,31 @@ ...@@ -966,30 +1029,31 @@
</font> </font>
<background> <background>
<mode>0</mode> <mode>0</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color> <color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>6</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>50</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>382</x> <x>762</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>97</width> <width>94</width>
<format>[general]</format> <format>0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>type</name> <name>max_basic</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>15</limit>
<allowedit>no</allowedit> <case>any</case>
<case>upper</case> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1007,23 +1071,23 @@ ...@@ -1007,23 +1071,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>7</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>60</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>481</x> <x>858</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>88</width> <width>95</width>
<format>0.00</format> <format>0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount</name> <name>min_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1044,23 +1108,23 @@ ...@@ -1044,23 +1108,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>12</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>180</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>33554432</color>
<x>571</x> <x>1766</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>95</width> <width>80</width>
<format>0.00</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_basic</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>300</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1076,31 +1140,30 @@ ...@@ -1076,31 +1140,30 @@
</font> </font>
<background> <background>
<mode>0</mode> <mode>0</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color> <color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>13</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>33554432</color>
<x>668</x> <x>1096</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>94</width> <width>53</width>
<format>0.00</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_basic</name> <name>pay_site</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>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1113,31 +1176,30 @@ ...@@ -1113,31 +1176,30 @@
</font> </font>
<background> <background>
<mode>0</mode> <mode>0</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color> <color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>14</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>6</border>
<color>0</color> <color>0</color>
<x>764</x> <x>1151</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>95</width> <width>57</width>
<format>0.00</format> <format>[YES/NO]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_amt</name> <name>confirmed</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>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1155,20 +1217,20 @@ ...@@ -1155,20 +1217,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>15</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>861</x> <x>1210</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>93</width> <width>59</width>
<format>0.00</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_amt</name> <name>conf_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1192,24 +1254,24 @@ ...@@ -1192,24 +1254,24 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>956</x> <x>1271</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>44</width> <width>89</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prop_yn</name> <name>emp_code__aprv</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>1</limit> <limit>10</limit>
<case>any</case> <case>upper</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1224,28 +1286,28 @@ ...@@ -1224,28 +1286,28 @@
</font> </font>
<background> <background>
<mode>0</mode> <mode>0</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color> <color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>120</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1002</x> <x>2</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>81</width> <width>85</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1266,26 +1328,25 @@ ...@@ -1266,26 +1328,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>130</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>1085</x> <x>1362</x>
<y>2</y> <y>1</y>
<height>17</height> <height>15</height>
<width>83</width> <width>97</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>tran_id</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</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>
...@@ -1297,32 +1358,31 @@ ...@@ -1297,32 +1358,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>0</mode> <mode>2</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>140</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>33554432</color> <color>0</color>
<x>1170</x> <x>89</x>
<y>2</y> <y>1</y>
<height>17</height> <height>16</height>
<width>80</width> <width>73</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>emp_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</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>
...@@ -1334,30 +1394,31 @@ ...@@ -1334,30 +1394,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>0</mode> <mode>2</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>150</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>1252</x> <x>164</x>
<y>2</y> <y>1</y>
<height>17</height> <height>16</height>
<width>53</width> <width>63</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site</name> <name>ad_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -1370,30 +1431,30 @@ ...@@ -1370,30 +1431,30 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>0</mode> <mode>2</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>160</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1307</x> <x>229</x>
<y>2</y> <y>1</y>
<height>17</height> <height>16</height>
<width>57</width> <width>198</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed</name> <name>allwdedn_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<case>upper</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -1406,29 +1467,29 @@ ...@@ -1406,29 +1467,29 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>0</mode> <mode>2</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>8</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>170</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1366</x> <x>955</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>59</width> <width>93</width>
<format>dd/mm/yy</format> <format>0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <name>max_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1449,26 +1510,25 @@ ...@@ -1449,26 +1510,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>180</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1427</x> <x>1050</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>89</width> <width>44</width>
<format>[general]</format> <format>[YES/NO]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>prop_yn</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>10</limit> <limit>1</limit>
<case>upper</case> <allowedit>no</allowedit>
<autoselect>yes</autoselect> <case>any</case>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1481,28 +1541,28 @@ ...@@ -1481,28 +1541,28 @@
</font> </font>
<background> <background>
<mode>0</mode> <mode>0</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color> <color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1518</x> <x>1598</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>85</width> <width>81</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1523,25 +1583,26 @@ ...@@ -1523,25 +1583,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>33554432</color>
<x>1605</x> <x>1681</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>76</width> <width>83</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname</name> <name>chg_user</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1554,28 +1615,28 @@ ...@@ -1554,28 +1615,28 @@
</font> </font>
<background> <background>
<mode>0</mode> <mode>0</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color> <color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1683</x> <x>1461</x>
<y>2</y> <y>1</y>
<height>17</height> <height>16</height>
<width>76</width> <width>60</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname</name> <name>ref_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>1</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1589,8 +1650,8 @@ ...@@ -1589,8 +1650,8 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>0</mode> <mode>2</mode>
<color expression="if(ad_date &lt; eff_date or ad_date &gt; exp_date, rgb(255,128,64), rgb(255,255,255))">16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
...@@ -1600,18 +1661,18 @@ ...@@ -1600,18 +1661,18 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1761</x> <x>1523</x>
<y>1</y> <y>1</y>
<height>15</height> <height>16</height>
<width>118</width> <width>73</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>ref_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1629,6 +1690,42 @@ ...@@ -1629,6 +1690,42 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>190</tabsequence>
<border>0</border>
<color>0</color>
<x>1848</x>
<y>1</y>
<height>16</height>
<width>59</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>type</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>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -50,13 +50,6 @@ ...@@ -50,13 +50,6 @@
<name>emp_code</name> <name>emp_code</name>
<dbname>employee_ad.emp_code</dbname> <dbname>employee_ad.emp_code</dbname>
</table_column> </table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ad_code</name>
<dbname>employee_ad.ad_code</dbname>
</table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
...@@ -71,25 +64,13 @@ ...@@ -71,25 +64,13 @@
<name>exp_date</name> <name>exp_date</name>
<dbname>employee_ad.exp_date</dbname> <dbname>employee_ad.exp_date</dbname>
</table_column> </table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>type</name>
<dbname>employee_ad.type</dbname>
<initial>F</initial>
<values>
<item display="Fixed" data="F"/>
<item display="Percentage" data="P"/>
<item display="Not Applicable" data=" "/>
</values>
</table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>prop_yn</name> <name>prop_yn</name>
<dbname>employee_ad.prop_yn</dbname> <dbname>employee_ad.prop_yn</dbname>
<initial>Y</initial>
<values> <values>
<item display="Yes" data="Y"/> <item display="Yes" data="Y"/>
<item display="No" data="N"/> <item display="No" data="N"/>
...@@ -116,18 +97,6 @@ ...@@ -116,18 +97,6 @@
<name>chg_term</name> <name>chg_term</name>
<dbname>employee_ad.chg_term</dbname> <dbname>employee_ad.chg_term</dbname>
</table_column> </table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>sh_descr</name>
<dbname>allwdedn.sh_descr</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>allwdedn_descr</name>
<dbname>allwdedn.descr</dbname>
</table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
...@@ -180,6 +149,7 @@ ...@@ -180,6 +149,7 @@
<dbname>employee_ad.ref_type</dbname> <dbname>employee_ad.ref_type</dbname>
<initial>O</initial> <initial>O</initial>
<values> <values>
<item display="Loans" data="L"/>
<item display="Others" data="O"/> <item display="Others" data="O"/>
<item display="Transfer" data="T"/> <item display="Transfer" data="T"/>
<item display="Promotion // Increment" data="P"/> <item display="Promotion // Increment" data="P"/>
...@@ -190,7 +160,6 @@ ...@@ -190,7 +160,6 @@
<item display="IT Declaration" data="I"/> <item display="IT Declaration" data="I"/>
<item display="Income Tax Processing" data="X"/> <item display="Income Tax Processing" data="X"/>
<item display="Interest" data="N"/> <item display="Interest" data="N"/>
<item display="Loans" data="L"/>
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
...@@ -246,8 +215,35 @@ ...@@ -246,8 +215,35 @@
<name>emp_name</name> <name>emp_name</name>
<dbname>emp_name</dbname> <dbname>emp_name</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_ad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee_ad.emp_code&quot;) COLUMN(NAME=&quot;employee_ad.ad_code&quot;) COLUMN(NAME=&quot;employee_ad.eff_date&quot;) COLUMN(NAME=&quot;employee_ad.exp_date&quot;) COLUMN(NAME=&quot;employee_ad.type&quot;) COLUMN(NAME=&quot;employee_ad.prop_yn&quot;) COLUMN(NAME=&quot;employee_ad.chg_date&quot;) COLUMN(NAME=&quot;employee_ad.chg_user&quot;) COLUMN(NAME=&quot;employee_ad.chg_term&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee_ad.amount&quot;) COLUMN(NAME=&quot;employee_ad.min_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_amt&quot;) COLUMN(NAME=&quot;employee_ad.min_amt&quot;) COLUMN(NAME=&quot;employee_ad.ref_type&quot;) COLUMN(NAME=&quot;employee_ad.ref_no&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee_ad.confirmed&quot;) COLUMN(NAME=&quot;employee_ad.conf_date&quot;) COLUMN(NAME=&quot;employee_ad.emp_code__aprv&quot;) COLUMN(NAME=&quot;employee_ad.tran_id&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee_ad.emp_code,&apos;FL1&apos;) as emp_name&quot;) JOIN (LEFT=&quot;employee_ad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee_ad.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;EMPLOYEE_AD.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:mtran_id&quot; ) ) ARG(NAME = &quot;mtran_id&quot; TYPE = string) </retrieve> <table_column>
<update>employee_ad</update> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ad_code</name>
<dbname>employee_ad.ad_code</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>allwdedn_descr</name>
<dbname>allwdedn.descr</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>type</name>
<dbname>type</dbname>
<initial>F</initial>
<values>
<item display="Fixed" data="F"/>
<item display="Percentage" data="P"/>
<item display="Not Applicable" data="(null)"/>
<item display="/" data="(null)"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_ad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee_ad.emp_code&quot;) COLUMN(NAME=&quot;employee_ad.eff_date&quot;) COLUMN(NAME=&quot;employee_ad.exp_date&quot;) COLUMN(NAME=&quot;employee_ad.prop_yn&quot;) COLUMN(NAME=&quot;employee_ad.chg_date&quot;) COLUMN(NAME=&quot;employee_ad.chg_user&quot;) COLUMN(NAME=&quot;employee_ad.chg_term&quot;) COLUMN(NAME=&quot;employee_ad.amount&quot;) COLUMN(NAME=&quot;employee_ad.min_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_basic&quot;) COLUMN(NAME=&quot;employee_ad.max_amt&quot;) COLUMN(NAME=&quot;employee_ad.min_amt&quot;) COLUMN(NAME=&quot;employee_ad.ref_type&quot;) COLUMN(NAME=&quot;employee_ad.ref_no&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee_ad.confirmed&quot;) COLUMN(NAME=&quot;employee_ad.conf_date&quot;) COLUMN(NAME=&quot;employee_ad.emp_code__aprv&quot;) COLUMN(NAME=&quot;employee_ad.tran_id&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee_ad.emp_code,&apos;FL1&apos;) as emp_name&quot;) COLUMN(NAME=&quot;employee_ad.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COMPUTE(NAME=&quot;case when employee_ad.type = &apos;P&apos; then &apos;%&apos; else &apos;&apos; end as type&quot;) JOIN (LEFT=&quot;employee_ad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee_ad.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;EMPLOYEE_AD.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:mtran_id&quot; ) ) ARG(NAME = &quot;mtran_id&quot; TYPE = string) </retrieve>
<update>EMPLOYEE_AD</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -303,58 +299,27 @@ ...@@ -303,58 +299,27 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</GroupBox> </GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>A/D Code :</text>
<border>0</border>
<color>0</color>
<x>16</x>
<y>57</y>
<height>19</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>364</x>
<y>57</y> <y>84</y>
<height>19</height> <height>16</height>
<width>46</width> <width>94</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code</name> <name>exp_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle name="datetime" style="editmask">
<limit>5</limit> <mask>dd/mm/yy</mask>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -371,20 +336,20 @@ ...@@ -371,20 +336,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>170</x> <x>144</x>
<y>57</y> <y>317</y>
<height>19</height> <height>19</height>
<width>289</width> <width>93</width>
<format>[general]</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>allwdedn_descr</name> <name>conf_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -405,21 +370,30 @@ ...@@ -405,21 +370,30 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>13</id>
<text>Effective date :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>110</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>16</x> <x>119</x>
<y>84</y> <y>263</y>
<height>19</height> <height>19</height>
<width>99</width> <width>157</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>eff_date_t</name> <name>ref_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<vscrollbar>yes</vscrollbar>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -430,30 +404,33 @@ ...@@ -430,30 +404,33 @@
</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>3</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>383</x>
<y>84</y> <y>262</y>
<height>19</height> <height>19</height>
<width>68</width> <width>76</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>eff_date</name> <name>ref_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="datetime" style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>15</limit>
<imemode>0</imemode> <case>upper</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>
...@@ -468,21 +445,29 @@ ...@@ -468,21 +445,29 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>15</id>
<text>Expiry date :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>192</x> <color>255</color>
<y>84</y> <x>119</x>
<y>290</y>
<height>19</height> <height>19</height>
<width>186</width> <width>72</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>exp_date_t</name> <name>pay_site</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -493,30 +478,31 @@ ...@@ -493,30 +478,31 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>382</x> <x>418</x>
<y>84</y> <y>290</y>
<height>19</height> <height>19</height>
<width>77</width> <width>41</width>
<format>[shortdate] [time]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>exp_date</name> <name>confirmed</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="datetime" style="editmask"> <EditStyle style="ddlb">
<mask>dd/mm/yy</mask> <limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -528,24 +514,32 @@ ...@@ -528,24 +514,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>18</id>
<text>Amount :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>16</x> <color>255</color>
<y>111</y> <x>378</x>
<y>317</y>
<height>19</height> <height>19</height>
<width>99</width> <width>81</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>emp_code__aprv</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</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>
...@@ -558,28 +552,27 @@ ...@@ -558,28 +552,27 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>6</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>119</x> <x>119</x>
<y>111</y> <y>344</y>
<height>19</height> <height>19</height>
<width>94</width> <width>94</width>
<format>#######0.00</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount</name> <name>chg_user</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>13</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -595,24 +588,34 @@ ...@@ -595,24 +588,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>7</id>
<text>Type :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>222</x> <color>255</color>
<y>111</y> <x>119</x>
<y>371</y>
<height>19</height> <height>19</height>
<width>139</width> <width>94</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>type_t</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>300</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>
...@@ -623,30 +626,32 @@ ...@@ -623,30 +626,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>365</x> <x>365</x>
<y>111</y> <y>344</y>
<height>19</height> <height>19</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>type</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -659,24 +664,32 @@ ...@@ -659,24 +664,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>19</id>
<text>Proportionate :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>16</x> <x>339</x>
<y>194</y> <y>371</y>
<height>19</height> <height>19</height>
<width>99</width> <width>120</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prop_yn_t</name> <name>tran_id</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</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>
...@@ -687,30 +700,33 @@ ...@@ -687,30 +700,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>10</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>110</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>365</x>
<y>194</y> <y>138</y>
<height>19</height> <height>19</height>
<width>62</width> <width>94</width>
<format>[Yes/No]</format> <format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prop_yn</name> <name>max_basic</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>15</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -726,21 +742,32 @@ ...@@ -726,21 +742,32 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Ref No. :</text> <tabsequence>90</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>323</x> <x>366</x>
<y>262</y> <y>166</y>
<height>19</height> <height>19</height>
<width>56</width> <width>94</width>
<format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ref_no_t</name> <name>max_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -751,30 +778,33 @@ ...@@ -751,30 +778,33 @@
</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>21</id> <id>9</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>144</x> <x>126</x>
<y>317</y> <y>137</y>
<height>19</height> <height>19</height>
<width>93</width> <width>94</width>
<format>dd/mm/yy</format> <format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <name>min_basic</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -787,24 +817,35 @@ ...@@ -787,24 +817,35 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Ref Type :</text> <tabsequence>80</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>16</x> <x>126</x>
<y>263</y> <y>165</y>
<height>19</height> <height>19</height>
<width>99</width> <width>94</width>
<format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ref_type_t</name> <name>min_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -815,30 +856,32 @@ ...@@ -815,30 +856,32 @@
</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>17</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>120</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>124</x>
<y>263</y> <y>30</y>
<height>19</height> <height>19</height>
<width>157</width> <width>65</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ref_type</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>10</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -856,27 +899,62 @@ ...@@ -856,27 +899,62 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>130</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>383</x> <x>195</x>
<y>262</y> <y>30</y>
<height>19</height> <height>19</height>
<width>76</width> <width>269</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ref_no</name> <name>emp_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>0</limit>
<case>upper</case> <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>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>126</x>
<y>58</y>
<height>16</height>
<width>68</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -894,20 +972,20 @@ ...@@ -894,20 +972,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>119</x> <x>204</x>
<y>290</y> <y>58</y>
<height>19</height> <height>16</height>
<width>72</width> <width>200</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site</name> <name>allwdedn_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -928,21 +1006,32 @@ ...@@ -928,21 +1006,32 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmed :</text> <tabsequence>50</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>315</x> <x>125</x>
<y>290</y> <y>111</y>
<height>19</height> <height>19</height>
<width>99</width> <width>94</width>
<format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed_t</name> <name>amount</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -953,32 +1042,24 @@ ...@@ -953,32 +1042,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Min Base Amount. :</text>
<tabsequence>32766</tabsequence> <border>2</border>
<border>5</border> <color>0</color>
<color>255</color> <x>15</x>
<x>418</x> <y>137</y>
<y>290</y> <height>16</height>
<height>19</height> <width>107</width>
<width>41</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed</name> <name>min_basic_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -991,21 +1072,21 @@ ...@@ -991,21 +1072,21 @@
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Pay Site :</text> <text>Employee Code:</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>16</x> <x>13</x>
<y>290</y> <y>29</y>
<height>19</height> <height>16</height>
<width>99</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site_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>
...@@ -1023,17 +1104,17 @@ ...@@ -1023,17 +1104,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmed By : </text> <text>AD Code :</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>275</x> <x>15</x>
<y>317</y> <y>56</y>
<height>19</height> <height>16</height>
<width>99</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv_t</name> <name>ad_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1048,29 +1129,21 @@ ...@@ -1048,29 +1129,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Effective From:</text>
<tabsequence>32766</tabsequence> <border>2</border>
<border>5</border> <color>0</color>
<color>255</color> <x>15</x>
<x>378</x> <y>83</y>
<y>317</y> <height>16</height>
<height>19</height> <width>107</width>
<width>81</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>eff_date_t</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>
...@@ -1083,32 +1156,22 @@ ...@@ -1083,32 +1156,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>8</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Amount :</text>
<tabsequence>32766</tabsequence> <border>2</border>
<border>5</border> <color>0</color>
<color>255</color> <x>14</x>
<x>119</x> <y>110</y>
<y>344</y>
<height>19</height> <height>19</height>
<width>94</width> <width>107</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>amount_t</name>
<visible>1</visible> <visible>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>
...@@ -1119,23 +1182,23 @@ ...@@ -1119,23 +1182,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmation Date :</text> <text>Min Amount :</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>16</x> <x>15</x>
<y>317</y> <y>164</y>
<height>19</height> <height>16</height>
<width>124</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date_t</name> <name>min_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1153,17 +1216,17 @@ ...@@ -1153,17 +1216,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Date:</text> <text>Proportionate :</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>262</x> <x>15</x>
<y>344</y> <y>192</y>
<height>19</height> <height>19</height>
<width>99</width> <width>107</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>prop_yn_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1180,28 +1243,25 @@ ...@@ -1180,28 +1243,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>119</x> <x>126</x>
<y>371</y> <y>84</y>
<height>19</height> <height>19</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>eff_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle name="datetime" style="editmask">
<limit>15</limit> <mask>dd/mm/yy</mask>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1213,24 +1273,32 @@ ...@@ -1213,24 +1273,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>4</id>
<text>Chg User:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>100</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>16</x> <x>127</x>
<y>344</y> <y>193</y>
<height>19</height> <height>19</height>
<width>99</width> <width>94</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>prop_yn</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1241,23 +1309,23 @@ ...@@ -1241,23 +1309,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Term:</text> <text>Effective To :</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>16</x> <x>251</x>
<y>371</y> <y>84</y>
<height>19</height> <height>16</height>
<width>99</width> <width>108</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>exp_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1275,17 +1343,17 @@ ...@@ -1275,17 +1343,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Tran Id:</text> <text>Type :</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>236</x> <x>249</x>
<y>371</y> <y>111</y>
<height>19</height> <height>19</height>
<width>99</width> <width>108</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id_t</name> <name>type_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1300,31 +1368,21 @@ ...@@ -1300,31 +1368,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Max Base Amount :</text>
<tabsequence>32766</tabsequence> <border>2</border>
<border>5</border> <color>0</color>
<color>255</color> <x>252</x>
<x>365</x> <y>138</y>
<y>344</y> <height>16</height>
<height>19</height> <width>108</width>
<width>94</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>max_basic_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</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>
...@@ -1335,32 +1393,24 @@ ...@@ -1335,32 +1393,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>23</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Max Amount :</text>
<tabsequence>32766</tabsequence> <border>2</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>339</x> <x>252</x>
<y>371</y> <y>165</y>
<height>19</height> <height>16</height>
<width>120</width> <width>108</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>max_amt_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</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>
...@@ -1371,23 +1421,23 @@ ...@@ -1371,23 +1421,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Emp Code:</text> <text>Ref Type :</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>16</x> <x>16</x>
<y>30</y> <y>263</y>
<height>19</height> <height>19</height>
<width>99</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>ref_type_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1402,31 +1452,21 @@ ...@@ -1402,31 +1452,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Pay Site :</text>
<tabsequence>10</tabsequence> <border>2</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>16</x>
<y>30</y> <y>290</y>
<height>19</height> <height>19</height>
<width>65</width> <width>99</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>pay_site_t</name>
<visible>1</visible> <visible>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>
...@@ -1437,32 +1477,24 @@ ...@@ -1437,32 +1477,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>24</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Confirmation Date :</text>
<tabsequence>32766</tabsequence> <border>2</border>
<border>5</border> <color>0</color>
<color>255</color> <x>16</x>
<x>190</x> <y>317</y>
<y>30</y>
<height>19</height> <height>19</height>
<width>269</width> <width>124</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_name</name> <name>conf_date_t</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>
...@@ -1473,23 +1505,23 @@ ...@@ -1473,23 +1505,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Min Base Amt. :</text> <text>Change User:</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>16</x> <x>16</x>
<y>138</y> <y>344</y>
<height>19</height> <height>16</height>
<width>99</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_basic_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1504,32 +1536,21 @@ ...@@ -1504,32 +1536,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>13</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>70</tabsequence> <text>Change Term:</text>
<border>5</border> <border>2</border>
<color>0</color> <color>0</color>
<x>119</x> <x>16</x>
<y>138</y> <y>371</y>
<height>19</height> <height>16</height>
<width>94</width> <width>99</width>
<format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_basic</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>13</limit>
<case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1540,23 +1561,23 @@ ...@@ -1540,23 +1561,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Max Base Amt. :</text> <text>Ref No. :</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>261</x> <x>323</x>
<y>138</y> <y>262</y>
<height>19</height> <height>19</height>
<width>100</width> <width>56</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_basic_t</name> <name>ref_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1571,32 +1592,21 @@ ...@@ -1571,32 +1592,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>14</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>80</tabsequence> <text>Confirmed :</text>
<border>5</border> <border>2</border>
<color>0</color> <color>0</color>
<x>365</x> <x>315</x>
<y>138</y> <y>290</y>
<height>19</height> <height>19</height>
<width>94</width> <width>99</width>
<format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_basic</name> <name>confirmed_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>13</limit>
<case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1607,23 +1617,23 @@ ...@@ -1607,23 +1617,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Min Amt :</text> <text>Confirmed By : </text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>16</x> <x>275</x>
<y>166</y> <y>317</y>
<height>19</height> <height>19</height>
<width>99</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_amt_t</name> <name>emp_code__aprv_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1638,32 +1648,21 @@ ...@@ -1638,32 +1648,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>16</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>90</tabsequence> <text>Change Date:</text>
<border>5</border> <border>2</border>
<color>0</color> <color>0</color>
<x>119</x> <x>262</x>
<y>166</y> <y>344</y>
<height>19</height> <height>16</height>
<width>94</width> <width>99</width>
<format>#######0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_amt</name> <name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>14</limit>
<case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1674,23 +1673,23 @@ ...@@ -1674,23 +1673,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Max Amt :</text> <text>Tran Id:</text>
<border>0</border> <border>2</border>
<color>0</color> <color>0</color>
<x>294</x> <x>236</x>
<y>166</y> <y>371</y>
<height>19</height> <height>19</height>
<width>67</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_amt_t</name> <name>tran_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1707,28 +1706,25 @@ ...@@ -1707,28 +1706,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>23</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>366</x> <x>364</x>
<y>166</y> <y>113</y>
<height>19</height> <height>16</height>
<width>94</width> <width>94</width>
<format>#######0.00</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_amt</name> <name>type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>13</limit> <limit>1</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<format>#######0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
......
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