Commit cc622d01 authored by rtiwari's avatar rtiwari

column seq. changed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94064 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6162d0aa
...@@ -90,6 +90,18 @@ ...@@ -90,6 +90,18 @@
<name>loc_code</name> <name>loc_code</name>
<dbname>inv_hold_det.loc_code</dbname> <dbname>inv_hold_det.loc_code</dbname>
</table_column> </table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>lot_no</name>
<dbname>inv_hold_det.lot_no</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>lot_sl</name>
<dbname>inv_hold_det.lot_sl</dbname>
</table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -144,18 +156,6 @@ ...@@ -144,18 +156,6 @@
<name>ref_no</name> <name>ref_no</name>
<dbname>inv_hold.ref_no</dbname> <dbname>inv_hold.ref_no</dbname>
</table_column> </table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>lot_no</name>
<dbname>inv_hold_det.lot_no</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>lot_sl</name>
<dbname>inv_hold_det.lot_sl</dbname>
</table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
<name>remarks</name> <name>remarks</name>
<dbname>inv_hold_det.remarks</dbname> <dbname>inv_hold_det.remarks</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;inv_hold&quot; ) TABLE(NAME=&quot;inv_hold_det&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;inv_lock&quot; ) COLUMN(NAME=&quot;inv_hold_det.tran_id&quot;) COLUMN(NAME=&quot;inv_hold_det.line_no&quot;) COLUMN(NAME=&quot;inv_hold_det.line_no_sl&quot;) COLUMN(NAME=&quot;inv_hold_det.hold_status&quot;) COLUMN(NAME=&quot;inv_hold_det.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;inv_hold_det.loc_code&quot;) COLUMN(NAME=&quot;inv_hold.lock_code&quot;) COLUMN(NAME=&quot;inv_lock.descr&quot;) COLUMN(NAME=&quot;inv_hold_det.site_code&quot;) COLUMN(NAME=&quot;inv_hold_det.status_date&quot;) COLUMN(NAME=&quot;inv_hold_det.reas_code&quot;) COLUMN(NAME=&quot;inv_hold_det.sch_rel_date&quot;) COLUMN(NAME=&quot;inv_hold.ref_ser&quot;) COLUMN(NAME=&quot;inv_hold.ref_id&quot;) COLUMN(NAME=&quot;inv_hold.ref_no&quot;) COLUMN(NAME=&quot;inv_hold_det.lot_no&quot;) COLUMN(NAME=&quot;inv_hold_det.lot_sl&quot;) COLUMN(NAME=&quot;inv_hold.confirmed&quot;) COLUMN(NAME=&quot;inv_hold_det.remarks&quot;) JOIN (LEFT=&quot;inv_hold.lock_code&quot; OP =&quot;=&quot;RIGHT=&quot;inv_lock.lock_code&quot; OUTER2 =&quot;inv_lock.lock_code&quot; ) JOIN (LEFT=&quot;inv_hold_det.tran_id&quot; OP =&quot;=&quot;RIGHT=&quot;inv_hold.tran_id&quot; ) JOIN (LEFT=&quot;item.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;inv_hold_det.item_code&quot; )) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;inv_hold&quot; ) TABLE(NAME=&quot;inv_hold_det&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;inv_lock&quot; ) COLUMN(NAME=&quot;inv_hold_det.tran_id&quot;) COLUMN(NAME=&quot;inv_hold_det.line_no&quot;) COLUMN(NAME=&quot;inv_hold_det.line_no_sl&quot;) COLUMN(NAME=&quot;inv_hold_det.hold_status&quot;) COLUMN(NAME=&quot;inv_hold_det.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;inv_hold_det.loc_code&quot;) COLUMN(NAME=&quot;inv_hold_det.lot_no&quot;) COLUMN(NAME=&quot;inv_hold_det.lot_sl&quot;) COLUMN(NAME=&quot;inv_hold.lock_code&quot;) COLUMN(NAME=&quot;inv_lock.descr&quot;) COLUMN(NAME=&quot;inv_hold_det.site_code&quot;) COLUMN(NAME=&quot;inv_hold_det.status_date&quot;) COLUMN(NAME=&quot;inv_hold_det.reas_code&quot;) COLUMN(NAME=&quot;inv_hold_det.sch_rel_date&quot;) COLUMN(NAME=&quot;inv_hold.ref_ser&quot;) COLUMN(NAME=&quot;inv_hold.ref_id&quot;) COLUMN(NAME=&quot;inv_hold.ref_no&quot;) COLUMN(NAME=&quot;inv_hold.confirmed&quot;) COLUMN(NAME=&quot;inv_hold_det.remarks&quot;) JOIN (LEFT=&quot;inv_hold.lock_code&quot; OP =&quot;=&quot;RIGHT=&quot;inv_lock.lock_code&quot; OUTER2 =&quot;inv_lock.lock_code&quot; ) JOIN (LEFT=&quot;inv_hold_det.tran_id&quot; OP =&quot;=&quot;RIGHT=&quot;inv_hold.tran_id&quot; ) JOIN (LEFT=&quot;item.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;inv_hold_det.item_code&quot; )) </retrieve>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
<text>Site Code</text> <text>Site Code</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>884</x> <x>1064</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>71</width> <width>71</width>
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
<text>Status Date</text> <text>Status Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>957</x> <x>1137</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>132</width> <width>132</width>
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
<text>Reas Code</text> <text>Reas Code</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1091</x> <x>1271</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>71</width> <width>71</width>
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
<text>Schedule Release Date</text> <text>Schedule Release Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1164</x> <x>1344</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>147</width> <width>147</width>
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
<text>Reference Id</text> <text>Reference Id</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1425</x> <x>1605</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>101</width> <width>101</width>
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
<text>Reference Series</text> <text>Reference Series</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1313</x> <x>1493</x>
<y>0</y> <y>0</y>
<height>17</height> <height>17</height>
<width>110</width> <width>110</width>
...@@ -484,7 +484,7 @@ ...@@ -484,7 +484,7 @@
<text>Reference No</text> <text>Reference No</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1528</x> <x>1708</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>94</width> <width>94</width>
...@@ -540,7 +540,7 @@ ...@@ -540,7 +540,7 @@
<text>Lot Sl</text> <text>Lot Sl</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1714</x> <x>727</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -568,7 +568,7 @@ ...@@ -568,7 +568,7 @@
<text>Lot No</text> <text>Lot No</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1624</x> <x>637</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -624,7 +624,7 @@ ...@@ -624,7 +624,7 @@
<text>Lock Code</text> <text>Lock Code</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>637</x> <x>817</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>75</width> <width>75</width>
...@@ -652,7 +652,7 @@ ...@@ -652,7 +652,7 @@
<text>Lock code Description</text> <text>Lock code Description</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>714</x> <x>894</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>168</width> <width>168</width>
...@@ -674,6 +674,62 @@ ...@@ -674,6 +674,62 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Confirmed</text>
<border>0</border>
<color>33554432</color>
<x>1804</x>
<y>2</y>
<height>16</height>
<width>59</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-11</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Remarks</text>
<border>0</border>
<color>33554432</color>
<x>1865</x>
<y>1</y>
<height>16</height>
<width>196</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks_t</name>
<visible>1</visible>
<font>
<face>MS Sans Serif</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -866,12 +922,12 @@ ...@@ -866,12 +922,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>884</x> <x>1064</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>71</width> <width>71</width>
...@@ -904,12 +960,12 @@ ...@@ -904,12 +960,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>957</x> <x>1137</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>132</width> <width>132</width>
...@@ -942,12 +998,12 @@ ...@@ -942,12 +998,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1091</x> <x>1271</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>71</width> <width>71</width>
...@@ -980,12 +1036,12 @@ ...@@ -980,12 +1036,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1164</x> <x>1344</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>147</width> <width>147</width>
...@@ -1018,12 +1074,12 @@ ...@@ -1018,12 +1074,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1425</x> <x>1605</x>
<y>3</y> <y>3</y>
<height>18</height> <height>18</height>
<width>101</width> <width>101</width>
...@@ -1056,12 +1112,12 @@ ...@@ -1056,12 +1112,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1313</x> <x>1493</x>
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>110</width> <width>110</width>
...@@ -1092,12 +1148,12 @@ ...@@ -1092,12 +1148,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1528</x> <x>1708</x>
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>94</width> <width>94</width>
...@@ -1164,12 +1220,12 @@ ...@@ -1164,12 +1220,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1624</x> <x>637</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1200,12 +1256,12 @@ ...@@ -1200,12 +1256,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1714</x> <x>727</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1274,12 +1330,12 @@ ...@@ -1274,12 +1330,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>637</x> <x>817</x>
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>75</width> <width>75</width>
...@@ -1310,12 +1366,12 @@ ...@@ -1310,12 +1366,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>714</x> <x>894</x>
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>168</width> <width>168</width>
...@@ -1418,62 +1474,6 @@ ...@@ -1418,62 +1474,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Confirmed</text>
<border>0</border>
<color>33554432</color>
<x>1804</x>
<y>2</y>
<height>16</height>
<width>59</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-11</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Remarks</text>
<border>0</border>
<color>33554432</color>
<x>1865</x>
<y>1</y>
<height>16</height>
<width>196</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks_t</name>
<visible>1</visible>
<font>
<face>MS Sans Serif</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</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