Commit 9a8b42d4 authored by dpawar's avatar dpawar

add new column


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97476 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d4988cd3
...@@ -176,18 +176,26 @@ ...@@ -176,18 +176,26 @@
<dbname>item.descr</dbname> <dbname>item.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="50">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>location_descr</name> <name>location_descr</name>
<dbname>location.descr</dbname> <dbname>location.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="0">decimal</type> <type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>no_art</name> <name>no_art</name>
<dbname>multi_pick_iss_det.no_art</dbname> <dbname>multi_pick_iss_det.no_art</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;multi_pick_iss_det&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;location&quot; ) COLUMN(NAME=&quot;multi_pick_iss_det.tran_id&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.line_no&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.site_code&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.ptcn&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.sale_order&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.line_no__sord&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.pick_order&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.loc_code&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.item_code&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.lot_no&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.lot_sl&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.quantity&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.status&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.carton_no&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.outer_carton_no&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.dealloc_qty&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;location.descr&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.no_art&quot;) JOIN (LEFT=&quot;multi_pick_iss_det.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; ) JOIN (LEFT=&quot;multi_pick_iss_det.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; ) JOIN (LEFT=&quot;multi_pick_iss_det.loc_code&quot; OP =&quot;=&quot;RIGHT=&quot;location.loc_code&quot; )) </retrieve> <table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>pick_ord__line_no</name>
<dbname>multi_pick_iss_det.pick_ord__line_no</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;multi_pick_iss_det&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;location&quot; ) COLUMN(NAME=&quot;multi_pick_iss_det.tran_id&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.line_no&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.site_code&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.ptcn&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.sale_order&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.line_no__sord&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.pick_order&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.loc_code&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.item_code&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.lot_no&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.lot_sl&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.quantity&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.status&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.carton_no&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.outer_carton_no&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.dealloc_qty&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;location.descr&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.no_art&quot;) COLUMN(NAME=&quot;multi_pick_iss_det.pick_ord__line_no&quot;) JOIN (LEFT=&quot;multi_pick_iss_det.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; ) JOIN (LEFT=&quot;multi_pick_iss_det.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; ) JOIN (LEFT=&quot;multi_pick_iss_det.loc_code&quot; OP =&quot;=&quot;RIGHT=&quot;location.loc_code&quot; )) </retrieve>
<update>MULTI_PICK_ISS_DET</update> <update>MULTI_PICK_ISS_DET</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -416,62 +424,6 @@ ...@@ -416,62 +424,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Outer Carton No:</text>
<border>0</border>
<color>33554432</color>
<x>66</x>
<y>214</y>
<height>16</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>outer_carton_no_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ptcn:</text>
<border>0</border>
<color>33554432</color>
<x>66</x>
<y>237</y>
<height>16</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ptcn_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -736,82 +688,6 @@ ...@@ -736,82 +688,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>166</x>
<y>214</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>outer_carton_no</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>166</x>
<y>237</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ptcn</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>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>3</id>
...@@ -1316,6 +1192,70 @@ ...@@ -1316,6 +1192,70 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>462</x>
<y>101</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>no_art</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>No Of Cases:</text>
<border>0</border>
<color>33554432</color>
<x>361</x>
<y>101</y>
<height>16</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>no_art_1</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
...@@ -1356,25 +1296,65 @@ ...@@ -1356,25 +1296,65 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>15</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>166</x>
<y>214</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>outer_carton_no</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>462</x> <x>166</x>
<y>101</y> <y>237</y>
<height>16</height> <height>16</height>
<width>90</width> <width>90</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>no_art</name> <name>ptcn</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1393,17 +1373,45 @@ ...@@ -1393,17 +1373,45 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>No Of Cases:</text> <text>Outer Carton No:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>361</x> <x>66</x>
<y>101</y> <y>214</y>
<height>16</height> <height>16</height>
<width>98</width> <width>98</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>no_art_1</name> <name>outer_carton_no_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ptcn:</text>
<border>0</border>
<color>33554432</color>
<x>66</x>
<y>237</y>
<height>16</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ptcn_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1418,6 +1426,63 @@ ...@@ -1418,6 +1426,63 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>167</x>
<y>260</y>
<height>16</height>
<width>90</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pick_ord__line_no</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pick ord Line No:</text>
<border>0</border>
<color>33554432</color>
<x>64</x>
<y>260</y>
<height>16</height>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pick_ord__line_no_1</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
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