Commit 64d6cb45 authored by jshinde's avatar jshinde

Request Id: W15JSUN010

,Repalletization or pallet consolidation,add filter.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99944 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 62f5502e
......@@ -147,10 +147,22 @@
<name>chg_term</name>
<dbname>pallet_req_hdr.chg_term</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.tran_type&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;)) </retrieve>
<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.tran_type&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; 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>
<updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>FromDate</name>
<type>datetime</type>
</argument>
<argument>
<name>ToDate</name>
<type>datetime</type>
</argument>
<argument>
<name>TransactionType</name>
<type>string</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
......@@ -348,31 +360,21 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Transaction Date</text>
<border>0</border>
<color>33554432</color>
<x>2</x>
<x>70</x>
<y>2</y>
<height>18</height>
<width>66</width>
<format>[general]</format>
<height>15</height>
<width>132</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<name>tran_date_t</name>
<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>
<face>Arial</face>
<height>-10</height>
......@@ -385,32 +387,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Site Code</text>
<border>0</border>
<color>33554432</color>
<x>980</x>
<x>204</x>
<y>2</y>
<height>18</height>
<width>66</width>
<format>[general]</format>
<height>15</height>
<width>57</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_user</name>
<name>site_code_t</name>
<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>
<face>Arial</face>
<height>-10</height>
......@@ -423,32 +415,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Transaction Type</text>
<border>0</border>
<color>33554432</color>
<x>1048</x>
<x>263</x>
<y>2</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<height>15</height>
<width>57</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_date</name>
<name>tran_type_t</name>
<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>
......@@ -461,32 +443,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Confirmed</text>
<border>0</border>
<color>33554432</color>
<x>1182</x>
<x>322</x>
<y>2</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<height>15</height>
<width>58</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_term</name>
<name>confirmed_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -499,32 +471,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Confirmed Date</text>
<border>0</border>
<color>33554432</color>
<x>1280</x>
<x>382</x>
<y>2</y>
<height>18</height>
<width>66</width>
<format>[general]</format>
<height>15</height>
<width>132</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<name>conf_date_t</name>
<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>
<face>Arial</face>
<height>-10</height>
......@@ -537,32 +499,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Employee Code Approver</text>
<border>0</border>
<color>33554432</color>
<x>1348</x>
<x>516</x>
<y>2</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<height>15</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<name>emp_code__aprv_t</name>
<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>
......@@ -575,32 +527,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Remarks</text>
<border>0</border>
<color>33554432</color>
<x>1482</x>
<x>612</x>
<y>2</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<height>15</height>
<width>366</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<name>remarks_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -613,22 +555,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Transaction Date</text>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>0</border>
<color>33554432</color>
<x>70</x>
<x>2</x>
<y>2</y>
<height>15</height>
<width>132</width>
<height>18</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date_t</name>
<name>tran_id</name>
<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>
<face>Arial</face>
<height>-10</height>
......@@ -641,22 +593,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Site Code</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>0</border>
<color>33554432</color>
<x>204</x>
<x>980</x>
<y>2</y>
<height>15</height>
<width>57</width>
<height>18</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<name>add_user</name>
<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>
<face>Arial</face>
<height>-10</height>
......@@ -669,22 +631,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Transaction Type</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>0</border>
<color>33554432</color>
<x>263</x>
<x>1048</x>
<y>2</y>
<height>15</height>
<width>57</width>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_type_t</name>
<name>add_date</name>
<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>
......@@ -697,22 +669,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Confirmed</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<border>0</border>
<color>33554432</color>
<x>322</x>
<x>1182</x>
<y>2</y>
<height>15</height>
<width>58</width>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<name>add_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -725,22 +707,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Confirmed Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<border>0</border>
<color>33554432</color>
<x>382</x>
<x>1280</x>
<y>2</y>
<height>15</height>
<width>132</width>
<height>18</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date_t</name>
<name>chg_user</name>
<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>
<face>Arial</face>
<height>-10</height>
......@@ -753,22 +745,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Employee Code Approver</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<border>0</border>
<color>33554432</color>
<x>516</x>
<x>1348</x>
<y>2</y>
<height>15</height>
<width>94</width>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv_t</name>
<name>chg_date</name>
<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>
......@@ -781,22 +783,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Remarks</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>0</border>
<color>33554432</color>
<x>612</x>
<x>1482</x>
<y>2</y>
<height>15</height>
<width>366</width>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks_t</name>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -809,7 +821,7 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
......
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