Commit 836f050b authored by ppatro's avatar ppatro

To merge src for WMS updated wave gen changes.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92008 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 53395076
...@@ -159,6 +159,12 @@ ...@@ -159,6 +159,12 @@
<name>bal_qty</name> <name>bal_qty</name>
<dbname>bal_qty</dbname> <dbname>bal_qty</dbname>
</table_column> </table_column>
<table_column>
<type size="1">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>manual_allocqty</name>
<dbname>manual_allocqty</dbname>
</table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -214,441 +220,331 @@ ...@@ -214,441 +220,331 @@
<name>last_col</name> <name>last_col</name>
<dbname>last_col</dbname> <dbname>last_col</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sorddet&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;sorder&quot; ) TABLE(NAME=&quot;sorditem&quot; ) TABLE(NAME=&quot;wave_type&quot; ) COLUMN(NAME=&quot;sorder.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;sorddet.line_no&quot;) COLUMN(NAME=&quot;sorder.sale_order&quot;) COLUMN(NAME=&quot;sorder.due_date&quot;) COLUMN(NAME=&quot;sorditem.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;customer.single_lot&quot;) COLUMN(NAME=&quot;wave_type.master_pack_allow&quot;) COLUMN(NAME=&quot;wave_type.active_pick_allow&quot;) COLUMN(NAME=&quot;wave_type.stock_to_dock_allow&quot;) COLUMN(NAME=&quot;sorditem.quantity&quot;) COLUMN(NAME=&quot;sorder.part_qty&quot;) COMPUTE(NAME=&quot;SORDITEM.QUANTITY-SORDITEM.QTY_DESP PENDING_QUANTITY&quot;) COMPUTE(NAME=&quot;0 stock_quantity&quot;) COLUMN(NAME=&quot;sorditem.qty_alloc&quot;) COMPUTE(NAME=&quot;&apos;&apos; hold_qty&quot;) COMPUTE(NAME=&quot;0 bal_qty&quot;) COLUMN(NAME=&quot;sorder.alloc_flag&quot;) COMPUTE(NAME=&quot;&apos; &apos; tran_code&quot;) COMPUTE(NAME=&quot;&apos; &apos; tran_name&quot;) COMPUTE(NAME=&quot;&apos; &apos; lock_code__dock&quot;) COLUMN(NAME=&quot;sorddet.pack_instr&quot;) COLUMN(NAME=&quot;sorddet.site_code&quot;) COLUMN(NAME=&quot;sorditem.exp_lev&quot;) COMPUTE(NAME=&quot;&apos;&apos; part_qty_real&quot;) COMPUTE(NAME=&quot;&apos; &apos; LAST_COL&quot;) JOIN (LEFT=&quot;customer.wave_type&quot; OP =&quot;=&quot;RIGHT=&quot;wave_type.wave_type&quot; OUTER1 =&quot;customer.wave_type&quot; ) JOIN (LEFT=&quot;sorddet.sale_order&quot; OP =&quot;=&quot;RIGHT=&quot;sorder.sale_order&quot; ) JOIN (LEFT=&quot;sorder.sale_order&quot; OP =&quot;=&quot;RIGHT=&quot;sorditem.sale_order&quot; ) JOIN (LEFT=&quot;sorddet.line_no&quot; OP =&quot;=&quot;RIGHT=&quot;sorditem.line_no&quot; ) JOIN (LEFT=&quot;sorditem.item_code__ord&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; ) JOIN (LEFT=&quot;sorder.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;sorddet.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;sorditem.site_code&quot; )) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sorddet&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;sorder&quot; ) TABLE(NAME=&quot;sorditem&quot; ) TABLE(NAME=&quot;wave_type&quot; ) COLUMN(NAME=&quot;sorder.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;sorddet.line_no&quot;) COLUMN(NAME=&quot;sorder.sale_order&quot;) COLUMN(NAME=&quot;sorder.due_date&quot;) COLUMN(NAME=&quot;sorditem.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;customer.single_lot&quot;) COLUMN(NAME=&quot;wave_type.master_pack_allow&quot;) COLUMN(NAME=&quot;wave_type.active_pick_allow&quot;) COLUMN(NAME=&quot;wave_type.stock_to_dock_allow&quot;) COLUMN(NAME=&quot;sorditem.quantity&quot;) COLUMN(NAME=&quot;sorder.part_qty&quot;) COMPUTE(NAME=&quot;SORDITEM.QUANTITY-SORDITEM.QTY_DESP PENDING_QUANTITY&quot;) COMPUTE(NAME=&quot;0 stock_quantity&quot;) COLUMN(NAME=&quot;sorditem.qty_alloc&quot;) COMPUTE(NAME=&quot;&apos;&apos; hold_qty&quot;) COMPUTE(NAME=&quot;0 bal_qty&quot;) COMPUTE(NAME=&quot;&apos; &apos; manual_allocqty&quot;) COLUMN(NAME=&quot;sorder.alloc_flag&quot;) COMPUTE(NAME=&quot;&apos; &apos; tran_code&quot;) COMPUTE(NAME=&quot;&apos; &apos; tran_name&quot;) COMPUTE(NAME=&quot;&apos; &apos; lock_code__dock&quot;) COLUMN(NAME=&quot;sorddet.pack_instr&quot;) COLUMN(NAME=&quot;sorddet.site_code&quot;) COLUMN(NAME=&quot;sorditem.exp_lev&quot;) COMPUTE(NAME=&quot;&apos;&apos; part_qty_real&quot;) COMPUTE(NAME=&quot;&apos; &apos; LAST_COL&quot;) JOIN (LEFT=&quot;customer.wave_type&quot; OP =&quot;=&quot;RIGHT=&quot;wave_type.wave_type&quot; OUTER1 =&quot;customer.wave_type&quot; ) JOIN (LEFT=&quot;sorddet.sale_order&quot; OP =&quot;=&quot;RIGHT=&quot;sorder.sale_order&quot; ) JOIN (LEFT=&quot;sorder.sale_order&quot; OP =&quot;=&quot;RIGHT=&quot;sorditem.sale_order&quot; ) JOIN (LEFT=&quot;sorddet.line_no&quot; OP =&quot;=&quot;RIGHT=&quot;sorditem.line_no&quot; ) JOIN (LEFT=&quot;sorditem.item_code__ord&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; ) JOIN (LEFT=&quot;sorder.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;sorddet.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;sorditem.site_code&quot; )) </retrieve>
</TableDefinition> </TableDefinition>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Customer Code</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>89</width> <width>89</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cust_code</name> <name>cust_code_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>2</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Line No</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>93</x> <x>215</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>120</width> <width>50</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cust_name</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>3</id> <alignment>2</alignment>
<alignment>1</alignment> <text>Item Code</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>215</x> <x>450</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>50</width> <width>65</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>item_code_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Description</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>267</x> <x>517</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>80</width> <width>131</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sale_order</name> <name>item_descr_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>5</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Sale Order</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>349</x> <x>267</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>99</width> <width>80</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>due_date</name> <name>sale_order_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>6</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Due Date</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>450</x> <x>349</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>65</width> <width>99</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>item_code</name> <name>due_date_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Customer Name</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>517</x> <x>93</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>131</width> <width>120</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>item_descr</name> <name>cust_name_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>120</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <text>Single Lot</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>650</x> <x>650</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>single_lot</name> <name>single_lot_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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <text>Master Pack</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>715</x> <x>715</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>76</width> <width>76</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>master_pack_allow</name> <name>master_pack_allow_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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <text>Active Pick</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>793</x> <x>793</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>71</width> <width>71</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>active_pick_allow</name> <name>active_pick_allow_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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <text>Stock To Dock</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>866</x> <x>866</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stock_to_dock_allow</name> <name>stock_to_dock_allow_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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Dock Location</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1780</x> <x>1905</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>84</width> <width>84</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>lock_code__dock</name> <name>lock_code__dock_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>
...@@ -659,72 +555,52 @@ ...@@ -659,72 +555,52 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>12</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <text>Quantity</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>953</x> <x>953</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>69</width> <width>69</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>quantity</name> <name>quantity_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>16</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>50</tabsequence> <text>Part Quantity</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1322</x> <x>1024</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>65</width> <width>89</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qty_alloc</name> <name>part_qty_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -735,106 +611,80 @@ ...@@ -735,106 +611,80 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>17</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <text>Pending Qty</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1254</x> <x>1115</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>83</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>hold_qty</name> <name>pending_quantity_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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>13</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Stock Qty</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1024</x> <x>1200</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>89</width> <width>64</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>part_qty</name> <name>stock_quantity_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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>14</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <text>Hold Qty</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1115</x> <x>1266</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>71</width> <width>66</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pending_quantity</name> <name>hold_qty_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -845,141 +695,108 @@ ...@@ -845,141 +695,108 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>15</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <text>Qty Alloc</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1188</x> <x>1334</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>64</width> <width>65</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stock_quantity</name> <name>qty_alloc_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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>18</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <text>Bal Qty</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1389</x> <x>1401</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>54</width> <width>65</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bal_qty</name> <name>bal_qty_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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Alloc Flag</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1445</x> <x>1570</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>alloc_flag</name> <name>alloc_flag_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Transporter Code</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1517</x> <x>1642</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>112</width> <width>112</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_code</name> <name>tran_code_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>
...@@ -990,32 +807,24 @@ ...@@ -990,32 +807,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Transporter Name</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1631</x> <x>1756</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>147</width> <width>147</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_name</name> <name>tran_name_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>
...@@ -1026,180 +835,144 @@ ...@@ -1026,180 +835,144 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Packing Instruction</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1866</x> <x>1991</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>108</width> <width>108</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pack_instr</name> <name>pack_instr_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>120</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>24</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Site Code</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1976</x> <x>2101</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>67</width> <width>67</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>site_code</name> <name>site_code_t</name>
<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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>25</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Exp Lev</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>2045</x> <x>2170</x>
<y>2</y> <y>2</y>
<height>15</height> <height>16</height>
<width>72</width> <width>62</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>exp_lev</name> <name>exp_lev_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>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>27</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Manual Alloc Qty</text>
<border>0</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>2119</x> <x>1468</x>
<y>2</y> <y>2</y>
<height>18</height> <height>16</height>
<width>1</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>last_col</name> <name>manual_allocqty_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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>26</id> <id>1</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2122</x> <x>2</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>1</width> <width>89</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>part_qty_real</name> <name>cust_code</name>
<visible>0</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>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1215,329 +988,513 @@ ...@@ -1215,329 +988,513 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Customer Code</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2</x> <x>93</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>89</width> <width>120</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cust_code_t</name> <name>cust_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>2</alignment> <id>3</id>
<text>Line No</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>215</x> <x>215</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>50</width> <width>50</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no_t</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>2</alignment> <id>4</id>
<text>Item Code</text> <alignment>0</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>267</x>
<y>2</y>
<height>15</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sale_order</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>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>349</x>
<y>2</y>
<height>15</height>
<width>99</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>due_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>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>450</x> <x>450</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>65</width> <width>65</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>item_code_t</name> <name>item_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Description</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>517</x> <x>517</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>131</width> <width>131</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>item_descr_t</name> <name>item_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>120</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>2</alignment> <id>8</id>
<text>Sale Order</text> <alignment>0</alignment>
<border>6</border> <tabsequence>10</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>267</x> <x>650</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>80</width> <width>63</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sale_order_t</name> <name>single_lot</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>2</alignment> <id>9</id>
<text>Due Date</text> <alignment>0</alignment>
<border>6</border> <tabsequence>20</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>349</x> <x>715</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>99</width> <width>76</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>due_date_t</name> <name>master_pack_allow</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Customer Name</text> <tabsequence>30</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>93</x> <x>793</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>120</width> <width>71</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cust_name_t</name> <name>active_pick_allow</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Single Lot</text> <tabsequence>40</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>650</x> <x>866</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>63</width> <width>85</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>single_lot_t</name> <name>stock_to_dock_allow</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Master Pack</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>715</x> <x>1905</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>76</width> <width>84</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>master_pack_allow_t</name> <name>lock_code__dock</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>12</id>
<text>Active Pick</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>793</x> <x>953</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>71</width> <width>69</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>active_pick_allow_t</name> <name>quantity</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>16</id>
<text>Stock To Dock</text> <alignment>1</alignment>
<border>6</border> <tabsequence>50</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>866</x> <x>1334</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>85</width> <width>65</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stock_to_dock_allow_t</name> <name>qty_alloc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>17</id>
<text>Dock Location</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1780</x> <x>1266</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>84</width> <width>66</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>lock_code__dock_t</name> <name>hold_qty</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>
...@@ -1548,52 +1505,70 @@ ...@@ -1548,52 +1505,70 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>1</alignment> <id>13</id>
<text>Quantity</text> <alignment>0</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>953</x> <x>1024</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>69</width> <width>89</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>quantity_t</name> <name>part_qty</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>14</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Part Quantity</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1024</x> <x>1115</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>89</width> <width>83</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>part_qty_t</name> <name>pending_quantity</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1604,82 +1579,107 @@ ...@@ -1604,82 +1579,107 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>15</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Pending Qty</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1115</x> <x>1200</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>71</width> <width>64</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pending_quantity_t</name> <name>stock_quantity</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>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>18</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Stock Qty</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1188</x> <x>1401</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>64</width> <width>65</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stock_quantity_t</name> <name>bal_qty</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>1</alignment> <id>20</id>
<text>Hold Qty</text> <alignment>0</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1254</x> <x>1570</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>70</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>hold_qty_t</name> <name>alloc_flag</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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
...@@ -1688,108 +1688,144 @@ ...@@ -1688,108 +1688,144 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>1</alignment> <id>21</id>
<text>Qty Alloc</text> <alignment>0</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1322</x> <x>1642</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>65</width> <width>112</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qty_alloc_t</name> <name>tran_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>1</alignment> <id>22</id>
<text>Bal Qty</text> <alignment>0</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1389</x> <x>1756</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>54</width> <width>147</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bal_qty_t</name> <name>tran_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>24</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Alloc Flag</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1445</x> <x>1991</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>70</width> <width>108</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>alloc_flag_t</name> <name>pack_instr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>120</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>25</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Transporter Code</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1517</x> <x>2101</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>112</width> <width>67</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_code_t</name> <name>site_code</name>
<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>
...@@ -1800,26 +1836,35 @@ ...@@ -1800,26 +1836,35 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>26</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Transporter Name</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1631</x> <x>2170</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>147</width> <width>62</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_name_t</name> <name>exp_lev</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>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
...@@ -1828,80 +1873,105 @@ ...@@ -1828,80 +1873,105 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>28</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Packing Instruction</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1866</x> <x>2234</x>
<y>2</y> <y>2</y>
<height>16</height> <height>18</height>
<width>108</width> <width>1</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pack_instr_t</name> <name>last_col</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>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>2</alignment> <id>27</id>
<text>Site Code</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1976</x> <x>2237</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>67</width> <width>1</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>site_code_t</name> <name>part_qty_real</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Exp Lev</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2045</x> <x>1468</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>72</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>exp_lev_t</name> <name>manual_allocqty</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1912,9 +1982,9 @@ ...@@ -1912,9 +1982,9 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -33825,3 +33825,63 @@ VALUES ( ...@@ -33825,3 +33825,63 @@ VALUES (
commit; commit;
---19-10-12 unique base
update system_events set service_code = 'prcm_default_ejb', comp_type =
'EJB', comp_name = 'PoRcpConf'
where obj_name = 'porcp' and event_code = 'pre_confirm';
alter table sordalloc add wave_flag char(1);
create or replace
FUNCTION FN_CHECK_MANUAL_STOCK_ALLOC(SI_SALE_ORDER IN CHAR, SI_LINE_NO IN CHAR )
RETURN number is FLAG number ;
CNT NUMBER;
CNT1 NUMBER;
BEGIN
BEGIN
SELECT count(*) INTO CNT FROM SORDALLOC WHERE SALE_ORDER = SI_SALE_ORDER AND LINE_NO = SI_LINE_NO;
IF (CNT > 0 ) THEN
SELECT count(*) INTO CNT1 FROM SORDALLOC WHERE SALE_ORDER = SI_SALE_ORDER AND LINE_NO = SI_LINE_NO
AND (CASE WHEN WAVE_FLAG IS NULL THEN 'N' ELSE WAVE_FLAG END) = 'Y';
IF( CNT1 >0 ) THEN
FLAG := 1;
ELSE
FLAG := 0 ;
END IF;
ELSE
FLAG :=3;
END IF;
EXCEPTION
WHEN NO_DATA_FOUND THEN
FLAG :=2;
END;
RETURN FLAG;
END;
/
create or replace
FUNCTION FN_MANUAL_STOCK_FOR_EACHITEM(SI_SALE_ORDER IN CHAR, SI_LINE_NO IN CHAR)
RETURN char is FLAG char;
CNT NUMBER;
CNT1 NUMBER;
BEGIN
BEGIN
SELECT count(*) INTO CNT FROM SORDALLOC WHERE SALE_ORDER = SI_SALE_ORDER AND LINE_NO = SI_LINE_NO
AND (CASE WHEN WAVE_FLAG IS NULL THEN 'N' ELSE WAVE_FLAG END) = 'N';
IF (CNT > 0 ) THEN
FLAG := 'M';
ELSE
FLAG := 'N';
END IF;
EXCEPTION
WHEN NO_DATA_FOUND THEN
FLAG :='E';
END;
RETURN FLAG;
END;
/
...@@ -23,6 +23,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbna ...@@ -23,6 +23,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbna
column=(type=decimal(3) updatewhereclause=yes name=qty_alloc dbname="sorditem.qty_alloc" ) column=(type=decimal(3) updatewhereclause=yes name=qty_alloc dbname="sorditem.qty_alloc" )
column=(type=char(0) updatewhereclause=yes name=hold_qty dbname="hold_qty" ) column=(type=char(0) updatewhereclause=yes name=hold_qty dbname="hold_qty" )
column=(type=number updatewhereclause=yes name=bal_qty dbname="bal_qty" ) column=(type=number updatewhereclause=yes name=bal_qty dbname="bal_qty" )
column=(type=char(1) updatewhereclause=yes name=manual_allocqty dbname="manual_allocqty" )
column=(type=char(1) updatewhereclause=yes name=alloc_flag dbname="sorder.alloc_flag" ) column=(type=char(1) updatewhereclause=yes name=alloc_flag dbname="sorder.alloc_flag" )
column=(type=char(1) updatewhereclause=yes name=tran_code dbname="tran_code" ) column=(type=char(1) updatewhereclause=yes name=tran_code dbname="tran_code" )
column=(type=char(1) updatewhereclause=yes name=tran_name dbname="tran_name" ) column=(type=char(1) updatewhereclause=yes name=tran_name dbname="tran_name" )
...@@ -32,34 +33,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbna ...@@ -32,34 +33,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbna
column=(type=char(20) updatewhereclause=yes name=exp_lev dbname="sorditem.exp_lev" ) column=(type=char(20) updatewhereclause=yes name=exp_lev dbname="sorditem.exp_lev" )
column=(type=char(0) updatewhereclause=yes name=part_qty_real dbname="part_qty_real" ) column=(type=char(0) updatewhereclause=yes name=part_qty_real dbname="part_qty_real" )
column=(type=char(10) updatewhereclause=yes name=last_col dbname="last_col" ) column=(type=char(10) updatewhereclause=yes name=last_col dbname="last_col" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sorddet~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"sorder~" ) TABLE(NAME=~"sorditem~" ) TABLE(NAME=~"wave_type~" ) COLUMN(NAME=~"sorder.cust_code~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"sorddet.line_no~") COLUMN(NAME=~"sorder.sale_order~") COLUMN(NAME=~"sorder.due_date~") COLUMN(NAME=~"sorditem.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"customer.single_lot~") COLUMN(NAME=~"wave_type.master_pack_allow~") COLUMN(NAME=~"wave_type.active_pick_allow~") COLUMN(NAME=~"wave_type.stock_to_dock_allow~") COLUMN(NAME=~"sorditem.quantity~") COLUMN(NAME=~"sorder.part_qty~") COMPUTE(NAME=~"SORDITEM.QUANTITY-SORDITEM.QTY_DESP PENDING_QUANTITY~") COMPUTE(NAME=~"0 stock_quantity~") COLUMN(NAME=~"sorditem.qty_alloc~") COMPUTE(NAME=~"'' hold_qty~") COMPUTE(NAME=~"0 bal_qty~") COLUMN(NAME=~"sorder.alloc_flag~") COMPUTE(NAME=~"' ' tran_code~") COMPUTE(NAME=~"' ' tran_name~") COMPUTE(NAME=~"' ' lock_code__dock~") COLUMN(NAME=~"sorddet.pack_instr~") COLUMN(NAME=~"sorddet.site_code~") COLUMN(NAME=~"sorditem.exp_lev~") COMPUTE(NAME=~"'' part_qty_real~") COMPUTE(NAME=~"' ' LAST_COL~") JOIN (LEFT=~"customer.wave_type~" OP =~"=~"RIGHT=~"wave_type.wave_type~" OUTER1 =~"customer.wave_type~" ) JOIN (LEFT=~"sorddet.sale_order~" OP =~"=~"RIGHT=~"sorder.sale_order~" ) JOIN (LEFT=~"sorder.sale_order~" OP =~"=~"RIGHT=~"sorditem.sale_order~" ) JOIN (LEFT=~"sorddet.line_no~" OP =~"=~"RIGHT=~"sorditem.line_no~" ) JOIN (LEFT=~"sorditem.item_code__ord~" OP =~"=~"RIGHT=~"item.item_code~" ) JOIN (LEFT=~"sorder.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"sorddet.site_code~" OP =~"=~"RIGHT=~"sorditem.site_code~" )) " ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sorddet~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"sorder~" ) TABLE(NAME=~"sorditem~" ) TABLE(NAME=~"wave_type~" ) COLUMN(NAME=~"sorder.cust_code~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"sorddet.line_no~") COLUMN(NAME=~"sorder.sale_order~") COLUMN(NAME=~"sorder.due_date~") COLUMN(NAME=~"sorditem.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"customer.single_lot~") COLUMN(NAME=~"wave_type.master_pack_allow~") COLUMN(NAME=~"wave_type.active_pick_allow~") COLUMN(NAME=~"wave_type.stock_to_dock_allow~") COLUMN(NAME=~"sorditem.quantity~") COLUMN(NAME=~"sorder.part_qty~") COMPUTE(NAME=~"SORDITEM.QUANTITY-SORDITEM.QTY_DESP PENDING_QUANTITY~") COMPUTE(NAME=~"0 stock_quantity~") COLUMN(NAME=~"sorditem.qty_alloc~") COMPUTE(NAME=~"'' hold_qty~") COMPUTE(NAME=~"0 bal_qty~") COMPUTE(NAME=~"' ' manual_allocqty~") COLUMN(NAME=~"sorder.alloc_flag~") COMPUTE(NAME=~"' ' tran_code~") COMPUTE(NAME=~"' ' tran_name~") COMPUTE(NAME=~"' ' lock_code__dock~") COLUMN(NAME=~"sorddet.pack_instr~") COLUMN(NAME=~"sorddet.site_code~") COLUMN(NAME=~"sorditem.exp_lev~") COMPUTE(NAME=~"'' part_qty_real~") COMPUTE(NAME=~"' ' LAST_COL~") JOIN (LEFT=~"customer.wave_type~" OP =~"=~"RIGHT=~"wave_type.wave_type~" OUTER1 =~"customer.wave_type~" ) JOIN (LEFT=~"sorddet.sale_order~" OP =~"=~"RIGHT=~"sorder.sale_order~" ) JOIN (LEFT=~"sorder.sale_order~" OP =~"=~"RIGHT=~"sorditem.sale_order~" ) JOIN (LEFT=~"sorddet.line_no~" OP =~"=~"RIGHT=~"sorditem.line_no~" ) JOIN (LEFT=~"sorditem.item_code__ord~" OP =~"=~"RIGHT=~"item.item_code~" ) JOIN (LEFT=~"sorder.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"sorddet.site_code~" OP =~"=~"RIGHT=~"sorditem.site_code~" )) " )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="15" width="89" format="[general]" html.valueishtml="0" name=cust_code 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="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="93" y="2" height="15" width="120" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=40 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="2" background.color="16777215" )
column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="215" y="2" height="15" width="50" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 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="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="267" y="2" height="15" width="80" format="[general]" html.valueishtml="0" name=sale_order 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="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="349" y="2" height="15" width="99" format="[shortdate] [time]" html.valueishtml="0" name=due_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="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="450" y="2" height="15" width="65" format="[general]" html.valueishtml="0" name=item_code 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="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="517" y="2" height="15" width="131" format="[general]" html.valueishtml="0" name=item_descr visible="1" edit.limit=120 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="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=10 border="0" color="33554432" x="650" y="2" height="16" width="63" format="[general]" html.valueishtml="0" name=single_lot visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=20 border="0" color="33554432" x="715" y="2" height="16" width="76" format="[general]" html.valueishtml="0" name=master_pack_allow visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=30 border="0" color="33554432" x="793" y="2" height="16" width="71" format="[general]" html.valueishtml="0" name=active_pick_allow visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=40 border="0" color="33554432" x="866" y="2" height="16" width="85" format="[general]" html.valueishtml="0" name=stock_to_dock_allow visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432" x="1792" y="2" height="16" width="84" format="[general]" html.valueishtml="0" name=lock_code__dock visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="33554432" x="953" y="2" height="15" width="69" format="[general]" html.valueishtml="0" name=quantity 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="2" background.color="16777215" )
column(band=detail id=16 alignment="1" tabsequence=50 border="0" color="33554432" x="1334" y="2" height="15" width="65" format="[general]" html.valueishtml="0" name=qty_alloc 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="2" background.color="16777215" )
column(band=detail id=17 alignment="1" tabsequence=32766 border="0" color="33554432" x="1266" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=hold_qty visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="1024" y="2" height="16" width="89" format="[general]" html.valueishtml="0" name=part_qty visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="33554432" x="1115" y="2" height="15" width="83" format="[general]" html.valueishtml="0" name=pending_quantity 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="2" background.color="16777215" )
column(band=detail id=15 alignment="1" tabsequence=32766 border="0" color="33554432" x="1200" y="2" height="15" width="64" format="[general]" html.valueishtml="0" name=stock_quantity visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="1" tabsequence=32766 border="0" color="33554432" x="1401" y="2" height="16" width="54" format="[general]" html.valueishtml="0" name=bal_qty visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="1457" y="2" height="16" width="70" format="[general]" html.valueishtml="0" name=alloc_flag visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432" x="1529" y="2" height="16" width="112" format="[general]" html.valueishtml="0" name=tran_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="33554432" x="1643" y="2" height="16" width="147" format="[general]" html.valueishtml="0" name=tran_name visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432" x="1878" y="2" height="15" width="108" format="[general]" html.valueishtml="0" name=pack_instr visible="1" edit.limit=120 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="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="33554432" x="1988" y="2" height="15" width="67" 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="2" background.color="16777215" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="33554432" x="2057" y="2" height="15" width="72" format="[general]" html.valueishtml="0" name=exp_lev visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="0" color="33554432" x="2131" y="2" height="18" width="1" format="[general]" html.valueishtml="0" name=last_col visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=26 alignment="1" tabsequence=32766 border="0" color="33554432" x="2134" y="2" height="16" width="1" format="[general]" html.valueishtml="0" name=part_qty_real visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Customer Code" border="6" color="33554432" x="2" y="2" height="16" width="89" html.valueishtml="0" name=cust_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Customer Code" border="6" color="33554432" x="2" y="2" height="16" width="89" html.valueishtml="0" name=cust_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Line No" border="6" color="33554432" x="215" y="2" height="16" width="50" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Line No" border="6" color="33554432" x="215" y="2" height="16" width="50" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Item Code" border="6" color="33554432" x="450" y="2" height="16" width="65" html.valueishtml="0" name=item_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Item Code" border="6" color="33554432" x="450" y="2" height="16" width="65" html.valueishtml="0" name=item_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
...@@ -71,20 +45,49 @@ text(band=header alignment="0" text="Single Lot" border="6" color="33554432" x=" ...@@ -71,20 +45,49 @@ text(band=header alignment="0" text="Single Lot" border="6" color="33554432" x="
text(band=header alignment="0" text="Master Pack" border="6" color="33554432" x="715" y="2" height="16" width="76" html.valueishtml="0" name=master_pack_allow_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Master Pack" border="6" color="33554432" x="715" y="2" height="16" width="76" html.valueishtml="0" name=master_pack_allow_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Active Pick" border="6" color="33554432" x="793" y="2" height="16" width="71" html.valueishtml="0" name=active_pick_allow_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Active Pick" border="6" color="33554432" x="793" y="2" height="16" width="71" html.valueishtml="0" name=active_pick_allow_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Stock To Dock" border="6" color="33554432" x="866" y="2" height="16" width="85" html.valueishtml="0" name=stock_to_dock_allow_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Stock To Dock" border="6" color="33554432" x="866" y="2" height="16" width="85" html.valueishtml="0" name=stock_to_dock_allow_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Dock Location" border="6" color="33554432" x="1792" y="2" height="16" width="84" html.valueishtml="0" name=lock_code__dock_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Dock Location" border="6" color="33554432" x="1905" y="2" height="16" width="84" html.valueishtml="0" name=lock_code__dock_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="1" text="Quantity" border="6" color="33554432" x="953" y="2" height="16" width="69" html.valueishtml="0" name=quantity_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="1" text="Quantity" border="6" color="33554432" x="953" y="2" height="16" width="69" html.valueishtml="0" name=quantity_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="1" text="Part Quantity" border="6" color="33554432" x="1024" y="2" height="16" width="89" html.valueishtml="0" name=part_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="1" text="Part Quantity" border="6" color="33554432" x="1024" y="2" height="16" width="89" html.valueishtml="0" name=part_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="1" text="Pending Qty" border="6" color="33554432" x="1115" y="2" height="16" width="83" html.valueishtml="0" name=pending_quantity_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="1" text="Pending Qty" border="6" color="33554432" x="1115" y="2" height="16" width="83" html.valueishtml="0" name=pending_quantity_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="1" text="Stock Qty" border="6" color="33554432" x="1200" y="2" height="16" width="64" html.valueishtml="0" name=stock_quantity_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="1" text="Stock Qty" border="6" color="33554432" x="1200" y="2" height="16" width="64" html.valueishtml="0" name=stock_quantity_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="1" text="Hold Qty" border="6" color="33554432" x="1266" y="2" height="16" width="66" html.valueishtml="0" name=hold_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="1" text="Hold Qty" border="6" color="33554432" x="1266" y="2" height="16" width="66" html.valueishtml="0" name=hold_qty_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="1" text="Qty Alloc" border="6" color="33554432" x="1334" y="2" height="16" width="65" html.valueishtml="0" name=qty_alloc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="1" text="Qty Alloc" border="6" color="33554432" x="1334" y="2" height="16" width="65" html.valueishtml="0" name=qty_alloc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="1" text="Bal Qty" border="6" color="33554432" x="1401" y="2" height="16" width="54" html.valueishtml="0" name=bal_qty_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="1" text="Bal Qty" border="6" color="33554432" x="1401" y="2" height="16" width="65" html.valueishtml="0" name=bal_qty_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Alloc Flag" border="6" color="33554432" x="1457" y="2" height="16" width="70" html.valueishtml="0" name=alloc_flag_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Alloc Flag" border="6" color="33554432" x="1570" y="2" height="16" width="70" html.valueishtml="0" name=alloc_flag_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Transporter Code" border="6" color="33554432" x="1529" y="2" height="16" width="112" html.valueishtml="0" name=tran_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Transporter Code" border="6" color="33554432" x="1642" y="2" height="16" width="112" html.valueishtml="0" name=tran_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Transporter Name" border="6" color="33554432" x="1643" y="2" height="16" width="147" html.valueishtml="0" name=tran_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Transporter Name" border="6" color="33554432" x="1756" y="2" height="16" width="147" html.valueishtml="0" name=tran_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Packing Instruction" border="6" color="33554432" x="1878" y="2" height="16" width="108" html.valueishtml="0" name=pack_instr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Packing Instruction" border="6" color="33554432" x="1991" y="2" height="16" width="108" html.valueishtml="0" name=pack_instr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Site Code" border="6" color="33554432" x="1988" y="2" height="16" width="67" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Site Code" border="6" color="33554432" x="2101" y="2" height="16" width="67" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Exp Lev" border="6" color="33554432" x="2057" y="2" height="16" width="72" html.valueishtml="0" name=exp_lev_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Exp Lev" border="6" color="33554432" x="2170" y="2" height="16" width="62" html.valueishtml="0" name=exp_lev_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Manual Alloc Qty" border="6" color="33554432" x="1468" y="2" height="16" width="100" html.valueishtml="0" name=manual_allocqty_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="15" width="89" format="[general]" html.valueishtml="0" name=cust_code 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="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="93" y="2" height="15" width="120" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=40 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="2" background.color="16777215" )
column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="215" y="2" height="15" width="50" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 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="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="267" y="2" height="15" width="80" format="[general]" html.valueishtml="0" name=sale_order 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="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="349" y="2" height="15" width="99" format="[shortdate] [time]" html.valueishtml="0" name=due_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="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="450" y="2" height="15" width="65" format="[general]" html.valueishtml="0" name=item_code 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="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="517" y="2" height="15" width="131" format="[general]" html.valueishtml="0" name=item_descr visible="1" edit.limit=120 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="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=10 border="0" color="33554432" x="650" y="2" height="16" width="63" format="[general]" html.valueishtml="0" name=single_lot visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=20 border="0" color="33554432" x="715" y="2" height="16" width="76" format="[general]" html.valueishtml="0" name=master_pack_allow visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=30 border="0" color="33554432" x="793" y="2" height="16" width="71" format="[general]" html.valueishtml="0" name=active_pick_allow visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=40 border="0" color="33554432" x="866" y="2" height="16" width="85" format="[general]" html.valueishtml="0" name=stock_to_dock_allow visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432" x="1905" y="2" height="16" width="84" format="[general]" html.valueishtml="0" name=lock_code__dock visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="33554432" x="953" y="2" height="15" width="69" format="[general]" html.valueishtml="0" name=quantity 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="2" background.color="16777215" )
column(band=detail id=16 alignment="1" tabsequence=50 border="0" color="33554432" x="1334" y="2" height="15" width="65" format="[general]" html.valueishtml="0" name=qty_alloc 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="2" background.color="16777215" )
column(band=detail id=17 alignment="1" tabsequence=32766 border="0" color="33554432" x="1266" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=hold_qty visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="1024" y="2" height="16" width="89" format="[general]" html.valueishtml="0" name=part_qty visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="33554432" x="1115" y="2" height="15" width="83" format="[general]" html.valueishtml="0" name=pending_quantity 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="2" background.color="16777215" )
column(band=detail id=15 alignment="1" tabsequence=32766 border="0" color="33554432" x="1200" y="2" height="15" width="64" format="[general]" html.valueishtml="0" name=stock_quantity visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="1" tabsequence=32766 border="0" color="33554432" x="1401" y="2" height="16" width="65" format="[general]" html.valueishtml="0" name=bal_qty visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432" x="1570" y="2" height="16" width="70" format="[general]" html.valueishtml="0" name=alloc_flag visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="33554432" x="1642" y="2" height="16" width="112" format="[general]" html.valueishtml="0" name=tran_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432" x="1756" y="2" height="16" width="147" format="[general]" html.valueishtml="0" name=tran_name visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="33554432" x="1991" y="2" height="15" width="108" format="[general]" html.valueishtml="0" name=pack_instr visible="1" edit.limit=120 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="2" background.color="16777215" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="33554432" x="2101" y="2" height="15" width="67" 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="2" background.color="16777215" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="0" color="33554432" x="2170" y="2" height="15" width="62" format="[general]" html.valueishtml="0" name=exp_lev visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="0" color="33554432" x="2234" y="2" height="18" width="1" format="[general]" html.valueishtml="0" name=last_col visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=27 alignment="1" tabsequence=32766 border="0" color="33554432" x="2237" y="2" height="16" width="1" format="[general]" html.valueishtml="0" name=part_qty_real visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="1468" y="1" height="16" width="100" format="[general]" html.valueishtml="0" name=manual_allocqty visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
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" )
export.xml(usetemplate="" headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="xx" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><sorder_cust_code>cust_code</sorder_cust_code><customer_cust_name>cust_name</customer_cust_name><sorddet_line_no>line_no</sorddet_line_no><sorder_sale_order>sale_order</sorder_sale_order><sorder_due_date>due_date</sorder_due_date><sorditem_item_code>item_code</sorditem_item_code><item_descr>item_descr</item_descr><sorditem_quantity>quantity</sorditem_quantity><stosc_quantity/><sorditem_qty_alloc>qty_alloc</sorditem_qty_alloc><sorddet_pack_instr>pack_instr</sorddet_pack_instr><sorddet_site_code>site_code</sorddet_site_code><pending_quantity>pending_quantity</pending_quantity></untitled_row></untitled>")) export.xml(usetemplate="" headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="xx" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><sorder_cust_code>cust_code</sorder_cust_code><customer_cust_name>cust_name</customer_cust_name><sorddet_line_no>line_no</sorddet_line_no><sorder_sale_order>sale_order</sorder_sale_order><sorder_due_date>due_date</sorder_due_date><sorditem_item_code>item_code</sorditem_item_code><item_descr>item_descr</item_descr><sorditem_quantity>quantity</sorditem_quantity><stosc_quantity/><sorditem_qty_alloc>qty_alloc</sorditem_qty_alloc><sorddet_pack_instr>pack_instr</sorddet_pack_instr><sorddet_site_code>site_code</sorddet_site_code><pending_quantity>pending_quantity</pending_quantity></untitled_row></untitled>"))
......
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