Commit 237566b5 authored by jshinde's avatar jshinde

Request Id:W15ISUN015,Creating Date Filter (such as FromDate and To Date) for...

Request Id:W15ISUN015,Creating Date Filter (such as FromDate and To Date) for Palletization, Pallet request  stock details, Pallet Request, Swms To Awms transaction screen in METIS.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99550 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 577d65bc
...@@ -147,10 +147,18 @@ ...@@ -147,10 +147,18 @@
<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;)) </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.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>
<update>PALLET_REQ_HDR</update> <update>PALLET_REQ_HDR</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument>
<name>FromDate</name>
<type>datetime</type>
</argument>
<argument>
<name>ToDate</name>
<type>datetime</type>
</argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
...@@ -516,6 +524,34 @@ ...@@ -516,6 +524,34 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Change Date</text>
<border>0</border>
<color>33554432</color>
<x>1346</x>
<y>2</y>
<height>15</height>
<width>132</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -1010,34 +1046,6 @@ ...@@ -1010,34 +1046,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Change Date</text>
<border>0</border>
<color>33554432</color>
<x>1346</x>
<y>2</y>
<height>15</height>
<width>132</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>13</id>
......
...@@ -147,10 +147,18 @@ ...@@ -147,10 +147,18 @@
<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;)) </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.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>
<update>PALLET_REQ_HDR</update> <update>PALLET_REQ_HDR</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument>
<name>FromDate</name>
<type>datetime</type>
</argument>
<argument>
<name>ToDate</name>
<type>datetime</type>
</argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
......
...@@ -175,10 +175,18 @@ ...@@ -175,10 +175,18 @@
<name>pallet_status</name> <name>pallet_status</name>
<dbname>pallet_hdr.pallet_status</dbname> <dbname>pallet_hdr.pallet_status</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_hdr&quot; ) COLUMN(NAME=&quot;pallet_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_hdr.tran_type&quot;) COLUMN(NAME=&quot;pallet_hdr.loc_code&quot;) COLUMN(NAME=&quot;pallet_hdr.pallet_type&quot;) COLUMN(NAME=&quot;pallet_hdr.inv_stat&quot;) COLUMN(NAME=&quot;pallet_hdr.pallet_no&quot;) COLUMN(NAME=&quot;pallet_hdr.pallet_no__source&quot;) COLUMN(NAME=&quot;pallet_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_hdr.status&quot;) COLUMN(NAME=&quot;pallet_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_hdr.pallet_status&quot;)) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;pallet_hdr&quot; ) COLUMN(NAME=&quot;pallet_hdr.tran_id&quot;) COLUMN(NAME=&quot;pallet_hdr.tran_date&quot;) COLUMN(NAME=&quot;pallet_hdr.site_code&quot;) COLUMN(NAME=&quot;pallet_hdr.tran_type&quot;) COLUMN(NAME=&quot;pallet_hdr.loc_code&quot;) COLUMN(NAME=&quot;pallet_hdr.pallet_type&quot;) COLUMN(NAME=&quot;pallet_hdr.inv_stat&quot;) COLUMN(NAME=&quot;pallet_hdr.pallet_no&quot;) COLUMN(NAME=&quot;pallet_hdr.pallet_no__source&quot;) COLUMN(NAME=&quot;pallet_hdr.remarks&quot;) COLUMN(NAME=&quot;pallet_hdr.confirmed&quot;) COLUMN(NAME=&quot;pallet_hdr.conf_date&quot;) COLUMN(NAME=&quot;pallet_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;pallet_hdr.status&quot;) COLUMN(NAME=&quot;pallet_hdr.add_user&quot;) COLUMN(NAME=&quot;pallet_hdr.add_date&quot;) COLUMN(NAME=&quot;pallet_hdr.add_term&quot;) COLUMN(NAME=&quot;pallet_hdr.pallet_status&quot;)WHERE( EXP1 =&quot;~&quot;PALLET_HDR~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:FromDate&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;PALLET_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>
<update>PALLET_HDR</update> <update>PALLET_HDR</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument>
<name>FromDate</name>
<type>datetime</type>
</argument>
<argument>
<name>ToDate</name>
<type>datetime</type>
</argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
......
...@@ -245,10 +245,18 @@ ...@@ -245,10 +245,18 @@
<name>err_desc</name> <name>err_desc</name>
<dbname>swms_to_awms.err_desc</dbname> <dbname>swms_to_awms.err_desc</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;swms_to_awms&quot; ) COLUMN(NAME=&quot;swms_to_awms.tran_id&quot;) COLUMN(NAME=&quot;swms_to_awms.tran_date&quot;) COLUMN(NAME=&quot;swms_to_awms.ref_id&quot;) COLUMN(NAME=&quot;swms_to_awms.ref_ser&quot;) COLUMN(NAME=&quot;swms_to_awms.in_out&quot;) COLUMN(NAME=&quot;swms_to_awms.pallet_no&quot;) COLUMN(NAME=&quot;swms_to_awms.item_code&quot;) COLUMN(NAME=&quot;swms_to_awms.lot_sl&quot;) COLUMN(NAME=&quot;swms_to_awms.lot_no&quot;) COLUMN(NAME=&quot;swms_to_awms.quantity&quot;) COLUMN(NAME=&quot;swms_to_awms.qty_per_art&quot;) COLUMN(NAME=&quot;swms_to_awms.total_qty&quot;) COLUMN(NAME=&quot;swms_to_awms.line_no&quot;) COLUMN(NAME=&quot;swms_to_awms.msg_stat&quot;) COLUMN(NAME=&quot;swms_to_awms.schedule_status&quot;) COLUMN(NAME=&quot;swms_to_awms.lock_stat&quot;) COLUMN(NAME=&quot;swms_to_awms.pallet_status&quot;) COLUMN(NAME=&quot;swms_to_awms.mfg_date&quot;) COLUMN(NAME=&quot;swms_to_awms.exp_date&quot;) COLUMN(NAME=&quot;swms_to_awms.unit&quot;) COLUMN(NAME=&quot;swms_to_awms.item_type&quot;) COLUMN(NAME=&quot;swms_to_awms.family_grp&quot;) COLUMN(NAME=&quot;swms_to_awms.err_cod&quot;) COLUMN(NAME=&quot;swms_to_awms.qc_type&quot;) COLUMN(NAME=&quot;swms_to_awms.trans_dt_ack&quot;) COLUMN(NAME=&quot;swms_to_awms.stro_pref&quot;) COLUMN(NAME=&quot;swms_to_awms.descr&quot;) COLUMN(NAME=&quot;swms_to_awms.err_desc&quot;)) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;swms_to_awms&quot; ) COLUMN(NAME=&quot;swms_to_awms.tran_id&quot;) COLUMN(NAME=&quot;swms_to_awms.tran_date&quot;) COLUMN(NAME=&quot;swms_to_awms.ref_id&quot;) COLUMN(NAME=&quot;swms_to_awms.ref_ser&quot;) COLUMN(NAME=&quot;swms_to_awms.in_out&quot;) COLUMN(NAME=&quot;swms_to_awms.pallet_no&quot;) COLUMN(NAME=&quot;swms_to_awms.item_code&quot;) COLUMN(NAME=&quot;swms_to_awms.lot_sl&quot;) COLUMN(NAME=&quot;swms_to_awms.lot_no&quot;) COLUMN(NAME=&quot;swms_to_awms.quantity&quot;) COLUMN(NAME=&quot;swms_to_awms.qty_per_art&quot;) COLUMN(NAME=&quot;swms_to_awms.total_qty&quot;) COLUMN(NAME=&quot;swms_to_awms.line_no&quot;) COLUMN(NAME=&quot;swms_to_awms.msg_stat&quot;) COLUMN(NAME=&quot;swms_to_awms.schedule_status&quot;) COLUMN(NAME=&quot;swms_to_awms.lock_stat&quot;) COLUMN(NAME=&quot;swms_to_awms.pallet_status&quot;) COLUMN(NAME=&quot;swms_to_awms.mfg_date&quot;) COLUMN(NAME=&quot;swms_to_awms.exp_date&quot;) COLUMN(NAME=&quot;swms_to_awms.unit&quot;) COLUMN(NAME=&quot;swms_to_awms.item_type&quot;) COLUMN(NAME=&quot;swms_to_awms.family_grp&quot;) COLUMN(NAME=&quot;swms_to_awms.err_cod&quot;) COLUMN(NAME=&quot;swms_to_awms.qc_type&quot;) COLUMN(NAME=&quot;swms_to_awms.trans_dt_ack&quot;) COLUMN(NAME=&quot;swms_to_awms.stro_pref&quot;) COLUMN(NAME=&quot;swms_to_awms.descr&quot;) COLUMN(NAME=&quot;swms_to_awms.err_desc&quot;)WHERE( EXP1 =&quot;~&quot;SWMS_TO_AWMS~&quot;.~&quot;TRAN_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:FromDate&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;SWMS_TO_AWMS~&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>
<update>SWMS_TO_AWMS</update> <update>SWMS_TO_AWMS</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument>
<name>FromDate</name>
<type>datetime</type>
</argument>
<argument>
<name>ToDate</name>
<type>datetime</type>
</argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
......
...@@ -19,7 +19,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -19,7 +19,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="pallet_req_hdr.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="pallet_req_hdr.chg_user" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="pallet_req_hdr.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="pallet_req_hdr.chg_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="pallet_req_hdr.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="pallet_req_hdr.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.loc_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~")) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.loc_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime)) )
text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Transaction Date" border="0" color="33554432" x="70" y="2" height="15" width="132" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction Date" border="0" color="33554432" x="70" y="2" height="15" width="132" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Site Code" border="0" color="33554432" x="204" y="2" height="15" width="57" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Site Code" border="0" color="33554432" x="204" y="2" height="15" width="57" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -33,6 +33,7 @@ text(band=header alignment="2" text="Add Date" border="0" color="33554432" x="10 ...@@ -33,6 +33,7 @@ text(band=header alignment="2" text="Add Date" border="0" color="33554432" x="10
text(band=header alignment="2" text="Add Term" border="0" color="33554432" x="1180" y="2" height="15" width="96" html.valueishtml="0" name=add_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Add Term" border="0" color="33554432" x="1180" y="2" height="15" width="96" html.valueishtml="0" name=add_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Change User" border="0" color="33554432" x="1278" y="2" height="15" width="66" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Change User" border="0" color="33554432" x="1278" y="2" height="15" width="66" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Change Term" border="0" color="33554432" x="1480" y="2" height="15" width="96" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Change Term" border="0" color="33554432" x="1480" y="2" height="15" width="96" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Change Date" border="0" color="33554432" x="1346" y="2" height="15" width="132" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="0" color="33554432" x="2" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=10 border="0" color="33554432" x="2" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="33554432" x="70" y="2" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="33554432" x="70" y="2" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="0" color="33554432" x="204" y="2" height="18" width="57" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=30 border="0" color="33554432" x="204" y="2" height="18" width="57" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -46,7 +47,6 @@ column(band=detail id=10 alignment="0" tabsequence=100 border="0" color="3355443 ...@@ -46,7 +47,6 @@ column(band=detail id=10 alignment="0" tabsequence=100 border="0" color="3355443
column(band=detail id=11 alignment="0" tabsequence=110 border="0" color="33554432" x="1180" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=add_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=11 alignment="0" tabsequence=110 border="0" color="33554432" x="1180" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=add_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=120 border="0" color="33554432" x="1278" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=12 alignment="0" tabsequence=120 border="0" color="33554432" x="1278" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=140 border="0" color="33554432" x="1480" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=14 alignment="0" tabsequence=140 border="0" color="33554432" x="1480" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Change Date" border="0" color="33554432" x="1346" y="2" height="15" width="132" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=130 border="0" color="33554432" x="1346" y="2" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=13 alignment="0" tabsequence=130 border="0" color="33554432" x="1346" y="2" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
......
...@@ -19,7 +19,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -19,7 +19,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="pallet_req_hdr.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="pallet_req_hdr.chg_user" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="pallet_req_hdr.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="pallet_req_hdr.chg_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="pallet_req_hdr.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="pallet_req_hdr.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.loc_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~")) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.loc_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime)) )
text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Transaction Date" border="0" color="33554432" x="70" y="2" height="15" width="132" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction Date" border="0" color="33554432" x="70" y="2" height="15" width="132" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Site Code" border="0" color="33554432" x="204" y="2" height="15" width="56" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Site Code" border="0" color="33554432" x="204" y="2" height="15" width="56" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......
...@@ -23,7 +23,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -23,7 +23,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=datetime update=yes updatewhereclause=yes name=add_date dbname="pallet_hdr.add_date" ) column=(type=datetime update=yes updatewhereclause=yes name=add_date dbname="pallet_hdr.add_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=add_term dbname="pallet_hdr.add_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=add_term dbname="pallet_hdr.add_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=pallet_status dbname="pallet_hdr.pallet_status" ) column=(type=char(1) update=yes updatewhereclause=yes name=pallet_status dbname="pallet_hdr.pallet_status" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_hdr~" ) COLUMN(NAME=~"pallet_hdr.tran_id~") COLUMN(NAME=~"pallet_hdr.tran_date~") COLUMN(NAME=~"pallet_hdr.site_code~") COLUMN(NAME=~"pallet_hdr.tran_type~") COLUMN(NAME=~"pallet_hdr.loc_code~") COLUMN(NAME=~"pallet_hdr.pallet_type~") COLUMN(NAME=~"pallet_hdr.inv_stat~") COLUMN(NAME=~"pallet_hdr.pallet_no~") COLUMN(NAME=~"pallet_hdr.pallet_no__source~") COLUMN(NAME=~"pallet_hdr.remarks~") COLUMN(NAME=~"pallet_hdr.confirmed~") COLUMN(NAME=~"pallet_hdr.conf_date~") COLUMN(NAME=~"pallet_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_hdr.status~") COLUMN(NAME=~"pallet_hdr.add_user~") COLUMN(NAME=~"pallet_hdr.add_date~") COLUMN(NAME=~"pallet_hdr.add_term~") COLUMN(NAME=~"pallet_hdr.pallet_status~")) " update="PALLET_HDR" updatewhere=1 updatekeyinplace=no ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_hdr~" ) COLUMN(NAME=~"pallet_hdr.tran_id~") COLUMN(NAME=~"pallet_hdr.tran_date~") COLUMN(NAME=~"pallet_hdr.site_code~") COLUMN(NAME=~"pallet_hdr.tran_type~") COLUMN(NAME=~"pallet_hdr.loc_code~") COLUMN(NAME=~"pallet_hdr.pallet_type~") COLUMN(NAME=~"pallet_hdr.inv_stat~") COLUMN(NAME=~"pallet_hdr.pallet_no~") COLUMN(NAME=~"pallet_hdr.pallet_no__source~") COLUMN(NAME=~"pallet_hdr.remarks~") COLUMN(NAME=~"pallet_hdr.confirmed~") COLUMN(NAME=~"pallet_hdr.conf_date~") COLUMN(NAME=~"pallet_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_hdr.status~") COLUMN(NAME=~"pallet_hdr.add_user~") COLUMN(NAME=~"pallet_hdr.add_date~") COLUMN(NAME=~"pallet_hdr.add_term~") COLUMN(NAME=~"pallet_hdr.pallet_status~")WHERE( EXP1 =~"~~~"PALLET_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) " update="PALLET_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime)) )
text(band=header alignment="2" text="Pallet type" border="0" color="33554432" x="318" y="2" height="15" width="63" html.valueishtml="0" name=pallet_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Pallet type" border="0" color="33554432" x="318" y="2" height="15" width="63" html.valueishtml="0" name=pallet_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Remarks" border="0" color="33554432" x="571" y="2" height="15" width="366" html.valueishtml="0" name=remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Remarks" border="0" color="33554432" x="571" y="2" height="15" width="366" html.valueishtml="0" name=remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Confirmed" border="0" color="33554432" x="939" y="2" height="15" width="56" html.valueishtml="0" name=confirmed_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Confirmed" border="0" color="33554432" x="939" y="2" height="15" width="56" html.valueishtml="0" name=confirmed_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......
...@@ -33,7 +33,7 @@ table(column=(type=char(12) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -33,7 +33,7 @@ table(column=(type=char(12) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(1) update=yes updatewhereclause=yes name=stro_pref dbname="swms_to_awms.stro_pref" ) column=(type=char(1) update=yes updatewhereclause=yes name=stro_pref dbname="swms_to_awms.stro_pref" )
column=(type=char(130) update=yes updatewhereclause=yes name=descr dbname="swms_to_awms.descr" ) column=(type=char(130) update=yes updatewhereclause=yes name=descr dbname="swms_to_awms.descr" )
column=(type=char(256) update=yes updatewhereclause=yes name=err_desc dbname="swms_to_awms.err_desc" ) column=(type=char(256) update=yes updatewhereclause=yes name=err_desc dbname="swms_to_awms.err_desc" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"swms_to_awms~" ) COLUMN(NAME=~"swms_to_awms.tran_id~") COLUMN(NAME=~"swms_to_awms.tran_date~") COLUMN(NAME=~"swms_to_awms.ref_id~") COLUMN(NAME=~"swms_to_awms.ref_ser~") COLUMN(NAME=~"swms_to_awms.in_out~") COLUMN(NAME=~"swms_to_awms.pallet_no~") COLUMN(NAME=~"swms_to_awms.item_code~") COLUMN(NAME=~"swms_to_awms.lot_sl~") COLUMN(NAME=~"swms_to_awms.lot_no~") COLUMN(NAME=~"swms_to_awms.quantity~") COLUMN(NAME=~"swms_to_awms.qty_per_art~") COLUMN(NAME=~"swms_to_awms.total_qty~") COLUMN(NAME=~"swms_to_awms.line_no~") COLUMN(NAME=~"swms_to_awms.msg_stat~") COLUMN(NAME=~"swms_to_awms.schedule_status~") COLUMN(NAME=~"swms_to_awms.lock_stat~") COLUMN(NAME=~"swms_to_awms.pallet_status~") COLUMN(NAME=~"swms_to_awms.mfg_date~") COLUMN(NAME=~"swms_to_awms.exp_date~") COLUMN(NAME=~"swms_to_awms.unit~") COLUMN(NAME=~"swms_to_awms.item_type~") COLUMN(NAME=~"swms_to_awms.family_grp~") COLUMN(NAME=~"swms_to_awms.err_cod~") COLUMN(NAME=~"swms_to_awms.qc_type~") COLUMN(NAME=~"swms_to_awms.trans_dt_ack~") COLUMN(NAME=~"swms_to_awms.stro_pref~") COLUMN(NAME=~"swms_to_awms.descr~") COLUMN(NAME=~"swms_to_awms.err_desc~")) " update="SWMS_TO_AWMS" updatewhere=1 updatekeyinplace=no ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"swms_to_awms~" ) COLUMN(NAME=~"swms_to_awms.tran_id~") COLUMN(NAME=~"swms_to_awms.tran_date~") COLUMN(NAME=~"swms_to_awms.ref_id~") COLUMN(NAME=~"swms_to_awms.ref_ser~") COLUMN(NAME=~"swms_to_awms.in_out~") COLUMN(NAME=~"swms_to_awms.pallet_no~") COLUMN(NAME=~"swms_to_awms.item_code~") COLUMN(NAME=~"swms_to_awms.lot_sl~") COLUMN(NAME=~"swms_to_awms.lot_no~") COLUMN(NAME=~"swms_to_awms.quantity~") COLUMN(NAME=~"swms_to_awms.qty_per_art~") COLUMN(NAME=~"swms_to_awms.total_qty~") COLUMN(NAME=~"swms_to_awms.line_no~") COLUMN(NAME=~"swms_to_awms.msg_stat~") COLUMN(NAME=~"swms_to_awms.schedule_status~") COLUMN(NAME=~"swms_to_awms.lock_stat~") COLUMN(NAME=~"swms_to_awms.pallet_status~") COLUMN(NAME=~"swms_to_awms.mfg_date~") COLUMN(NAME=~"swms_to_awms.exp_date~") COLUMN(NAME=~"swms_to_awms.unit~") COLUMN(NAME=~"swms_to_awms.item_type~") COLUMN(NAME=~"swms_to_awms.family_grp~") COLUMN(NAME=~"swms_to_awms.err_cod~") COLUMN(NAME=~"swms_to_awms.qc_type~") COLUMN(NAME=~"swms_to_awms.trans_dt_ack~") COLUMN(NAME=~"swms_to_awms.stro_pref~") COLUMN(NAME=~"swms_to_awms.descr~") COLUMN(NAME=~"swms_to_awms.err_desc~")WHERE( EXP1 =~"~~~"SWMS_TO_AWMS~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"SWMS_TO_AWMS~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) " update="SWMS_TO_AWMS" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime)) )
text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="78" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="78" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Transaction Date" border="0" color="33554432" x="82" y="2" height="15" width="132" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction Date" border="0" color="33554432" x="82" y="2" height="15" width="132" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Reference ID" border="0" color="33554432" x="216" y="2" height="15" width="66" html.valueishtml="0" name=ref_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Reference ID" border="0" color="33554432" x="216" y="2" height="15" width="66" html.valueishtml="0" name=ref_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......
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