Commit fa942e02 authored by vlagad's avatar vlagad

updated SUN migration metadata for allow deduction drop.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210505 ce508802-f39f-4f6c-b175-0d175dae99d5
parent efa87ccd
......@@ -105,6 +105,11 @@
<updatewhereclause>yes</updatewhereclause>
<name>bal_opt</name>
<dbname>allowdedn_drop.bal_opt</dbname>
<values>
<item display="Consume" data="C"/>
<item display="Accumulate" data="A"/>
<item display="No balance" data="N"/>
</values>
</table_column>
<table_column>
<type size="1">char</type>
......@@ -180,29 +185,71 @@
<item display="No" data="N"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allowdedn_drop&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;period&quot; ) COLUMN(NAME=&quot;allowdedn_drop.tran_id&quot;) COLUMN(NAME=&quot;allowdedn_drop.tran_date&quot;) COLUMN(NAME=&quot;allowdedn_drop.emp_code&quot;) COLUMN(NAME=&quot;allowdedn_drop.ad_code&quot;) COLUMN(NAME=&quot;allowdedn_drop.tran_type&quot;) COLUMN(NAME=&quot;allowdedn_drop.prop_yn&quot;) COLUMN(NAME=&quot;allowdedn_drop.bal_opt&quot;) COLUMN(NAME=&quot;allowdedn_drop.bal_act&quot;) COLUMN(NAME=&quot;allowdedn_drop.remarks&quot;) COLUMN(NAME=&quot;allowdedn_drop.prd_code__ded&quot;) COLUMN(NAME=&quot;allowdedn_drop.prd_code__adj&quot;) COLUMN(NAME=&quot;allowdedn_drop.drop_amount&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;allowdedn_drop.confirmed&quot;) JOIN (LEFT=&quot;allowdedn_drop.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;allowdedn_drop.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;allowdedn_drop.prd_code__ded&quot; OP =&quot;=&quot;RIGHT=&quot;period.code&quot; )WHERE( EXP1 =&quot;period.to_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:ad_from_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;period.fr_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:ad_to_date&quot; ) ) ARG(NAME = &quot;ad_from_date&quot; TYPE = datetime) ARG(NAME = &quot;ad_to_date&quot; TYPE = datetime) </retrieve>
<update>allowdedn_drop</update>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>allowdedn_drop_chg_date</name>
<dbname>allowdedn_drop.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>allowdedn_drop_chg_user</name>
<dbname>allowdedn_drop.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>allowdedn_drop_chg_term</name>
<dbname>allowdedn_drop.chg_term</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>allowdedn_drop_confirmed_on</name>
<dbname>allowdedn_drop.confirmed_on</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>allowdedn_drop_act_amt</name>
<dbname>allowdedn_drop.act_amt</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>allowdedn_drop_emp_code__conf</name>
<dbname>allowdedn_drop.emp_code__conf</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allowdedn_drop&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;allowdedn_drop.tran_id&quot;) COLUMN(NAME=&quot;allowdedn_drop.tran_date&quot;) COLUMN(NAME=&quot;allowdedn_drop.emp_code&quot;) COLUMN(NAME=&quot;allowdedn_drop.ad_code&quot;) COLUMN(NAME=&quot;allowdedn_drop.tran_type&quot;) COLUMN(NAME=&quot;allowdedn_drop.prop_yn&quot;) COLUMN(NAME=&quot;allowdedn_drop.bal_opt&quot;) COLUMN(NAME=&quot;allowdedn_drop.bal_act&quot;) COLUMN(NAME=&quot;allowdedn_drop.remarks&quot;) COLUMN(NAME=&quot;allowdedn_drop.prd_code__ded&quot;) COLUMN(NAME=&quot;allowdedn_drop.prd_code__adj&quot;) COLUMN(NAME=&quot;allowdedn_drop.drop_amount&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;allowdedn_drop.confirmed&quot;) COLUMN(NAME=&quot;allowdedn_drop.chg_date&quot;) COLUMN(NAME=&quot;allowdedn_drop.chg_user&quot;) COLUMN(NAME=&quot;allowdedn_drop.chg_term&quot;) COLUMN(NAME=&quot;allowdedn_drop.confirmed_on&quot;) COLUMN(NAME=&quot;allowdedn_drop.act_amt&quot;) COLUMN(NAME=&quot;allowdedn_drop.emp_code__conf&quot;) JOIN (LEFT=&quot;allowdedn_drop.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;allowdedn_drop.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; )WHERE( EXP1 =&quot;~&quot;ALLOWDEDN_DROP~&quot;.~&quot;PRD_CODE__DED~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:as_prd_code_fr&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;ALLOWDEDN_DROP~&quot;.~&quot;PRD_CODE__DED~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:as_prd_code_to&quot; ) ) ARG(NAME = &quot;as_prd_code_fr&quot; TYPE = string) ARG(NAME = &quot;as_prd_code_to&quot; TYPE = string) </retrieve>
<update>ALLOWDEDN_DROP</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>ad_from_date</name>
<type>datetime</type>
<name>as_prd_code_fr</name>
<type>string</type>
</argument>
<argument>
<name>ad_to_date</name>
<type>datetime</type>
<name>as_prd_code_to</name>
<type>string</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Transaction Id</text>
<text>Tran Id</text>
<border>6</border>
<color>0</color>
<x>2</x>
<y>3</y>
<height>16</height>
<width>90</width>
<width>82</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -224,13 +271,13 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Transaction Date</text>
<text>Tran Date</text>
<border>6</border>
<color>0</color>
<x>94</x>
<x>86</x>
<y>3</y>
<height>16</height>
<width>102</width>
<width>55</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -252,13 +299,13 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Allow/Dedn Code</text>
<text>A/D Code</text>
<border>6</border>
<color>0</color>
<x>198</x>
<x>143</x>
<y>3</y>
<height>16</height>
<width>105</width>
<width>53</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -280,13 +327,13 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Description</text>
<text>A/D Description</text>
<border>6</border>
<color>0</color>
<x>305</x>
<x>198</x>
<y>3</y>
<height>16</height>
<width>158</width>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -311,7 +358,7 @@
<text>Confirmed</text>
<border>6</border>
<color>0</color>
<x>465</x>
<x>309</x>
<y>3</y>
<height>16</height>
<width>67</width>
......@@ -336,13 +383,13 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Employee Code</text>
<text>Emp. Code</text>
<border>6</border>
<color>0</color>
<x>534</x>
<x>378</x>
<y>3</y>
<height>16</height>
<width>102</width>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -367,7 +414,7 @@
<text>First Name</text>
<border>6</border>
<color>0</color>
<x>638</x>
<x>446</x>
<y>3</y>
<height>16</height>
<width>91</width>
......@@ -395,7 +442,7 @@
<text>Last Name</text>
<border>6</border>
<color>0</color>
<x>731</x>
<x>539</x>
<y>3</y>
<height>16</height>
<width>91</width>
......@@ -420,10 +467,10 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Drop Amount</text>
<text>Amount</text>
<border>6</border>
<color>0</color>
<x>824</x>
<x>632</x>
<y>3</y>
<height>16</height>
<width>79</width>
......@@ -448,13 +495,13 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Proportionate</text>
<text>Propci.</text>
<border>6</border>
<color>0</color>
<x>905</x>
<x>713</x>
<y>3</y>
<height>16</height>
<width>84</width>
<width>45</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -476,13 +523,13 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Transaction Type</text>
<text>Tran type</text>
<border>6</border>
<color>0</color>
<x>991</x>
<x>760</x>
<y>3</y>
<height>16</height>
<width>101</width>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -504,13 +551,13 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Deduction Period</text>
<text>Period Ded.</text>
<border>6</border>
<color>0</color>
<x>1094</x>
<x>828</x>
<y>3</y>
<height>16</height>
<width>101</width>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -532,13 +579,13 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Adjustment Period</text>
<text>Period Adj.</text>
<border>6</border>
<color>0</color>
<x>1197</x>
<x>895</x>
<y>3</y>
<height>16</height>
<width>115</width>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -560,13 +607,13 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Balance Option</text>
<text>Bal. Option</text>
<border>6</border>
<color>0</color>
<x>1314</x>
<x>963</x>
<y>3</y>
<height>16</height>
<width>94</width>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -588,17 +635,17 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Balance Action</text>
<text>Remarks</text>
<border>6</border>
<color>0</color>
<x>1410</x>
<x>1121</x>
<y>3</y>
<height>16</height>
<width>90</width>
<width>120</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bal_act_t</name>
<name>remarks_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -616,17 +663,17 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Remarks</text>
<text>Bal. Action</text>
<border>6</border>
<color>0</color>
<x>1502</x>
<x>1031</x>
<y>3</y>
<height>16</height>
<width>230</width>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks_t</name>
<name>bal_act_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -643,19 +690,19 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<alignment>2</alignment>
<text>Pay Site</text>
<border>6</border>
<color>0</color>
<x>1734</x>
<x>2947</x>
<y>3</y>
<height>16</height>
<width>67</width>
<width>55</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site_t</name>
<visible>1</visible>
<visible expression="&quot;false&quot;">1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -669,6 +716,174 @@
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Allowdedn Drop Chg Date</text>
<border>0</border>
<color>33554432</color>
<x>1243</x>
<y>1</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_chg_date_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Allowdedn Drop Chg User</text>
<border>0</border>
<color>33554432</color>
<x>1331</x>
<y>1</y>
<height>16</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_chg_user_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Allowdedn Drop Chg Term</text>
<border>0</border>
<color>33554432</color>
<x>1411</x>
<y>1</y>
<height>16</height>
<width>1022</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_chg_term_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Allowdedn Drop Confirmed On</text>
<border>0</border>
<color>33554432</color>
<x>2435</x>
<y>1</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_confirmed_on_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Allowdedn Drop Act Amt</text>
<border>0</border>
<color>33554432</color>
<x>2523</x>
<y>1</y>
<height>16</height>
<width>342</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_act_amt_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Allowdedn Drop Emp Code Conf</text>
<border>0</border>
<color>33554432</color>
<x>2867</x>
<y>1</y>
<height>16</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_emp_code__conf_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
......@@ -679,7 +894,7 @@
<x>2</x>
<y>1</y>
<height>16</height>
<width>90</width>
<width>82</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -713,10 +928,10 @@
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>94</x>
<x>86</x>
<y>1</y>
<height>16</height>
<width>102</width>
<width>55</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -748,10 +963,10 @@
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>198</x>
<x>143</x>
<y>1</y>
<height>16</height>
<width>105</width>
<width>53</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -785,10 +1000,10 @@
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>305</x>
<x>198</x>
<y>1</y>
<height>16</height>
<width>158</width>
<width>109</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -822,7 +1037,7 @@
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>465</x>
<x>309</x>
<y>1</y>
<height>16</height>
<width>67</width>
......@@ -858,10 +1073,10 @@
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>534</x>
<x>378</x>
<y>1</y>
<height>16</height>
<width>102</width>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -895,7 +1110,7 @@
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>638</x>
<x>446</x>
<y>1</y>
<height>16</height>
<width>91</width>
......@@ -932,7 +1147,7 @@
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>731</x>
<x>539</x>
<y>1</y>
<height>16</height>
<width>91</width>
......@@ -969,7 +1184,7 @@
<tabsequence>90</tabsequence>
<border>5</border>
<color>0</color>
<x>824</x>
<x>632</x>
<y>1</y>
<height>16</height>
<width>79</width>
......@@ -1004,10 +1219,10 @@
<tabsequence>100</tabsequence>
<border>5</border>
<color>0</color>
<x>905</x>
<x>713</x>
<y>1</y>
<height>16</height>
<width>84</width>
<width>45</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1040,10 +1255,10 @@
<tabsequence>110</tabsequence>
<border>5</border>
<color>0</color>
<x>991</x>
<x>760</x>
<y>1</y>
<height>16</height>
<width>101</width>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1076,10 +1291,10 @@
<tabsequence>120</tabsequence>
<border>5</border>
<color>0</color>
<x>1094</x>
<x>828</x>
<y>1</y>
<height>16</height>
<width>101</width>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1112,10 +1327,10 @@
<tabsequence>130</tabsequence>
<border>5</border>
<color>0</color>
<x>1197</x>
<x>895</x>
<y>1</y>
<height>16</height>
<width>115</width>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1148,20 +1363,57 @@
<tabsequence>140</tabsequence>
<border>5</border>
<color>0</color>
<x>1314</x>
<x>963</x>
<y>1</y>
<height>16</height>
<width>94</width>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bal_opt</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>160</tabsequence>
<border>5</border>
<color>0</color>
<x>1121</x>
<y>1</y>
<height>16</height>
<width>120</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<limit>40</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1184,10 +1436,10 @@
<tabsequence>150</tabsequence>
<border>5</border>
<color>0</color>
<x>1410</x>
<x>1031</x>
<y>1</y>
<height>16</height>
<width>90</width>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1215,26 +1467,61 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>16</id>
<alignment>0</alignment>
<tabsequence>160</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1502</x>
<x>2947</x>
<y>1</y>
<height>16</height>
<width>230</width>
<width>55</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks</name>
<name>pay_site</name>
<visible expression="&quot;false&quot;">1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>170</tabsequence>
<border>0</border>
<color>0</color>
<x>1243</x>
<y>1</y>
<height>15</height>
<width>86</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_chg_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1252,20 +1539,164 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<id>19</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<tabsequence>180</tabsequence>
<border>0</border>
<color>0</color>
<x>1734</x>
<x>1331</x>
<y>1</y>
<height>16</height>
<width>67</width>
<height>15</height>
<width>78</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site</name>
<name>allowdedn_drop_chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>190</tabsequence>
<border>0</border>
<color>0</color>
<x>1411</x>
<y>1</y>
<height>15</height>
<width>1022</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>200</tabsequence>
<border>0</border>
<color>0</color>
<x>2435</x>
<y>1</y>
<height>15</height>
<width>86</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_confirmed_on</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>210</tabsequence>
<border>0</border>
<color>0</color>
<x>2523</x>
<y>1</y>
<height>15</height>
<width>342</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_act_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>220</tabsequence>
<border>0</border>
<color>0</color>
<x>2867</x>
<y>1</y>
<height>15</height>
<width>78</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allowdedn_drop_emp_code__conf</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>263</height>
<height>315</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -239,7 +239,7 @@
<dbname>allowdedn_drop.act_amt</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allowdedn_drop&quot; ) TABLE(NAME=&quot;employee&quot; ALIAS=&quot;employee_a&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ALIAS=&quot;employee_b&quot; ) COLUMN(NAME=&quot;allowdedn_drop.tran_id&quot;) COLUMN(NAME=&quot;allowdedn_drop.tran_date&quot;) COLUMN(NAME=&quot;allowdedn_drop.emp_code&quot;) COLUMN(NAME=&quot;allowdedn_drop.ad_code&quot;) COLUMN(NAME=&quot;allowdedn_drop.tran_type&quot;) COLUMN(NAME=&quot;allowdedn_drop.bal_opt&quot;) COLUMN(NAME=&quot;allowdedn_drop.bal_act&quot;) COLUMN(NAME=&quot;allowdedn_drop.remarks&quot;) COLUMN(NAME=&quot;allowdedn_drop.chg_date&quot;) COLUMN(NAME=&quot;allowdedn_drop.chg_user&quot;) COLUMN(NAME=&quot;allowdedn_drop.chg_term&quot;) COLUMN(NAME=&quot;allowdedn_drop.prd_code__ded&quot;) COLUMN(NAME=&quot;allowdedn_drop.prd_code__adj&quot;) COLUMN(NAME=&quot;allowdedn_drop.prop_yn&quot;) COLUMN(NAME=&quot;allowdedn_drop.drop_amount&quot;) COLUMN(NAME=&quot;employee_a.emp_fname&quot;) COLUMN(NAME=&quot;employee_a.emp_lname&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee_a.pay_site&quot;) COLUMN(NAME=&quot;allowdedn_drop.confirmed&quot;) COLUMN(NAME=&quot;allowdedn_drop.confirmed_on&quot;) COLUMN(NAME=&quot;allowdedn_drop.emp_code__conf&quot;) COLUMN(NAME=&quot;employee_b.emp_fname&quot;) COLUMN(NAME=&quot;employee_b.emp_lname&quot;) COLUMN(NAME=&quot;allowdedn_drop.act_amt&quot;) JOIN (LEFT=&quot;allowdedn_drop.emp_code__conf&quot; OP =&quot;=&quot;RIGHT=&quot;employee_b.emp_code&quot; OUTER1 =&quot;allowdedn_drop.emp_code__conf&quot; ) JOIN (LEFT=&quot;allowdedn_drop.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee_a.emp_code&quot; ) JOIN (LEFT=&quot;allowdedn_drop.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; )WHERE( EXP1 =&quot;allowdedn_drop.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:mtran_id&quot; ) ) ARG(NAME = &quot;mtran_id&quot; TYPE = string) </retrieve>
<update>allowdedn_drop</update>
<update>ALLOWDEDN_DROP</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -252,8 +252,8 @@
<text>Basic</text>
<border>2</border>
<color>0</color>
<x>3</x>
<y>4</y>
<x>12</x>
<y>12</y>
<height>254</height>
<width>629</width>
<name>gb_1</name>
......@@ -278,8 +278,8 @@
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>521</x>
<y>233</y>
<x>500</x>
<y>278</y>
<height>19</height>
<width>35</width>
<format>[general]</format>
......@@ -313,8 +313,8 @@
<text>Transaction Date :</text>
<border>0</border>
<color>0</color>
<x>409</x>
<y>20</y>
<x>421</x>
<y>36</y>
<height>16</height>
<width>110</width>
<html>
......@@ -342,8 +342,8 @@
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>524</x>
<y>20</y>
<x>536</x>
<y>36</y>
<height>16</height>
<width>78</width>
<format>[shortdate] [time]</format>
......@@ -377,8 +377,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>227</x>
<y>44</y>
<x>239</x>
<y>60</y>
<height>16</height>
<width>183</width>
<format>[general]</format>
......@@ -415,8 +415,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>415</x>
<y>44</y>
<x>427</x>
<y>60</y>
<height>16</height>
<width>187</width>
<format>[general]</format>
......@@ -453,8 +453,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>138</x>
<y>20</y>
<x>150</x>
<y>36</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
......@@ -490,8 +490,8 @@
<text>Adjustment Period :</text>
<border>0</border>
<color>0</color>
<x>428</x>
<y>68</y>
<x>440</x>
<y>84</y>
<height>16</height>
<width>112</width>
<html>
......@@ -519,8 +519,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>544</x>
<y>68</y>
<x>556</x>
<y>84</y>
<height>16</height>
<width>58</width>
<format>[general]</format>
......@@ -556,10 +556,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>207</x>
<y>92</y>
<x>312</x>
<y>108</y>
<height>16</height>
<width>395</width>
<width>302</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -592,8 +592,8 @@
<text>Drop Amount :</text>
<border>0</border>
<color>0</color>
<x>427</x>
<y>116</y>
<x>439</x>
<y>132</y>
<height>16</height>
<width>85</width>
<html>
......@@ -621,8 +621,8 @@
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>516</x>
<y>116</y>
<x>528</x>
<y>132</y>
<height>16</height>
<width>86</width>
<format>########0.00</format>
......@@ -656,8 +656,8 @@
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>138</x>
<y>44</y>
<x>150</x>
<y>60</y>
<height>16</height>
<width>85</width>
<format>[general]</format>
......@@ -692,8 +692,8 @@
<text>Deduction Period :</text>
<border>0</border>
<color>0</color>
<x>236</x>
<y>68</y>
<x>248</x>
<y>84</y>
<height>16</height>
<width>109</width>
<html>
......@@ -721,8 +721,8 @@
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>349</x>
<y>68</y>
<x>361</x>
<y>84</y>
<height>16</height>
<width>58</width>
<format>[general]</format>
......@@ -757,8 +757,8 @@
<text>Actual Amount :</text>
<border>0</border>
<color>0</color>
<x>236</x>
<y>116</y>
<x>248</x>
<y>132</y>
<height>16</height>
<width>109</width>
<html>
......@@ -782,12 +782,12 @@
<ColumnObject>
<band>Detail</band>
<id>25</id>
<alignment>0</alignment>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>349</x>
<y>116</y>
<x>361</x>
<y>132</y>
<height>16</height>
<width>69</width>
<format>0.00</format>
......@@ -822,8 +822,8 @@
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>138</x>
<y>68</y>
<x>150</x>
<y>84</y>
<height>16</height>
<width>85</width>
<format>[general]</format>
......@@ -858,10 +858,10 @@
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>138</x>
<y>92</y>
<x>150</x>
<y>108</y>
<height>16</height>
<width>65</width>
<width>156</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -894,8 +894,8 @@
<text>Balance Option :</text>
<border>0</border>
<color>0</color>
<x>310</x>
<y>140</y>
<x>322</x>
<y>156</y>
<height>16</height>
<width>168</width>
<html>
......@@ -923,8 +923,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>482</x>
<y>140</y>
<x>494</x>
<y>156</y>
<height>16</height>
<width>120</width>
<format>[general]</format>
......@@ -959,8 +959,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>138</x>
<y>116</y>
<x>150</x>
<y>132</y>
<height>16</height>
<width>69</width>
<format>[general]</format>
......@@ -995,8 +995,8 @@
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>138</x>
<y>140</y>
<x>150</x>
<y>156</y>
<height>16</height>
<width>114</width>
<format>[general]</format>
......@@ -1032,8 +1032,8 @@
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>138</x>
<y>164</y>
<x>150</x>
<y>180</y>
<height>16</height>
<width>464</width>
<format>[general]</format>
......@@ -1069,8 +1069,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>138</x>
<y>188</y>
<x>150</x>
<y>204</y>
<height>16</height>
<width>69</width>
<format>[general]</format>
......@@ -1104,8 +1104,8 @@
<text>Confirmed On :</text>
<border>0</border>
<color>0</color>
<x>433</x>
<y>188</y>
<x>445</x>
<y>204</y>
<height>16</height>
<width>95</width>
<html>
......@@ -1133,8 +1133,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>533</x>
<y>188</y>
<x>545</x>
<y>204</y>
<height>16</height>
<width>69</width>
<format>dd/mm/yy</format>
......@@ -1168,8 +1168,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>138</x>
<y>212</y>
<x>150</x>
<y>228</y>
<height>16</height>
<width>85</width>
<format>[general]</format>
......@@ -1204,8 +1204,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>227</x>
<y>212</y>
<x>239</x>
<y>228</y>
<height>16</height>
<width>183</width>
<format>[general]</format>
......@@ -1240,8 +1240,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>415</x>
<y>212</y>
<x>427</x>
<y>228</y>
<height>16</height>
<width>187</width>
<format>[general]</format>
......@@ -1275,8 +1275,8 @@
<text>Transaction Id :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>20</y>
<x>32</x>
<y>36</y>
<height>16</height>
<width>113</width>
<html>
......@@ -1303,8 +1303,8 @@
<text>Proportionate :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>116</y>
<x>32</x>
<y>132</y>
<height>16</height>
<width>113</width>
<html>
......@@ -1331,8 +1331,8 @@
<text>Balance Action :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>140</y>
<x>32</x>
<y>156</y>
<height>16</height>
<width>113</width>
<html>
......@@ -1359,8 +1359,8 @@
<text>Remarks :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>164</y>
<x>32</x>
<y>180</y>
<height>16</height>
<width>113</width>
<html>
......@@ -1387,8 +1387,8 @@
<text>Confirmed :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>188</y>
<x>32</x>
<y>204</y>
<height>16</height>
<width>113</width>
<html>
......@@ -1415,8 +1415,8 @@
<text>Confirmed By :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>212</y>
<x>32</x>
<y>228</y>
<height>16</height>
<width>113</width>
<html>
......@@ -1443,8 +1443,8 @@
<text>Employee Code :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>44</y>
<x>32</x>
<y>60</y>
<height>16</height>
<width>113</width>
<html>
......@@ -1471,8 +1471,8 @@
<text>Transaction Type :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>68</y>
<x>32</x>
<y>84</y>
<height>16</height>
<width>113</width>
<html>
......@@ -1499,8 +1499,8 @@
<text>Allow/Dedn Code :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>92</y>
<x>32</x>
<y>108</y>
<height>16</height>
<width>113</width>
<html>
......
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