Commit 2042e5f2 authored by jshinde's avatar jshinde

updated xml for tran type and removed location code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101411 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0c873ac7
...@@ -70,13 +70,6 @@ ...@@ -70,13 +70,6 @@
<name>site_code</name> <name>site_code</name>
<dbname>pallet_req_hdr.site_code</dbname> <dbname>pallet_req_hdr.site_code</dbname>
</table_column> </table_column>
<table_column>
<type size="8">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>loc_code</name>
<dbname>pallet_req_hdr.loc_code</dbname>
</table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
...@@ -147,7 +140,14 @@ ...@@ -147,7 +140,14 @@
<name>chg_term</name> <name>chg_term</name>
<dbname>pallet_req_hdr.chg_term</dbname> <dbname>pallet_req_hdr.chg_term</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_hdr&quot; ) COLUMN(NAME=&quot;pallet_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.loc_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_req_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_term&quot;)WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:FromDate&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:ToDate&quot; ) ) ARG(NAME = &quot;FromDate&quot; TYPE = datetime) ARG(NAME = &quot;ToDate&quot; TYPE = datetime) </retrieve> <table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>tran_type</name>
<dbname>pallet_req_hdr.tran_type</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_hdr&quot; ) COLUMN(NAME=&quot;pallet_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_req_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_type&quot;)WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:FromDate&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:ToDate&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_TYPE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:TransactionType&quot; ) ) ARG(NAME = &quot;FromDate&quot; TYPE = datetime) ARG(NAME = &quot;ToDate&quot; TYPE = datetime) ARG(NAME = &quot;TransactionType&quot; TYPE = string) </retrieve>
<update>PALLET_REQ_HDR</update> <update>PALLET_REQ_HDR</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -159,6 +159,10 @@ ...@@ -159,6 +159,10 @@
<name>ToDate</name> <name>ToDate</name>
<type>datetime</type> <type>datetime</type>
</argument> </argument>
<argument>
<name>TransactionType</name>
<type>string</type>
</argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
...@@ -244,41 +248,13 @@ ...@@ -244,41 +248,13 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Location Code</text>
<border>0</border>
<color>33554432</color>
<x>263</x>
<y>2</y>
<height>15</height>
<width>55</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Confirmed</text> <text>Confirmed</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>320</x> <x>264</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>58</width> <width>58</width>
...@@ -306,7 +282,7 @@ ...@@ -306,7 +282,7 @@
<text>Confirmed Date</text> <text>Confirmed Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>380</x> <x>324</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>132</width> <width>132</width>
...@@ -334,7 +310,7 @@ ...@@ -334,7 +310,7 @@
<text>Employee Code Approver</text> <text>Employee Code Approver</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>514</x> <x>458</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>94</width> <width>94</width>
...@@ -362,7 +338,7 @@ ...@@ -362,7 +338,7 @@
<text>Remarks</text> <text>Remarks</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>610</x> <x>554</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>366</width> <width>366</width>
...@@ -390,7 +366,7 @@ ...@@ -390,7 +366,7 @@
<text>Add User</text> <text>Add User</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>978</x> <x>922</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>66</width> <width>66</width>
...@@ -418,7 +394,7 @@ ...@@ -418,7 +394,7 @@
<text>Add Date</text> <text>Add Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1046</x> <x>990</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>132</width> <width>132</width>
...@@ -446,7 +422,7 @@ ...@@ -446,7 +422,7 @@
<text>Add Term</text> <text>Add Term</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1180</x> <x>1124</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>96</width> <width>96</width>
...@@ -474,7 +450,7 @@ ...@@ -474,7 +450,7 @@
<text>Change User</text> <text>Change User</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1278</x> <x>1222</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>66</width> <width>66</width>
...@@ -502,7 +478,7 @@ ...@@ -502,7 +478,7 @@
<text>Change Term</text> <text>Change Term</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1480</x> <x>1424</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>96</width> <width>96</width>
...@@ -530,7 +506,7 @@ ...@@ -530,7 +506,7 @@
<text>Change Date</text> <text>Change Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1346</x> <x>1290</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>132</width> <width>132</width>
...@@ -670,48 +646,10 @@ ...@@ -670,48 +646,10 @@
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>0</border>
<color>33554432</color>
<x>263</x>
<y>2</y>
<height>18</height>
<width>55</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>8</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>50</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>320</x> <x>264</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>58</width> <width>58</width>
...@@ -744,12 +682,12 @@ ...@@ -744,12 +682,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>60</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>380</x> <x>324</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>132</width> <width>132</width>
...@@ -782,12 +720,12 @@ ...@@ -782,12 +720,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>70</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>514</x> <x>458</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>94</width> <width>94</width>
...@@ -820,12 +758,12 @@ ...@@ -820,12 +758,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>80</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>610</x> <x>554</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>366</width> <width>366</width>
...@@ -858,12 +796,12 @@ ...@@ -858,12 +796,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>90</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>978</x> <x>922</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>66</width> <width>66</width>
...@@ -896,12 +834,12 @@ ...@@ -896,12 +834,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>100</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1046</x> <x>990</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>132</width> <width>132</width>
...@@ -934,12 +872,12 @@ ...@@ -934,12 +872,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>110</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1180</x> <x>1124</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>96</width> <width>96</width>
...@@ -972,12 +910,12 @@ ...@@ -972,12 +910,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>120</tabsequence> <tabsequence>120</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1278</x> <x>1222</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>66</width> <width>66</width>
...@@ -1010,12 +948,12 @@ ...@@ -1010,12 +948,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>140</tabsequence> <tabsequence>140</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1480</x> <x>1424</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>96</width> <width>96</width>
...@@ -1048,12 +986,12 @@ ...@@ -1048,12 +986,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>130</tabsequence> <tabsequence>130</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1346</x> <x>1290</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>132</width> <width>132</width>
...@@ -1084,6 +1022,70 @@ ...@@ -1084,6 +1022,70 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1523</x>
<y>1</y>
<height>15</height>
<width>133</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Transaction Type</text>
<border>0</border>
<color>33554432</color>
<x>1522</x>
<y>1</y>
<height>16</height>
<width>134</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_type_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
...@@ -1102,6 +1104,12 @@ ...@@ -1102,6 +1104,12 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_pallet_req11</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_pallet_req11&gt;&lt;d_pallet_req11_row __pbband=&quot;detail&quot;&gt;&lt;tran_id&gt;tran_id&lt;/tran_id&gt;&lt;tran_date&gt;tran_date&lt;/tran_date&gt;&lt;site_code&gt;site_code&lt;/site_code&gt;&lt;loc_code/&gt;&lt;confirmed&gt;confirmed&lt;/confirmed&gt;&lt;conf_date&gt;conf_date&lt;/conf_date&gt;&lt;emp_code__aprv&gt;emp_code__aprv&lt;/emp_code__aprv&gt;&lt;remarks&gt;remarks&lt;/remarks&gt;&lt;add_user&gt;add_user&lt;/add_user&gt;&lt;add_date&gt;add_date&lt;/add_date&gt;&lt;add_term&gt;add_term&lt;/add_term&gt;&lt;chg_user&gt;chg_user&lt;/chg_user&gt;&lt;chg_date&gt;chg_date&lt;/chg_date&gt;&lt;chg_term&gt;chg_term&lt;/chg_term&gt;&lt;/d_pallet_req11_row&gt;&lt;/d_pallet_req11&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
...@@ -71,13 +71,6 @@ ...@@ -71,13 +71,6 @@
<name>pallet_no</name> <name>pallet_no</name>
<dbname>pallet_req_det.pallet_no</dbname> <dbname>pallet_req_det.pallet_no</dbname>
</table_column> </table_column>
<table_column>
<type size="8">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>loc_code</name>
<dbname>pallet_req_det.loc_code</dbname>
</table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
...@@ -85,13 +78,7 @@ ...@@ -85,13 +78,7 @@
<name>status</name> <name>status</name>
<dbname>pallet_req_det.status</dbname> <dbname>pallet_req_det.status</dbname>
</table_column> </table_column>
<table_column> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_det&quot; ) COLUMN(NAME=&quot;pallet_req_det.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_det.line_no&quot;) COLUMN(NAME=&quot;pallet_req_det.pallet_no&quot;) COLUMN(NAME=&quot;pallet_req_det.status&quot;)WHERE( EXP1 =&quot;~&quot;PALLET_REQ_DET~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:TRAN_ID&quot; ) ) ARG(NAME = &quot;TRAN_ID&quot; TYPE = string) ARG(NAME = &quot;LINE_NO&quot; TYPE = string) </retrieve>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>location_descr</name>
<dbname>location.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_det&quot; ) TABLE(NAME=&quot;location&quot; ) COLUMN(NAME=&quot;pallet_req_det.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_det.line_no&quot;) COLUMN(NAME=&quot;pallet_req_det.pallet_no&quot;) COLUMN(NAME=&quot;pallet_req_det.loc_code&quot;) COLUMN(NAME=&quot;pallet_req_det.status&quot;) COLUMN(NAME=&quot;location.descr&quot;) JOIN (LEFT=&quot;pallet_req_det.loc_code&quot; OP =&quot;=&quot;RIGHT=&quot;location.loc_code&quot; )WHERE( EXP1 =&quot;~&quot;PALLET_REQ_DET~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:TRAN_ID&quot; ) ) ARG(NAME = &quot;TRAN_ID&quot; TYPE = string) ARG(NAME = &quot;LINE_NO&quot; TYPE = string) </retrieve>
<update>PALLET_REQ_DET</update> <update>PALLET_REQ_DET</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -188,41 +175,13 @@ ...@@ -188,41 +175,13 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Location Code</text>
<border>0</border>
<color>33554432</color>
<x>242</x>
<y>2</y>
<height>15</height>
<width>54</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Status</text> <text>Status</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>298</x> <x>243</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>36</width> <width>36</width>
...@@ -244,34 +203,6 @@ ...@@ -244,34 +203,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Location Description</text>
<border>0</border>
<color>33554432</color>
<x>336</x>
<y>1</y>
<height>17</height>
<width>238</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>location_descr_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -393,49 +324,10 @@ ...@@ -393,49 +324,10 @@
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>4</id>
<alignment>2</alignment> <alignment>2</alignment>
<tabsequence>40</tabsequence>
<border>0</border>
<color>33554432</color>
<x>242</x>
<y>2</y>
<height>18</height>
<width>54</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code</name>
<tag>Location code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>8</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>2</alignment>
<tabsequence>50</tabsequence> <tabsequence>50</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>298</x> <x>243</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>36</width> <width>36</width>
...@@ -467,43 +359,6 @@ ...@@ -467,43 +359,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>0</border>
<color>33554432</color>
<x>336</x>
<y>1</y>
<height>15</height>
<width>238</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>location_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
...@@ -522,6 +377,12 @@ ...@@ -522,6 +377,12 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_pallet_req12</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_pallet_req12&gt;&lt;d_pallet_req12_row __pbband=&quot;detail&quot;&gt;&lt;tran_id&gt;tran_id&lt;/tran_id&gt;&lt;line_no&gt;line_no&lt;/line_no&gt;&lt;pallet_no&gt;pallet_no&lt;/pallet_no&gt;&lt;loc_code/&gt;&lt;status&gt;status&lt;/status&gt;&lt;location_descr/&gt;&lt;/d_pallet_req12_row&gt;&lt;/d_pallet_req12&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
...@@ -65,13 +65,6 @@ ...@@ -65,13 +65,6 @@
<name>site_code</name> <name>site_code</name>
<dbname>pallet_req_hdr.site_code</dbname> <dbname>pallet_req_hdr.site_code</dbname>
</table_column> </table_column>
<table_column>
<type size="8">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>loc_code</name>
<dbname>pallet_req_hdr.loc_code</dbname>
</table_column>
<table_column> <table_column>
<type size="60">char</type> <type size="60">char</type>
<update>yes</update> <update>yes</update>
...@@ -149,12 +142,13 @@ ...@@ -149,12 +142,13 @@
<dbname>site.descr</dbname> <dbname>site.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>location_descr</name> <name>tran_type</name>
<dbname>location.descr</dbname> <dbname>pallet_req_hdr.tran_type</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_hdr&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;location&quot; ) COLUMN(NAME=&quot;pallet_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.loc_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_req_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_req_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_term&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;location.descr&quot;) JOIN (LEFT=&quot;site.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;pallet_req_hdr.site_code&quot; ) JOIN (LEFT=&quot;pallet_req_hdr.loc_code&quot; OP =&quot;=&quot;RIGHT=&quot;location.loc_code&quot; )WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:TRAN_ID&quot; ) ) ARG(NAME = &quot;TRAN_ID&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_hdr&quot; ) TABLE(NAME=&quot;site&quot; ) COLUMN(NAME=&quot;pallet_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_req_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_req_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_term&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_type&quot;) JOIN (LEFT=&quot;site.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;pallet_req_hdr.site_code&quot; )WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:TRAN_ID&quot; ) ) ARG(NAME = &quot;TRAN_ID&quot; TYPE = string) </retrieve>
<update>PALLET_REQ_HDR</update> <update>PALLET_REQ_HDR</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -165,14 +159,14 @@ ...@@ -165,14 +159,14 @@
</TableDefinition> </TableDefinition>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Other</text> <text>Basic</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>16</x> <x>18</x>
<y>258</y> <y>12</y>
<height>104</height> <height>207</height>
<width>582</width> <width>553</width>
<name>gb_2</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -189,14 +183,14 @@ ...@@ -189,14 +183,14 @@
</GroupBox> </GroupBox>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Basic</text> <text>Other</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>10</x> <x>21</x>
<y>14</y> <y>252</y>
<height>228</height> <height>104</height>
<width>587</width> <width>582</width>
<name>gb_1</name> <name>gb_2</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -213,85 +207,7 @@ ...@@ -213,85 +207,7 @@
</GroupBox> </GroupBox>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>180</x>
<y>120</y>
<height>16</height>
<width>25</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed</name>
<tag>Transaction confirmation (Y/N)</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>478</x>
<y>120</y>
<height>16</height>
<width>70</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date</name>
<tag>Transaction confirmation date</tag>
<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>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
...@@ -331,17 +247,17 @@ ...@@ -331,17 +247,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmed Date:</text> <text>Add Date:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>378</x> <x>379</x>
<y>120</y> <y>160</y>
<height>16</height> <height>16</height>
<width>97</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_conf_date_t</name> <name>pallet_req_hdr_add_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -356,32 +272,21 @@ ...@@ -356,32 +272,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Change User:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>180</x> <x>79</x>
<y>140</y> <y>293</y>
<height>16</height> <height>16</height>
<width>70</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>pallet_req_hdr_chg_user_t</name>
<tag>Employee code approver</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -394,24 +299,24 @@ ...@@ -394,24 +299,24 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>180</x> <x>179</x>
<y>160</y> <y>293</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_user</name> <name>chg_user</name>
<tag>User who added the transaction.</tag> <tag>User who has last modified the transaction. Internally modify by system.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
...@@ -437,17 +342,17 @@ ...@@ -437,17 +342,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Add Date:</text> <text>Change Term:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>379</x> <x>79</x>
<y>160</y> <y>313</y>
<height>16</height> <height>16</height>
<width>97</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_add_date_t</name> <name>pallet_req_hdr_chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -464,21 +369,21 @@ ...@@ -464,21 +369,21 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>180</x> <x>179</x>
<y>180</y> <y>313</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_term</name> <name>chg_term</name>
<tag>Terminal from which the transaction has been added.</tag> <tag>Terminal from which transaction has been modified. Internally modify by system.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>15</limit>
...@@ -501,32 +406,21 @@ ...@@ -501,32 +406,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Change Date:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>478</x> <x>381</x>
<y>40</y> <y>293</y>
<height>16</height> <height>16</height>
<width>70</width> <width>97</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date</name> <name>pallet_req_hdr_chg_date_t</name>
<tag>Transaction date</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -539,27 +433,27 @@ ...@@ -539,27 +433,27 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>180</x> <x>478</x>
<y>40</y> <y>293</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>chg_date</name>
<tag>Unique transaction Id</tag> <tag>Date when the transaction was last modified.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -582,17 +476,17 @@ ...@@ -582,17 +476,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Transaction Date:</text> <text>Transaction ID:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>373</x> <x>79</x>
<y>40</y> <y>40</y>
<height>16</height> <height>16</height>
<width>102</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_tran_date_t</name> <name>pallet_req_hdr_tran_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -607,32 +501,21 @@ ...@@ -607,32 +501,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Site Code:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>180</x> <x>79</x>
<y>60</y> <y>60</y>
<height>16</height> <height>16</height>
<width>50</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>site_code</name> <name>pallet_req_hdr_site_code_t</name>
<tag>Site code</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -645,33 +528,22 @@ ...@@ -645,33 +528,22 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Remarks:</text>
<tabsequence>10</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>180</x> <x>79</x>
<y>80</y> <y>80</y>
<height>16</height> <height>16</height>
<width>70</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>loc_code</name> <name>pallet_req_hdr_remarks_t</name>
<tag>Location code</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>8</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -684,31 +556,22 @@ ...@@ -684,31 +556,22 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Confirmed:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>234</x> <x>79</x>
<y>60</y> <y>100</y>
<height>16</height> <height>16</height>
<width>314</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>site_descr</name> <name>pallet_req_hdr_confirmed_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -721,31 +584,22 @@ ...@@ -721,31 +584,22 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Add User:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>253</x> <x>79</x>
<y>80</y> <y>139</y>
<height>16</height> <height>16</height>
<width>295</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>location_descr</name> <name>pallet_req_hdr_add_user_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -758,33 +612,22 @@ ...@@ -758,33 +612,22 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Add Term:</text>
<tabsequence>20</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>179</x> <x>79</x>
<y>100</y> <y>159</y>
<height>16</height> <height>16</height>
<width>369</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks</name> <name>pallet_req_hdr_add_term_t</name>
<tag>Remarks if any</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -797,22 +640,33 @@ ...@@ -797,22 +640,33 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>1</id>
<text>Change User:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>79</x> <x>180</x>
<y>293</y> <y>40</y>
<height>16</height> <height>16</height>
<width>97</width> <width>70</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_chg_user_t</name> <name>tran_id</name>
<tag>Unique transaction Id</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -825,28 +679,28 @@ ...@@ -825,28 +679,28 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>179</x> <x>180</x>
<y>293</y> <y>60</y>
<height>16</height> <height>16</height>
<width>70</width> <width>50</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>site_code</name>
<tag>User who has last modified the transaction. Internally modify by system.</tag> <tag>Site code</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>5</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -865,21 +719,32 @@ ...@@ -865,21 +719,32 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>8</id>
<text>Change Term:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>79</x> <x>180</x>
<y>313</y> <y>140</y>
<height>16</height> <height>16</height>
<width>97</width> <width>70</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_chg_term_t</name> <name>add_user</name>
<tag>User who added the transaction.</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -892,24 +757,24 @@ ...@@ -892,24 +757,24 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>179</x> <x>180</x>
<y>313</y> <y>160</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>add_term</name>
<tag>Terminal from which transaction has been modified. Internally modify by system.</tag> <tag>Terminal from which the transaction has been added.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>15</limit>
...@@ -935,17 +800,45 @@ ...@@ -935,17 +800,45 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change Date:</text> <text>Transaction Date:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>381</x> <x>373</x>
<y>293</y> <y>40</y>
<height>16</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pallet_req_hdr_tran_date_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Confirmed Date:</text>
<border>0</border>
<color>33554432</color>
<x>378</x>
<y>100</y>
<height>16</height> <height>16</height>
<width>97</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_chg_date_t</name> <name>pallet_req_hdr_conf_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -962,24 +855,24 @@ ...@@ -962,24 +855,24 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>478</x> <x>180</x>
<y>293</y> <y>100</y>
<height>16</height> <height>15</height>
<width>70</width> <width>25</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>confirmed</name>
<tag>Date when the transaction was last modified.</tag> <tag>Transaction confirmation (Y/N)</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>1</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -999,21 +892,32 @@ ...@@ -999,21 +892,32 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>2</id>
<text>Transaction ID:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>79</x> <x>478</x>
<y>40</y> <y>40</y>
<height>16</height> <height>16</height>
<width>97</width> <width>70</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_tran_id_t</name> <name>tran_date</name>
<tag>Transaction date</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1026,22 +930,31 @@ ...@@ -1026,22 +930,31 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>14</id>
<text>Site Code:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>79</x> <x>234</x>
<y>60</y> <y>60</y>
<height>16</height> <height>16</height>
<width>97</width> <width>314</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_site_code_t</name> <name>site_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1054,22 +967,33 @@ ...@@ -1054,22 +967,33 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>4</id>
<text>Location Code:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>79</x> <x>179</x>
<y>80</y> <y>80</y>
<height>16</height> <height>16</height>
<width>97</width> <width>369</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_loc_code_t</name> <name>remarks</name>
<tag>Remarks if any</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1082,22 +1006,33 @@ ...@@ -1082,22 +1006,33 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>6</id>
<text>Remarks:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>79</x> <x>478</x>
<y>100</y> <y>100</y>
<height>16</height> <height>16</height>
<width>97</width> <width>70</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_remarks_t</name> <name>conf_date</name>
<tag>Transaction confirmation date</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1110,21 +1045,21 @@ ...@@ -1110,21 +1045,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmed:</text> <text>Employee Code Approver:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>79</x> <x>23</x>
<y>120</y> <y>120</y>
<height>16</height> <height>15</height>
<width>97</width> <width>153</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_confirmed_t</name> <name>pallet_req_hdr_emp_code__aprv_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1139,21 +1074,32 @@ ...@@ -1139,21 +1074,32 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>7</id>
<text>Employee Code Approver:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>23</x> <x>180</x>
<y>141</y> <y>120</y>
<height>15</height> <height>16</height>
<width>153</width> <width>70</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_emp_code__aprv_t</name> <name>emp_code__aprv</name>
<tag>Employee code approver</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1166,21 +1112,21 @@ ...@@ -1166,21 +1112,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Add User:</text> <text>Transaction Type:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>79</x> <x>417</x>
<y>160</y> <y>120</y>
<height>16</height> <height>15</height>
<width>97</width> <width>103</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_add_user_t</name> <name>pallet_req_hdr_tran_type_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1195,21 +1141,29 @@ ...@@ -1195,21 +1141,29 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>15</id>
<text>Add Term:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>79</x> <x>523</x>
<y>180</y> <y>120</y>
<height>16</height> <height>15</height>
<width>97</width> <width>25</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pallet_req_hdr_add_term_t</name> <name>tran_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1222,7 +1176,7 @@ ...@@ -1222,7 +1176,7 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
...@@ -1241,6 +1195,12 @@ ...@@ -1241,6 +1195,12 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_pallet_req21</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_pallet_req21&gt;&lt;d_pallet_req21_row __pbband=&quot;detail&quot;&gt;&lt;tran_id&gt;tran_id&lt;/tran_id&gt;&lt;tran_date&gt;tran_date&lt;/tran_date&gt;&lt;site_code&gt;site_code&lt;/site_code&gt;&lt;loc_code/&gt;&lt;remarks&gt;remarks&lt;/remarks&gt;&lt;confirmed&gt;confirmed&lt;/confirmed&gt;&lt;conf_date&gt;conf_date&lt;/conf_date&gt;&lt;emp_code__aprv&gt;emp_code__aprv&lt;/emp_code__aprv&gt;&lt;add_user&gt;add_user&lt;/add_user&gt;&lt;add_date&gt;add_date&lt;/add_date&gt;&lt;add_term&gt;add_term&lt;/add_term&gt;&lt;chg_user&gt;chg_user&lt;/chg_user&gt;&lt;chg_date&gt;chg_date&lt;/chg_date&gt;&lt;chg_term&gt;chg_term&lt;/chg_term&gt;&lt;site_descr&gt;site_descr&lt;/site_descr&gt;&lt;location_descr/&gt;&lt;/d_pallet_req21_row&gt;&lt;/d_pallet_req21&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
...@@ -66,13 +66,6 @@ ...@@ -66,13 +66,6 @@
<name>pallet_no</name> <name>pallet_no</name>
<dbname>pallet_req_det.pallet_no</dbname> <dbname>pallet_req_det.pallet_no</dbname>
</table_column> </table_column>
<table_column>
<type size="8">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>loc_code</name>
<dbname>pallet_req_det.loc_code</dbname>
</table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
...@@ -86,13 +79,7 @@ ...@@ -86,13 +79,7 @@
<item display="Rejected" data="R"/> <item display="Rejected" data="R"/>
</values> </values>
</table_column> </table_column>
<table_column> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_det&quot; ) COLUMN(NAME=&quot;pallet_req_det.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_det.line_no&quot;) COLUMN(NAME=&quot;pallet_req_det.pallet_no&quot;) COLUMN(NAME=&quot;pallet_req_det.status&quot;)) </retrieve>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>location_descr</name>
<dbname>location.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_det&quot; ) TABLE(NAME=&quot;location&quot; ) COLUMN(NAME=&quot;pallet_req_det.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_det.line_no&quot;) COLUMN(NAME=&quot;pallet_req_det.pallet_no&quot;) COLUMN(NAME=&quot;pallet_req_det.loc_code&quot;) COLUMN(NAME=&quot;pallet_req_det.status&quot;) COLUMN(NAME=&quot;location.descr&quot;) JOIN (LEFT=&quot;pallet_req_det.loc_code&quot; OP =&quot;=&quot;RIGHT=&quot;location.loc_code&quot; )) </retrieve>
<update>PALLET_REQ_DET</update> <update>PALLET_REQ_DET</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -102,10 +89,10 @@ ...@@ -102,10 +89,10 @@
<text>Basic</text> <text>Basic</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>5</x> <x>8</x>
<y>17</y> <y>15</y>
<height>126</height> <height>120</height>
<width>447</width> <width>423</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
...@@ -149,34 +136,6 @@ ...@@ -149,34 +136,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Location Code:</text>
<border>0</border>
<color>33554432</color>
<x>13</x>
<y>86</y>
<height>16</height>
<width>87</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -216,82 +175,6 @@ ...@@ -216,82 +175,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>86</y>
<height>16</height>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code</name>
<tag>Location code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>8</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>171</x>
<y>86</y>
<height>16</height>
<width>240</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>location_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -389,7 +272,7 @@ ...@@ -389,7 +272,7 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
...@@ -509,6 +392,12 @@ ...@@ -509,6 +392,12 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_pallet_req22</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_pallet_req22&gt;&lt;d_pallet_req22_row __pbband=&quot;detail&quot;&gt;&lt;tran_id&gt;tran_id&lt;/tran_id&gt;&lt;line_no&gt;line_no&lt;/line_no&gt;&lt;pallet_no&gt;pallet_no&lt;/pallet_no&gt;&lt;loc_code/&gt;&lt;status&gt;status&lt;/status&gt;&lt;location_descr/&gt;&lt;/d_pallet_req22_row&gt;&lt;/d_pallet_req22&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
...@@ -70,13 +70,6 @@ ...@@ -70,13 +70,6 @@
<name>site_code</name> <name>site_code</name>
<dbname>pallet_req_hdr.site_code</dbname> <dbname>pallet_req_hdr.site_code</dbname>
</table_column> </table_column>
<table_column>
<type size="8">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>loc_code</name>
<dbname>pallet_req_hdr.loc_code</dbname>
</table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
...@@ -147,7 +140,14 @@ ...@@ -147,7 +140,14 @@
<name>chg_term</name> <name>chg_term</name>
<dbname>pallet_req_hdr.chg_term</dbname> <dbname>pallet_req_hdr.chg_term</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_hdr&quot; ) COLUMN(NAME=&quot;pallet_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.loc_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_req_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_term&quot;)WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:FromDate&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:ToDate&quot; ) ) ARG(NAME = &quot;FromDate&quot; TYPE = datetime) ARG(NAME = &quot;ToDate&quot; TYPE = datetime) </retrieve> <table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>tran_type</name>
<dbname>pallet_req_hdr.tran_type</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_hdr&quot; ) COLUMN(NAME=&quot;pallet_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_req_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_type&quot;)WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:FromDate&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:ToDate&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_TYPE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:TransactionType&quot; ) ) ARG(NAME = &quot;FromDate&quot; TYPE = datetime) ARG(NAME = &quot;ToDate&quot; TYPE = datetime) ARG(NAME = &quot;TransactionType&quot; TYPE = string) </retrieve>
<update>PALLET_REQ_HDR</update> <update>PALLET_REQ_HDR</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -159,6 +159,10 @@ ...@@ -159,6 +159,10 @@
<name>ToDate</name> <name>ToDate</name>
<type>datetime</type> <type>datetime</type>
</argument> </argument>
<argument>
<name>TransactionType</name>
<type>string</type>
</argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
...@@ -244,41 +248,13 @@ ...@@ -244,41 +248,13 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Location Code</text>
<border>0</border>
<color>33554432</color>
<x>262</x>
<y>2</y>
<height>15</height>
<width>54</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Confirmed</text> <text>Confirmed</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>318</x> <x>263</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>56</width> <width>56</width>
...@@ -306,7 +282,7 @@ ...@@ -306,7 +282,7 @@
<text>Confirmed Date</text> <text>Confirmed Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>376</x> <x>321</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>132</width> <width>132</width>
...@@ -334,7 +310,7 @@ ...@@ -334,7 +310,7 @@
<text>Employee Code Approver</text> <text>Employee Code Approver</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>510</x> <x>455</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>97</width> <width>97</width>
...@@ -362,7 +338,7 @@ ...@@ -362,7 +338,7 @@
<text>Remarks</text> <text>Remarks</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>609</x> <x>554</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>366</width> <width>366</width>
...@@ -390,7 +366,7 @@ ...@@ -390,7 +366,7 @@
<text>Add User</text> <text>Add User</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>977</x> <x>922</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>66</width> <width>66</width>
...@@ -418,7 +394,7 @@ ...@@ -418,7 +394,7 @@
<text>Add Date</text> <text>Add Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1045</x> <x>990</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>132</width> <width>132</width>
...@@ -446,7 +422,7 @@ ...@@ -446,7 +422,7 @@
<text>Add Term</text> <text>Add Term</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1179</x> <x>1124</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>96</width> <width>96</width>
...@@ -474,7 +450,7 @@ ...@@ -474,7 +450,7 @@
<text>Change User</text> <text>Change User</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1277</x> <x>1222</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>66</width> <width>66</width>
...@@ -502,7 +478,7 @@ ...@@ -502,7 +478,7 @@
<text>Change Date</text> <text>Change Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1345</x> <x>1290</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>132</width> <width>132</width>
...@@ -530,7 +506,7 @@ ...@@ -530,7 +506,7 @@
<text>Change Term</text> <text>Change Term</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1479</x> <x>1424</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>96</width> <width>96</width>
...@@ -673,49 +649,10 @@ ...@@ -673,49 +649,10 @@
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>262</x>
<y>2</y>
<height>18</height>
<width>54</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code</name>
<tag>Location code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>8</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>318</x> <x>263</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>56</width> <width>56</width>
...@@ -749,12 +686,12 @@ ...@@ -749,12 +686,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>376</x> <x>321</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>132</width> <width>132</width>
...@@ -788,12 +725,12 @@ ...@@ -788,12 +725,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>510</x> <x>455</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>97</width> <width>97</width>
...@@ -827,12 +764,12 @@ ...@@ -827,12 +764,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>609</x> <x>554</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>366</width> <width>366</width>
...@@ -866,12 +803,12 @@ ...@@ -866,12 +803,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>977</x> <x>922</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>66</width> <width>66</width>
...@@ -905,12 +842,12 @@ ...@@ -905,12 +842,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1045</x> <x>990</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>132</width> <width>132</width>
...@@ -944,12 +881,12 @@ ...@@ -944,12 +881,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1179</x> <x>1124</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>96</width> <width>96</width>
...@@ -983,12 +920,12 @@ ...@@ -983,12 +920,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>120</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1277</x> <x>1222</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>66</width> <width>66</width>
...@@ -1022,12 +959,12 @@ ...@@ -1022,12 +959,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>130</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1345</x> <x>1290</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>132</width> <width>132</width>
...@@ -1061,12 +998,12 @@ ...@@ -1061,12 +998,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>140</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1479</x> <x>1424</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>96</width> <width>96</width>
...@@ -1098,6 +1035,70 @@ ...@@ -1098,6 +1035,70 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1523</x>
<y>1</y>
<height>15</height>
<width>126</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Transaction Type</text>
<border>0</border>
<color>33554432</color>
<x>1522</x>
<y>1</y>
<height>16</height>
<width>127</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_type_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
...@@ -1116,6 +1117,12 @@ ...@@ -1116,6 +1117,12 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_pallet_req_srk11</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_pallet_req_stk11&gt;&lt;d_pallet_req_stk11_row __pbband=&quot;detail&quot;&gt;&lt;tran_id&gt;tran_id&lt;/tran_id&gt;&lt;tran_date&gt;tran_date&lt;/tran_date&gt;&lt;site_code&gt;site_code&lt;/site_code&gt;&lt;loc_code/&gt;&lt;confirmed&gt;confirmed&lt;/confirmed&gt;&lt;conf_date&gt;conf_date&lt;/conf_date&gt;&lt;emp_code__aprv&gt;emp_code__aprv&lt;/emp_code__aprv&gt;&lt;remarks&gt;remarks&lt;/remarks&gt;&lt;add_user&gt;add_user&lt;/add_user&gt;&lt;add_date&gt;add_date&lt;/add_date&gt;&lt;add_term&gt;add_term&lt;/add_term&gt;&lt;chg_user&gt;chg_user&lt;/chg_user&gt;&lt;chg_date&gt;chg_date&lt;/chg_date&gt;&lt;chg_term&gt;chg_term&lt;/chg_term&gt;&lt;/d_pallet_req_stk11_row&gt;&lt;/d_pallet_req_stk11&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_id</name> <name>tran_id</name>
<dbname>pallet_req_det.tran_id</dbname> <dbname>pallet_req_det.tran_id</dbname>
</table_column> </table_column>
...@@ -60,7 +59,6 @@ ...@@ -60,7 +59,6 @@
<type precision="0">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name> <name>line_no</name>
<dbname>pallet_req_det.line_no</dbname> <dbname>pallet_req_det.line_no</dbname>
</table_column> </table_column>
...@@ -71,13 +69,6 @@ ...@@ -71,13 +69,6 @@
<name>pallet_no</name> <name>pallet_no</name>
<dbname>pallet_req_det.pallet_no</dbname> <dbname>pallet_req_det.pallet_no</dbname>
</table_column> </table_column>
<table_column>
<type size="8">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>loc_code</name>
<dbname>pallet_req_det.loc_code</dbname>
</table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
...@@ -120,16 +111,7 @@ ...@@ -120,16 +111,7 @@
<name>no_art</name> <name>no_art</name>
<dbname>pallet_req_det.no_art</dbname> <dbname>pallet_req_det.no_art</dbname>
</table_column> </table_column>
<table_column> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_det&quot; ) TABLE(NAME=&quot;pallet_req_hdr&quot; ) COLUMN(NAME=&quot;pallet_req_det.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_det.line_no&quot;) COLUMN(NAME=&quot;pallet_req_det.pallet_no&quot;) COLUMN(NAME=&quot;pallet_req_det.status&quot;) COLUMN(NAME=&quot;pallet_req_det.item_code&quot;) COLUMN(NAME=&quot;pallet_req_det.lot_no&quot;) COLUMN(NAME=&quot;pallet_req_det.lot_sl&quot;) COLUMN(NAME=&quot;pallet_req_det.quantity&quot;) COLUMN(NAME=&quot;pallet_req_det.no_art&quot;) JOIN (LEFT=&quot;pallet_req_hdr.tran_id&quot; OP =&quot;=&quot;RIGHT=&quot;pallet_req_det.tran_id&quot; )WHERE( EXP1 =&quot;~&quot;PALLET_REQ_DET~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>location_descr</name>
<dbname>location.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_det&quot; ) TABLE(NAME=&quot;pallet_req_hdr&quot; ) TABLE(NAME=&quot;location&quot; ) COLUMN(NAME=&quot;pallet_req_det.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_det.line_no&quot;) COLUMN(NAME=&quot;pallet_req_det.pallet_no&quot;) COLUMN(NAME=&quot;pallet_req_det.loc_code&quot;) COLUMN(NAME=&quot;pallet_req_det.status&quot;) COLUMN(NAME=&quot;pallet_req_det.item_code&quot;) COLUMN(NAME=&quot;pallet_req_det.lot_no&quot;) COLUMN(NAME=&quot;pallet_req_det.lot_sl&quot;) COLUMN(NAME=&quot;pallet_req_det.quantity&quot;) COLUMN(NAME=&quot;pallet_req_det.no_art&quot;) COLUMN(NAME=&quot;location.descr&quot;) JOIN (LEFT=&quot;pallet_req_hdr.tran_id&quot; OP =&quot;=&quot;RIGHT=&quot;pallet_req_det.tran_id&quot; ) JOIN (LEFT=&quot;location.loc_code&quot; OP =&quot;=&quot;RIGHT=&quot;pallet_req_det.loc_code&quot; )WHERE( EXP1 =&quot;~&quot;PALLET_REQ_DET~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>PALLET_REQ_DET</update>
<updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
<name>tran_id</name> <name>tran_id</name>
<type>string</type> <type>string</type>
...@@ -219,41 +201,13 @@ ...@@ -219,41 +201,13 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Location Code</text>
<border>0</border>
<color>33554432</color>
<x>242</x>
<y>2</y>
<height>15</height>
<width>54</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Status</text> <text>Status</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>298</x> <x>243</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>36</width> <width>36</width>
...@@ -281,7 +235,7 @@ ...@@ -281,7 +235,7 @@
<text>Item Code</text> <text>Item Code</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>336</x> <x>281</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>66</width> <width>66</width>
...@@ -309,7 +263,7 @@ ...@@ -309,7 +263,7 @@
<text>Lot Number</text> <text>Lot Number</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>404</x> <x>349</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>96</width> <width>96</width>
...@@ -337,7 +291,7 @@ ...@@ -337,7 +291,7 @@
<text>Lot SL</text> <text>Lot SL</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>502</x> <x>447</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>96</width> <width>96</width>
...@@ -365,7 +319,7 @@ ...@@ -365,7 +319,7 @@
<text>Quantity</text> <text>Quantity</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>600</x> <x>545</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>72</width> <width>72</width>
...@@ -393,7 +347,7 @@ ...@@ -393,7 +347,7 @@
<text>No of Articles</text> <text>No of Articles</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>674</x> <x>619</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>72</width> <width>72</width>
...@@ -415,34 +369,6 @@ ...@@ -415,34 +369,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Location Descr</text>
<border>0</border>
<color>33554432</color>
<x>748</x>
<y>1</y>
<height>16</height>
<width>238</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -564,49 +490,10 @@ ...@@ -564,49 +490,10 @@
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>4</id>
<alignment>2</alignment> <alignment>2</alignment>
<tabsequence>40</tabsequence>
<border>0</border>
<color>33554432</color>
<x>242</x>
<y>2</y>
<height>18</height>
<width>54</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code</name>
<tag>Location code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>8</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>2</alignment>
<tabsequence>50</tabsequence> <tabsequence>50</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>298</x> <x>243</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>36</width> <width>36</width>
...@@ -640,12 +527,12 @@ ...@@ -640,12 +527,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>60</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>336</x> <x>281</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>66</width> <width>66</width>
...@@ -678,12 +565,12 @@ ...@@ -678,12 +565,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>70</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>404</x> <x>349</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>96</width> <width>96</width>
...@@ -716,12 +603,12 @@ ...@@ -716,12 +603,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>80</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>502</x> <x>447</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>96</width> <width>96</width>
...@@ -754,12 +641,12 @@ ...@@ -754,12 +641,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>8</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>90</tabsequence> <tabsequence>90</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>600</x> <x>545</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>72</width> <width>72</width>
...@@ -792,12 +679,12 @@ ...@@ -792,12 +679,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>9</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>100</tabsequence> <tabsequence>100</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>674</x> <x>619</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>72</width> <width>72</width>
...@@ -828,42 +715,6 @@ ...@@ -828,42 +715,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<border>0</border>
<color>33554432</color>
<x>748</x>
<y>1</y>
<height>15</height>
<width>238</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>location_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
...@@ -882,6 +733,12 @@ ...@@ -882,6 +733,12 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_pallet_req_stk12</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_pallet_req_stk12&gt;&lt;d_pallet_req_stk12_row __pbband=&quot;detail&quot;&gt;&lt;tran_id&gt;tran_id&lt;/tran_id&gt;&lt;line_no&gt;line_no&lt;/line_no&gt;&lt;pallet_no&gt;pallet_no&lt;/pallet_no&gt;&lt;loc_code/&gt;&lt;status&gt;status&lt;/status&gt;&lt;item_code&gt;item_code&lt;/item_code&gt;&lt;lot_no&gt;lot_no&lt;/lot_no&gt;&lt;lot_sl&gt;lot_sl&lt;/lot_sl&gt;&lt;quantity&gt;quantity&lt;/quantity&gt;&lt;no_art&gt;no_art&lt;/no_art&gt;&lt;location_descr/&gt;&lt;/d_pallet_req_stk12_row&gt;&lt;/d_pallet_req_stk12&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
...@@ -65,13 +65,6 @@ ...@@ -65,13 +65,6 @@
<name>site_code</name> <name>site_code</name>
<dbname>pallet_req_hdr.site_code</dbname> <dbname>pallet_req_hdr.site_code</dbname>
</table_column> </table_column>
<table_column>
<type size="8">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>loc_code</name>
<dbname>pallet_req_hdr.loc_code</dbname>
</table_column>
<table_column> <table_column>
<type size="60">char</type> <type size="60">char</type>
<update>yes</update> <update>yes</update>
...@@ -149,12 +142,13 @@ ...@@ -149,12 +142,13 @@
<dbname>site.descr</dbname> <dbname>site.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>location_descr</name> <name>tran_type</name>
<dbname>location.descr</dbname> <dbname>pallet_req_hdr.tran_type</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_hdr&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;location&quot; ) COLUMN(NAME=&quot;pallet_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.loc_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_req_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_req_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_term&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;location.descr&quot;) JOIN (LEFT=&quot;site.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;pallet_req_hdr.site_code&quot; ) JOIN (LEFT=&quot;location.loc_code&quot; OP =&quot;=&quot;RIGHT=&quot;pallet_req_hdr.loc_code&quot; )WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_hdr&quot; ) TABLE(NAME=&quot;site&quot; ) COLUMN(NAME=&quot;pallet_req_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_req_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_req_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_req_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_user&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_date&quot;) COLUMN(NAME=&quot;pallet_req_hdr.chg_term&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;pallet_req_hdr.tran_type&quot;) JOIN (LEFT=&quot;site.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;pallet_req_hdr.site_code&quot; )WHERE( EXP1 =&quot;~&quot;PALLET_REQ_HDR~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>PALLET_REQ_HDR</update> <update>PALLET_REQ_HDR</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -165,14 +159,14 @@ ...@@ -165,14 +159,14 @@
</TableDefinition> </TableDefinition>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Other</text> <text>Basic</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>16</x> <x>5</x>
<y>257</y> <y>5</y>
<height>134</height> <height>201</height>
<width>505</width> <width>519</width>
<name>gb_2</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -189,14 +183,14 @@ ...@@ -189,14 +183,14 @@
</GroupBox> </GroupBox>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Basic</text> <text>Other</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>8</x> <x>16</x>
<y>4</y> <y>236</y>
<height>210</height> <height>134</height>
<width>511</width> <width>505</width>
<name>gb_1</name> <name>gb_2</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -211,29 +205,21 @@ ...@@ -211,29 +205,21 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</GroupBox> </GroupBox>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Change User:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>239</x> <x>67</x>
<y>41</y> <y>296</y>
<height>16</height> <height>15</height>
<width>270</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>site_descr</name> <name>chg_user_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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -246,30 +232,22 @@ ...@@ -246,30 +232,22 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Change Date:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>239</x> <x>339</x>
<y>61</y> <y>296</y>
<height>16</height> <height>15</height>
<width>270</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>location_descr</name> <name>chg_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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -282,24 +260,24 @@ ...@@ -282,24 +260,24 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>439</x> <x>439</x>
<y>21</y> <y>296</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date</name> <name>chg_date</name>
<tag>Transaction date</tag> <tag>Date when the transaction was last modified.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -322,26 +300,54 @@ ...@@ -322,26 +300,54 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Term:</text>
<border>0</border>
<color>33554432</color>
<x>67</x>
<y>317</y>
<height>15</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>439</x> <x>167</x>
<y>101</y> <y>296</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <name>chg_user</name>
<tag>Transaction confirmation date</tag> <tag>User who has last modified the transaction. Internally modify by system.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -363,24 +369,24 @@ ...@@ -363,24 +369,24 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>439</x> <x>167</x>
<y>145</y> <y>317</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_date</name> <name>chg_term</name>
<tag>Date when the tranction was added.</tag> <tag>Terminal from which transaction has been modified. Internally modify by system.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -403,17 +409,17 @@ ...@@ -403,17 +409,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Transaction Date:</text> <text>Transaction ID:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>334</x> <x>67</x>
<y>21</y> <y>21</y>
<height>15</height> <height>15</height>
<width>102</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date_t</name> <name>tran_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -428,21 +434,32 @@ ...@@ -428,21 +434,32 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>1</id>
<text>Confirmed Date:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>339</x> <x>167</x>
<y>101</y> <y>21</y>
<height>15</height> <height>16</height>
<width>97</width> <width>70</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date_t</name> <name>tran_id</name>
<tag>Unique transaction Id</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -455,21 +472,21 @@ ...@@ -455,21 +472,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Add Date:</text> <text>Transaction Date:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>339</x> <x>334</x>
<y>145</y> <y>21</y>
<height>15</height> <height>15</height>
<width>97</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_date_t</name> <name>tran_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -484,21 +501,32 @@ ...@@ -484,21 +501,32 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>2</id>
<text>Transaction ID:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>67</x> <x>439</x>
<y>21</y> <y>21</y>
<height>15</height> <height>16</height>
<width>97</width> <width>70</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id_t</name> <name>tran_date</name>
<tag>Transaction date</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -511,7 +539,7 @@ ...@@ -511,7 +539,7 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -540,21 +568,32 @@ ...@@ -540,21 +568,32 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>3</id>
<text>Location Code:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>67</x> <x>167</x>
<y>61</y> <y>41</y>
<height>15</height> <height>16</height>
<width>97</width> <width>70</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>loc_code_t</name> <name>site_code</name>
<tag>Site code</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -567,22 +606,30 @@ ...@@ -567,22 +606,30 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>14</id>
<text>Remarks:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>67</x> <x>239</x>
<y>81</y> <y>41</y>
<height>15</height> <height>16</height>
<width>97</width> <width>270</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks_t</name> <name>site_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -595,49 +642,21 @@ ...@@ -595,49 +642,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Confirmed:</text> <text>Remarks:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>67</x> <x>67</x>
<y>101</y> <y>61</y>
<height>15</height> <height>15</height>
<width>97</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed_t</name> <name>remarks_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Employee Code Approver:</text>
<border>0</border>
<color>33554432</color>
<x>14</x>
<y>121</y>
<height>15</height>
<width>150</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -652,21 +671,32 @@ ...@@ -652,21 +671,32 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>4</id>
<text>Add User:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>67</x> <x>167</x>
<y>141</y> <y>61</y>
<height>15</height> <height>16</height>
<width>97</width> <width>342</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_user_t</name> <name>remarks</name>
<tag>Remarks if any</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -679,21 +709,21 @@ ...@@ -679,21 +709,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Add Term:</text> <text>Confirmed:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>67</x> <x>67</x>
<y>161</y> <y>81</y>
<height>15</height> <height>15</height>
<width>97</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_term_t</name> <name>confirmed_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -708,21 +738,32 @@ ...@@ -708,21 +738,32 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>5</id>
<text>Change User:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>67</x> <x>167</x>
<y>296</y> <y>81</y>
<height>15</height> <height>16</height>
<width>97</width> <width>25</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>confirmed</name>
<tag>Transaction confirmation (Y/N)</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -735,21 +776,21 @@ ...@@ -735,21 +776,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change Date:</text> <text>Confirmed Date:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>339</x> <x>339</x>
<y>296</y> <y>81</y>
<height>15</height> <height>15</height>
<width>97</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>conf_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -766,21 +807,21 @@ ...@@ -766,21 +807,21 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>439</x> <x>439</x>
<y>296</y> <y>81</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>conf_date</name>
<tag>Date when the transaction was last modified.</tag> <tag>Transaction confirmation date</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -806,17 +847,17 @@ ...@@ -806,17 +847,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change Term:</text> <text>Employee Code Approver:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>67</x> <x>14</x>
<y>317</y> <y>101</y>
<height>15</height> <height>15</height>
<width>97</width> <width>150</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>emp_code__aprv_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -833,21 +874,21 @@ ...@@ -833,21 +874,21 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>167</x> <x>167</x>
<y>21</y> <y>101</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>emp_code__aprv</name>
<tag>Unique transaction Id</tag> <tag>Employee code approver</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
...@@ -870,71 +911,21 @@ ...@@ -870,71 +911,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>167</x>
<y>41</y>
<height>16</height>
<width>70</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code</name>
<tag>Site code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Transaction Type:</text>
<tabsequence>10</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>167</x> <x>378</x>
<y>61</y> <y>101</y>
<height>16</height> <height>15</height>
<width>70</width> <width>103</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>loc_code</name> <name>tran_type_t</name>
<tag>Location code</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>8</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -947,31 +938,28 @@ ...@@ -947,31 +938,28 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>167</x> <x>484</x>
<y>81</y> <y>101</y>
<height>16</height> <height>16</height>
<width>342</width> <width>25</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks</name> <name>tran_type</name>
<tag>Remarks if any</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>60</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -987,32 +975,21 @@ ...@@ -987,32 +975,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Add User:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>167</x> <x>67</x>
<y>101</y> <y>121</y>
<height>16</height> <height>15</height>
<width>25</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed</name> <name>add_user_t</name>
<tag>Transaction confirmation (Y/N)</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1025,7 +1002,7 @@ ...@@ -1025,7 +1002,7 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>8</id>
...@@ -1041,8 +1018,8 @@ ...@@ -1041,8 +1018,8 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>add_user</name>
<tag>Employee code approver</tag> <tag>User who added the transaction.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
...@@ -1065,32 +1042,21 @@ ...@@ -1065,32 +1042,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Add Date:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>167</x> <x>339</x>
<y>141</y> <y>121</y>
<height>16</height> <height>15</height>
<width>70</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_user</name> <name>add_date_t</name>
<tag>User who added the transaction.</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1103,27 +1069,27 @@ ...@@ -1103,27 +1069,27 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>167</x> <x>439</x>
<y>161</y> <y>121</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>add_term</name> <name>add_date</name>
<tag>Terminal from which the transaction has been added.</tag> <tag>Date when the tranction was added.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1143,32 +1109,21 @@ ...@@ -1143,32 +1109,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Add Term:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>167</x> <x>67</x>
<y>296</y> <y>141</y>
<height>16</height> <height>15</height>
<width>70</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>add_term_t</name>
<tag>User who has last modified the transaction. Internally modify by system.</tag>
<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>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1181,24 +1136,24 @@ ...@@ -1181,24 +1136,24 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>167</x> <x>167</x>
<y>317</y> <y>141</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>add_term</name>
<tag>Terminal from which transaction has been modified. Internally modify by system.</tag> <tag>Terminal from which the transaction has been added.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>15</limit>
...@@ -1239,6 +1194,12 @@ ...@@ -1239,6 +1194,12 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_pallet_req_stk21</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_pallet_req_stk21&gt;&lt;d_pallet_req_stk21_row __pbband=&quot;detail&quot;&gt;&lt;tran_id&gt;tran_id&lt;/tran_id&gt;&lt;tran_date&gt;tran_date&lt;/tran_date&gt;&lt;site_code&gt;site_code&lt;/site_code&gt;&lt;loc_code/&gt;&lt;remarks&gt;remarks&lt;/remarks&gt;&lt;confirmed&gt;confirmed&lt;/confirmed&gt;&lt;conf_date&gt;conf_date&lt;/conf_date&gt;&lt;emp_code__aprv&gt;emp_code__aprv&lt;/emp_code__aprv&gt;&lt;add_user&gt;add_user&lt;/add_user&gt;&lt;add_date&gt;add_date&lt;/add_date&gt;&lt;add_term&gt;add_term&lt;/add_term&gt;&lt;chg_user&gt;chg_user&lt;/chg_user&gt;&lt;chg_date&gt;chg_date&lt;/chg_date&gt;&lt;chg_term&gt;chg_term&lt;/chg_term&gt;&lt;site_descr&gt;site_descr&lt;/site_descr&gt;&lt;location_descr/&gt;&lt;/d_pallet_req_stk21_row&gt;&lt;/d_pallet_req_stk21&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
...@@ -114,20 +114,7 @@ ...@@ -114,20 +114,7 @@
<item display="Rejected" data="R"/> <item display="Rejected" data="R"/>
</values> </values>
</table_column> </table_column>
<table_column> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_det&quot; ) COLUMN(NAME=&quot;pallet_req_det.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_det.line_no&quot;) COLUMN(NAME=&quot;pallet_req_det.pallet_no&quot;) COLUMN(NAME=&quot;pallet_req_det.item_code&quot;) COLUMN(NAME=&quot;pallet_req_det.lot_no&quot;) COLUMN(NAME=&quot;pallet_req_det.lot_sl&quot;) COLUMN(NAME=&quot;pallet_req_det.quantity&quot;) COLUMN(NAME=&quot;pallet_req_det.no_art&quot;) COLUMN(NAME=&quot;pallet_req_det.status&quot;)) </retrieve>
<type size="8">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>loc_code</name>
<dbname>pallet_req_det.loc_code</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>location_descr</name>
<dbname>location.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_req_det&quot; ) TABLE(NAME=&quot;location&quot; ) COLUMN(NAME=&quot;pallet_req_det.tran_id&quot;) COLUMN(NAME=&quot;pallet_req_det.line_no&quot;) COLUMN(NAME=&quot;pallet_req_det.pallet_no&quot;) COLUMN(NAME=&quot;pallet_req_det.item_code&quot;) COLUMN(NAME=&quot;pallet_req_det.lot_no&quot;) COLUMN(NAME=&quot;pallet_req_det.lot_sl&quot;) COLUMN(NAME=&quot;pallet_req_det.quantity&quot;) COLUMN(NAME=&quot;pallet_req_det.no_art&quot;) COLUMN(NAME=&quot;pallet_req_det.status&quot;) COLUMN(NAME=&quot;pallet_req_det.loc_code&quot;) COLUMN(NAME=&quot;location.descr&quot;) JOIN (LEFT=&quot;pallet_req_det.loc_code&quot; OP =&quot;=&quot;RIGHT=&quot;location.loc_code&quot; )) </retrieve>
<update>PALLET_REQ_DET</update> <update>PALLET_REQ_DET</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -137,10 +124,10 @@ ...@@ -137,10 +124,10 @@
<text>Basic</text> <text>Basic</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>7</x> <x>5</x>
<y>17</y> <y>13</y>
<height>167</height> <height>151</height>
<width>417</width> <width>387</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
...@@ -337,34 +324,6 @@ ...@@ -337,34 +324,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Location Code:</text>
<border>0</border>
<color>33554432</color>
<x>10</x>
<y>134</y>
<height>16</height>
<width>87</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code_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>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
...@@ -402,45 +361,6 @@ ...@@ -402,45 +361,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>101</x>
<y>134</y>
<height>16</height>
<width>70</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code</name>
<tag>Location code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>8</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -741,42 +661,6 @@ ...@@ -741,42 +661,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>175</x>
<y>134</y>
<height>15</height>
<width>204</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>location_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>3</id>
...@@ -873,6 +757,12 @@ ...@@ -873,6 +757,12 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_pallet_req_stk22</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_pallet_req_stk22&gt;&lt;d_pallet_req_stk22_row __pbband=&quot;detail&quot;&gt;&lt;tran_id&gt;tran_id&lt;/tran_id&gt;&lt;line_no&gt;line_no&lt;/line_no&gt;&lt;pallet_no&gt;pallet_no&lt;/pallet_no&gt;&lt;item_code&gt;item_code&lt;/item_code&gt;&lt;lot_no&gt;lot_no&lt;/lot_no&gt;&lt;lot_sl&gt;lot_sl&lt;/lot_sl&gt;&lt;quantity&gt;quantity&lt;/quantity&gt;&lt;no_art&gt;no_art&lt;/no_art&gt;&lt;status&gt;status&lt;/status&gt;&lt;loc_code/&gt;&lt;location_descr/&gt;&lt;/d_pallet_req_stk22_row&gt;&lt;/d_pallet_req_stk22&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
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