Commit 0833bdd5 authored by asikarwar's avatar asikarwar

Add returnable and reason code column


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91830 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7228e867
...@@ -551,6 +551,34 @@ ...@@ -551,6 +551,34 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Near Expiry</text>
<border>0</border>
<color>33554432</color>
<x>1091</x>
<y>1</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>near_expiry_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -1080,34 +1108,6 @@ ...@@ -1080,34 +1108,6 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Near Expiry</text>
<border>0</border>
<color>33554432</color>
<x>1091</x>
<y>1</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>near_expiry_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>15</id>
...@@ -1115,15 +1115,22 @@ ...@@ -1115,15 +1115,22 @@
<tabsequence>150</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1092</x> <x>1091</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>93</width> <width>93</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>near_expiry</name> <name>near_expiry</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>Tahoma</face> <face>Tahoma</face>
<height>-10</height> <height>-10</height>
......
...@@ -169,7 +169,26 @@ ...@@ -169,7 +169,26 @@
<item display="No" data="N"/> <item display="No" data="N"/>
</values> </values>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sordertype&quot; ) COLUMN(NAME=&quot;sordertype.order_type&quot;) COLUMN(NAME=&quot;sordertype.descr&quot;) COLUMN(NAME=&quot;sordertype.sh_descr&quot;) COLUMN(NAME=&quot;sordertype.active&quot;) COLUMN(NAME=&quot;sordertype.price_list__clg&quot;) COLUMN(NAME=&quot;sordertype.repl_rate&quot;) COLUMN(NAME=&quot;sordertype.tax_class&quot;) COLUMN(NAME=&quot;sordertype.tax_env&quot;) COLUMN(NAME=&quot;sordertype.min_shelf_life&quot;) COLUMN(NAME=&quot;sordertype.max_shelf_life&quot;) COLUMN(NAME=&quot;sordertype.fmode&quot;) COLUMN(NAME=&quot;sordertype.chg_date&quot;) COLUMN(NAME=&quot;sordertype.chg_user&quot;) COLUMN(NAME=&quot;sordertype.chg_term&quot;) COLUMN(NAME=&quot;sordertype.near_expiry&quot;)WHERE( EXP1 =&quot;~&quot;SORDERTYPE~&quot;.~&quot;ORDER_TYPE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:order_type&quot; ) ) ARG(NAME = &quot;order_type&quot; TYPE = string) </retrieve> <table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>returnable</name>
<dbname>sordertype.returnable</dbname>
<initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>reas_code</name>
<dbname>sordertype.reas_code</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sordertype&quot; ) COLUMN(NAME=&quot;sordertype.order_type&quot;) COLUMN(NAME=&quot;sordertype.descr&quot;) COLUMN(NAME=&quot;sordertype.sh_descr&quot;) COLUMN(NAME=&quot;sordertype.active&quot;) COLUMN(NAME=&quot;sordertype.price_list__clg&quot;) COLUMN(NAME=&quot;sordertype.repl_rate&quot;) COLUMN(NAME=&quot;sordertype.tax_class&quot;) COLUMN(NAME=&quot;sordertype.tax_env&quot;) COLUMN(NAME=&quot;sordertype.min_shelf_life&quot;) COLUMN(NAME=&quot;sordertype.max_shelf_life&quot;) COLUMN(NAME=&quot;sordertype.fmode&quot;) COLUMN(NAME=&quot;sordertype.chg_date&quot;) COLUMN(NAME=&quot;sordertype.chg_user&quot;) COLUMN(NAME=&quot;sordertype.chg_term&quot;) COLUMN(NAME=&quot;sordertype.near_expiry&quot;) COLUMN(NAME=&quot;sordertype.returnable&quot;) COLUMN(NAME=&quot;sordertype.reas_code&quot;)WHERE( EXP1 =&quot;~&quot;SORDERTYPE~&quot;.~&quot;ORDER_TYPE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:order_type&quot; ) ) ARG(NAME = &quot;order_type&quot; TYPE = string) </retrieve>
<update>SORDERTYPE</update> <update>SORDERTYPE</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -178,30 +197,201 @@ ...@@ -178,30 +197,201 @@
<type>string</type> <type>string</type>
</argument> </argument>
</TableDefinition> </TableDefinition>
<GroupBox> <TextObject>
<band>Detail</band> <band>Detail</band>
<text>Basic</text> <alignment>1</alignment>
<border>2</border> <text>Chg Date:</text>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2</x> <x>7</x>
<y>4</y> <y>224</y>
<height>151</height> <height>16</height>
<width>453</width> <width>66</width>
<name>basic</name> <html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>System</face> <face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>77</x>
<y>224</y>
<height>16</height>
<width>56</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</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>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User:</text>
<border>0</border>
<color>33554432</color>
<x>141</x>
<y>224</y>
<height>16</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>211</x>
<y>224</y>
<height>16</height>
<width>56</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term:</text>
<border>0</border>
<color>33554432</color>
<x>274</x>
<y>224</y>
<height>16</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>553648127</color> <color>536870912</color>
</background> </background>
</GroupBox> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>344</x>
<y>224</y>
<height>17</height>
<width>53</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</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> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -210,7 +400,7 @@ ...@@ -210,7 +400,7 @@
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>111</x> <x>111</x>
<y>24</y> <y>26</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
...@@ -247,7 +437,7 @@ ...@@ -247,7 +437,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>7</x> <x>7</x>
<y>24</y> <y>26</y>
<height>16</height> <height>16</height>
<width>100</width> <width>100</width>
<html> <html>
...@@ -275,7 +465,7 @@ ...@@ -275,7 +465,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>7</x> <x>7</x>
<y>46</y> <y>48</y>
<height>16</height> <height>16</height>
<width>100</width> <width>100</width>
<html> <html>
...@@ -303,7 +493,7 @@ ...@@ -303,7 +493,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>7</x> <x>7</x>
<y>68</y> <y>70</y>
<height>16</height> <height>16</height>
<width>100</width> <width>100</width>
<html> <html>
...@@ -326,23 +516,23 @@ ...@@ -326,23 +516,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>111</x> <x>111</x>
<y>68</y> <y>48</y>
<height>16</height> <height>16</height>
<width>79</width> <width>326</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sh_descr</name> <name>descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>20</limit> <limit>40</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -365,17 +555,17 @@ ...@@ -365,17 +555,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Replacement Rate:</text> <text>Price List :</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>7</x> <x>265</x>
<y>90</y> <y>70</y>
<height>16</height> <height>16</height>
<width>100</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>repl_rate_t</name> <name>price_list__clg_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -392,26 +582,27 @@ ...@@ -392,26 +582,27 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>111</x> <x>367</x>
<y>90</y> <y>70</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>repl_rate</name> <name>price_list__clg</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<useasborder>yes</useasborder> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -427,44 +618,20 @@ ...@@ -427,44 +618,20 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<GroupBox>
<band>Detail</band>
<text>Others</text>
<border>2</border>
<color>33554432</color>
<x>2</x>
<y>162</y>
<height>50</height>
<width>456</width>
<name>others</name>
<visible>1</visible>
<font>
<face>System</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Date:</text> <text>Fulfillment Mode:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>7</x> <x>265</x>
<y>182</y> <y>92</y>
<height>16</height> <height>16</height>
<width>66</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>fmode_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -481,25 +648,27 @@ ...@@ -481,25 +648,27 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>77</x> <x>367</x>
<y>182</y> <y>92</y>
<height>16</height> <height>16</height>
<width>56</width> <width>79</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>fmode</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="ddlb">
<mask>dd/mm/yy</mask> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<useasborder>yes</useasborder>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -514,86 +683,86 @@ ...@@ -514,86 +683,86 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>4</id>
<text>Chg User:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>141</x> <x>405</x>
<y>182</y> <y>26</y>
<height>16</height> <height>16</height>
<width>66</width> <width>41</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>active</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>upper</case>
<required>yes</required>
<useasborder>yes</useasborder>
<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>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Active:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>211</x> <x>305</x>
<y>182</y> <y>26</y>
<height>16</height> <height>16</height>
<width>56</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>active_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>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>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Term:</text> <text>Replacement Rate:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>274</x> <x>7</x>
<y>182</y> <y>92</y>
<height>16</height> <height>16</height>
<width>66</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>repl_rate_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -608,58 +777,48 @@ ...@@ -608,58 +777,48 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Min Shelf Life:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>344</x> <x>7</x>
<y>182</y> <y>114</y>
<height>17</height> <height>16</height>
<width>53</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>min_shelf_life_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <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>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Min Shelf Life:</text> <text>Reason code :</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>7</x> <x>7</x>
<y>112</y> <y>136</y>
<height>16</height> <height>16</height>
<width>100</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_shelf_life_t</name> <name>reas_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -676,23 +835,23 @@ ...@@ -676,23 +835,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>3</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>111</x> <x>111</x>
<y>112</y> <y>70</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>min_shelf_life</name> <name>sh_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>20</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -714,27 +873,26 @@ ...@@ -714,27 +873,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>254</x> <x>111</x>
<y>134</y> <y>92</y>
<height>16</height> <height>16</height>
<width>61</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_env</name> <name>repl_rate</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>10</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <useasborder>yes</useasborder>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -750,53 +908,25 @@ ...@@ -750,53 +908,25 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Tax Env:</text>
<border>0</border>
<color>33554432</color>
<x>193</x>
<y>134</y>
<height>16</height>
<width>59</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tax_env_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</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>7</id> <id>9</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>70</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>111</x> <x>111</x>
<y>134</y> <y>114</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_class</name> <name>min_shelf_life</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -823,7 +953,7 @@ ...@@ -823,7 +953,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>7</x> <x>7</x>
<y>134</y> <y>158</y>
<height>16</height> <height>16</height>
<width>100</width> <width>100</width>
<html> <html>
...@@ -846,23 +976,23 @@ ...@@ -846,23 +976,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>111</x> <x>111</x>
<y>46</y> <y>158</y>
<height>16</height> <height>16</height>
<width>326</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>descr</name> <name>tax_class</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>40</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -885,17 +1015,17 @@ ...@@ -885,17 +1015,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Price List :</text> <text>Tax Env:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>265</x> <x>193</x>
<y>68</y> <y>158</y>
<height>16</height> <height>16</height>
<width>97</width> <width>59</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>price_list__clg_t</name> <name>tax_env_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -912,23 +1042,23 @@ ...@@ -912,23 +1042,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>367</x> <x>254</x>
<y>68</y> <y>158</y>
<height>16</height> <height>16</height>
<width>79</width> <width>61</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>price_list__clg</name> <name>tax_env</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -948,34 +1078,6 @@ ...@@ -948,34 +1078,6 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Fulfillment Mode:</text>
<border>0</border>
<color>33554432</color>
<x>265</x>
<y>90</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>fmode_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -983,7 +1085,7 @@ ...@@ -983,7 +1085,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>265</x> <x>265</x>
<y>112</y> <y>114</y>
<height>16</height> <height>16</height>
<width>97</width> <width>97</width>
<html> <html>
...@@ -1006,27 +1108,25 @@ ...@@ -1006,27 +1108,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>17</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>367</x> <x>111</x>
<y>112</y> <y>136</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>max_shelf_life</name> <name>reas_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</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>
...@@ -1044,26 +1144,27 @@ ...@@ -1044,26 +1144,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>10</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>120</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>367</x> <x>367</x>
<y>90</y> <y>114</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>fmode</name> <name>max_shelf_life</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<useasborder>yes</useasborder> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1081,19 +1182,20 @@ ...@@ -1081,19 +1182,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>405</x> <x>405</x>
<y>135</y> <y>136</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>near_expiry</name> <name>returnable</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>0</limit> <limit>0</limit>
...@@ -1117,26 +1219,25 @@ ...@@ -1117,26 +1219,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>405</x> <x>405</x>
<y>24</y> <y>158</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>active</name> <name>near_expiry</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>upper</case> <case>any</case>
<required>yes</required>
<useasborder>yes</useasborder> <useasborder>yes</useasborder>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -1160,7 +1261,7 @@ ...@@ -1160,7 +1261,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>324</x> <x>324</x>
<y>134</y> <y>158</y>
<height>16</height> <height>16</height>
<width>78</width> <width>78</width>
<html> <html>
...@@ -1184,17 +1285,17 @@ ...@@ -1184,17 +1285,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Active:</text> <text>Returnable:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>305</x> <x>302</x>
<y>24</y> <y>136</y>
<height>16</height> <height>16</height>
<width>97</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>active_t</name> <name>returnable_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1209,6 +1310,54 @@ ...@@ -1209,6 +1310,54 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>33554432</color>
<x>2</x>
<y>6</y>
<height>181</height>
<width>461</width>
<name>basic</name>
<visible>1</visible>
<font>
<face>System</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Others</text>
<border>2</border>
<color>33554432</color>
<x>1</x>
<y>199</y>
<height>56</height>
<width>460</width>
<name>others</name>
<visible>1</visible>
<font>
<face>System</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -35,6 +35,7 @@ text(band=header alignment="2" text="Fmode" border="0" color="33554432" x="828" ...@@ -35,6 +35,7 @@ text(band=header alignment="2" text="Fmode" border="0" color="33554432" x="828"
text(band=header alignment="2" text="Chg Date" border="0" color="33554432" x="871" y="2" height="16" width="75" html.valueishtml="0" name=chg_date_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="1" background.color="536870912" ) text(band=header alignment="2" text="Chg Date" border="0" color="33554432" x="871" y="2" height="16" width="75" html.valueishtml="0" name=chg_date_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="1" background.color="536870912" )
text(band=header alignment="2" text="Chg User" border="0" color="33554432" x="948" y="2" height="16" width="66" html.valueishtml="0" name=chg_user_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="1" background.color="536870912" ) text(band=header alignment="2" text="Chg User" border="0" color="33554432" x="948" y="2" height="16" width="66" html.valueishtml="0" name=chg_user_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="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Term" border="0" color="33554432" x="1016" y="2" height="16" width="73" html.valueishtml="0" name=chg_term_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="1" background.color="536870912" ) text(band=header alignment="2" text="Chg Term" border="0" color="33554432" x="1016" y="2" height="16" width="73" html.valueishtml="0" name=chg_term_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="1" background.color="536870912" )
text(band=header alignment="0" text="Near Expiry" border="0" color="33554432" x="1091" y="1" height="16" width="93" html.valueishtml="0" name=near_expiry_t visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="2" y="2" height="16" width="87" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=1 alignment="0" tabsequence=10 border="5" color="33554432" x="2" y="2" height="16" width="87" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=2 alignment="0" tabsequence=20 border="5" color="33554432" x="91" y="2" height="16" width="166" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=2 alignment="0" tabsequence=20 border="5" color="33554432" x="91" y="2" height="16" width="166" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=3 alignment="0" tabsequence=30 border="5" color="33554432" x="259" y="2" height="16" width="105" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=3 alignment="0" tabsequence=30 border="5" color="33554432" x="259" y="2" height="16" width="105" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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" )
...@@ -49,8 +50,7 @@ column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="3355443 ...@@ -49,8 +50,7 @@ column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="3355443
column(band=detail id=12 alignment="0" tabsequence=120 border="5" color="33554432" x="871" y="2" height="16" width="75" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=12 alignment="0" tabsequence=120 border="5" color="33554432" x="871" y="2" height="16" width="75" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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=13 alignment="0" tabsequence=130 border="5" color="33554432" x="948" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="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=13 alignment="0" tabsequence=130 border="5" color="33554432" x="948" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="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=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1016" y="2" height="16" width="73" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="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=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1016" y="2" height="16" width="73" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" 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="Near Expiry" border="0" color="33554432" x="1091" y="1" height="16" width="94" html.valueishtml="0" name=near_expiry_t visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=15 alignment="0" tabsequence=150 border="5" color="33554432" x="1091" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=near_expiry visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Tahoma" 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="0" tabsequence=150 border="5" color="33554432" x="1092" y="1" height="16" width="93" html.valueishtml="0" name=near_expiry visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" 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(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
...@@ -19,39 +19,45 @@ table(column=(type=char(3) update=yes updatewhereclause=yes key=yes name=order_t ...@@ -19,39 +19,45 @@ table(column=(type=char(3) update=yes updatewhereclause=yes key=yes name=order_t
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="sordertype.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="sordertype.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="sordertype.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="sordertype.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=near_expiry dbname="sordertype.near_expiry" initial="Y" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=near_expiry dbname="sordertype.near_expiry" initial="Y" values="Yes Y/No N/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sordertype~" ) COLUMN(NAME=~"sordertype.order_type~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"sordertype.sh_descr~") COLUMN(NAME=~"sordertype.active~") COLUMN(NAME=~"sordertype.price_list__clg~") COLUMN(NAME=~"sordertype.repl_rate~") COLUMN(NAME=~"sordertype.tax_class~") COLUMN(NAME=~"sordertype.tax_env~") COLUMN(NAME=~"sordertype.min_shelf_life~") COLUMN(NAME=~"sordertype.max_shelf_life~") COLUMN(NAME=~"sordertype.fmode~") COLUMN(NAME=~"sordertype.chg_date~") COLUMN(NAME=~"sordertype.chg_user~") COLUMN(NAME=~"sordertype.chg_term~") COLUMN(NAME=~"sordertype.near_expiry~")WHERE( EXP1 =~"~~~"SORDERTYPE~~~".~~~"ORDER_TYPE~~~"~" OP =~"=~" EXP2 =~":order_type~" ) ) ARG(NAME = ~"order_type~" TYPE = string) " update="SORDERTYPE" updatewhere=1 updatekeyinplace=no arguments=(("order_type", string)) ) column=(type=char(1) update=yes updatewhereclause=yes name=returnable dbname="sordertype.returnable" initial="N" values="Yes Y/No N/" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="2" y="4" height="151" width="453" name=basic visible="1" font.face="System" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column=(type=char(5) update=yes updatewhereclause=yes name=reas_code dbname="sordertype.reas_code" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="111" y="24" height="16" width="79" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sordertype~" ) COLUMN(NAME=~"sordertype.order_type~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"sordertype.sh_descr~") COLUMN(NAME=~"sordertype.active~") COLUMN(NAME=~"sordertype.price_list__clg~") COLUMN(NAME=~"sordertype.repl_rate~") COLUMN(NAME=~"sordertype.tax_class~") COLUMN(NAME=~"sordertype.tax_env~") COLUMN(NAME=~"sordertype.min_shelf_life~") COLUMN(NAME=~"sordertype.max_shelf_life~") COLUMN(NAME=~"sordertype.fmode~") COLUMN(NAME=~"sordertype.chg_date~") COLUMN(NAME=~"sordertype.chg_user~") COLUMN(NAME=~"sordertype.chg_term~") COLUMN(NAME=~"sordertype.near_expiry~") COLUMN(NAME=~"sordertype.returnable~") COLUMN(NAME=~"sordertype.reas_code~")WHERE( EXP1 =~"~~~"SORDERTYPE~~~".~~~"ORDER_TYPE~~~"~" OP =~"=~" EXP2 =~":order_type~" ) ) ARG(NAME = ~"order_type~" TYPE = string) " update="SORDERTYPE" updatewhere=1 updatekeyinplace=no arguments=(("order_type", string)) )
text(band=detail alignment="1" text="Order Type:" border="0" color="33554432" x="7" y="24" height="16" width="100" html.valueishtml="0" name=order_type_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="7" y="224" height="16" width="66" html.valueishtml="0" name=chg_date_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Description:" border="0" color="33554432" x="7" y="46" height="16" width="100" html.valueishtml="0" name=descr_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="1" background.color="536870912" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="77" y="224" height="16" width="56" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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" )
text(band=detail alignment="1" text="Short Description:" border="0" color="33554432" x="7" y="68" height="16" width="100" html.valueishtml="0" name=sh_descr_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="141" y="224" height="16" width="66" html.valueishtml="0" name=chg_user_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="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="111" y="68" height="16" width="79" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=13 alignment="0" tabsequence=32766 border="5" color="33554432" x="211" y="224" height="16" width="56" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Replacement Rate:" border="0" color="33554432" x="7" y="90" height="16" width="100" html.valueishtml="0" name=repl_rate_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="274" y="224" height="16" width="66" html.valueishtml="0" name=chg_term_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="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="111" y="90" height="16" width="79" format="[general]" html.valueishtml="0" name=repl_rate visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="344" y="224" height="17" width="53" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
groupbox(band=detail text="Others"border="2" color="33554432" x="2" y="162" height="50" width="456" name=others visible="1" font.face="System" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="111" y="26" height="16" width="79" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="7" y="182" height="16" width="66" html.valueishtml="0" name=chg_date_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Order Type:" border="0" color="33554432" x="7" y="26" height="16" width="100" html.valueishtml="0" name=order_type_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="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="77" y="182" height="16" width="56" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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" ) text(band=detail alignment="1" text="Description:" border="0" color="33554432" x="7" y="48" height="16" width="100" html.valueishtml="0" name=descr_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="141" y="182" height="16" width="66" html.valueishtml="0" name=chg_user_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Short Description:" border="0" color="33554432" x="7" y="70" height="16" width="100" html.valueishtml="0" name=sh_descr_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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="33554432" x="211" y="182" height="16" width="56" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="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=2 alignment="0" tabsequence=20 border="5" color="33554432" x="111" y="48" height="16" width="326" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="274" y="182" height="16" width="66" html.valueishtml="0" name=chg_term_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Price List :" border="0" color="33554432" x="265" y="70" height="16" width="97" html.valueishtml="0" name=price_list__clg_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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="344" y="182" height="17" width="53" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="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=5 alignment="0" tabsequence=50 border="5" color="33554432" x="367" y="70" height="16" width="79" format="[general]" html.valueishtml="0" name=price_list__clg visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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" )
text(band=detail alignment="1" text="Min Shelf Life:" border="0" color="33554432" x="7" y="112" height="16" width="100" html.valueishtml="0" name=min_shelf_life_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Fulfillment Mode:" border="0" color="33554432" x="265" y="92" height="16" width="97" html.valueishtml="0" name=fmode_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="1" background.color="536870912" )
column(band=detail id=9 alignment="1" tabsequence=100 border="5" color="33554432" x="111" y="112" height="16" width="79" format="[general]" html.valueishtml="0" name=min_shelf_life visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=11 alignment="0" tabsequence=120 border="5" color="33554432" x="367" y="92" height="16" width="79" format="[general]" html.valueishtml="0" name=fmode visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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=8 alignment="0" tabsequence=80 border="5" color="33554432" x="254" y="134" height="16" width="61" format="[general]" html.valueishtml="0" name=tax_env visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=4 alignment="0" tabsequence=40 border="5" color="33554432" x="405" y="26" height="16" width="41" format="[general]" html.valueishtml="0" name=active visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.required=yes ddlb.useasborder=yes ddlb.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" )
text(band=detail alignment="1" text="Tax Env:" border="0" color="33554432" x="193" y="134" height="16" width="59" html.valueishtml="0" name=tax_env_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Active:" border="0" color="33554432" x="305" y="26" height="16" width="97" html.valueishtml="0" name=active_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="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="33554432" x="111" y="134" height="16" width="79" format="[general]" html.valueishtml="0" name=tax_class visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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" ) text(band=detail alignment="1" text="Replacement Rate:" border="0" color="33554432" x="7" y="92" height="16" width="100" html.valueishtml="0" name=repl_rate_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Tax Class:" border="0" color="33554432" x="7" y="134" height="16" width="100" html.valueishtml="0" name=tax_class_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Min Shelf Life:" border="0" color="33554432" x="7" y="114" height="16" width="100" html.valueishtml="0" name=min_shelf_life_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="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="111" y="46" height="16" width="326" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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" ) text(band=detail alignment="1" text="Reason code :" border="0" color="33554432" x="7" y="136" height="16" width="100" html.valueishtml="0" name=reas_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Price List :" border="0" color="33554432" x="265" y="68" height="16" width="97" html.valueishtml="0" name=price_list__clg_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="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="111" y="70" height="16" width="79" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=5 alignment="0" tabsequence=50 border="5" color="33554432" x="367" y="68" height="16" width="79" format="[general]" html.valueishtml="0" name=price_list__clg visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=6 alignment="0" tabsequence=60 border="5" color="33554432" x="111" y="92" height="16" width="79" format="[general]" html.valueishtml="0" name=repl_rate visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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" )
text(band=detail alignment="1" text="Fulfillment Mode:" border="0" color="33554432" x="265" y="90" height="16" width="97" html.valueishtml="0" name=fmode_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="1" background.color="536870912" ) column(band=detail id=9 alignment="1" tabsequence=100 border="5" color="33554432" x="111" y="114" height="16" width="79" format="[general]" html.valueishtml="0" name=min_shelf_life visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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" )
text(band=detail alignment="1" text="Max Shelf Life:" border="0" color="33554432" x="265" y="112" height="16" width="97" html.valueishtml="0" name=max_shelf_life_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Tax Class:" border="0" color="33554432" x="7" y="158" height="16" width="100" html.valueishtml="0" name=tax_class_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="1" background.color="536870912" )
column(band=detail id=10 alignment="1" tabsequence=110 border="5" color="33554432" x="367" y="112" height="16" width="79" format="[general]" html.valueishtml="0" name=max_shelf_life visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=7 alignment="0" tabsequence=70 border="5" color="33554432" x="111" y="158" height="16" width="79" format="[general]" html.valueishtml="0" name=tax_class visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=11 alignment="0" tabsequence=120 border="5" color="33554432" x="367" y="90" height="16" width="79" format="[general]" html.valueishtml="0" name=fmode visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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" ) text(band=detail alignment="1" text="Tax Env:" border="0" color="33554432" x="193" y="158" height="16" width="59" html.valueishtml="0" name=tax_env_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="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=90 border="5" color="33554432" x="405" y="135" height="16" width="41" html.valueishtml="0" name=near_expiry visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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=8 alignment="0" tabsequence=80 border="5" color="33554432" x="254" y="158" height="16" width="61" format="[general]" html.valueishtml="0" name=tax_env visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=4 alignment="0" tabsequence=40 border="5" color="33554432" x="405" y="24" height="16" width="41" format="[general]" html.valueishtml="0" name=active visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.required=yes ddlb.useasborder=yes ddlb.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" ) text(band=detail alignment="1" text="Max Shelf Life:" border="0" color="33554432" x="265" y="114" height="16" width="97" html.valueishtml="0" name=max_shelf_life_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Near Expiry :" border="0" color="33554432" x="324" y="134" height="16" width="78" html.valueishtml="0" name=t_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=17 alignment="0" tabsequence=140 border="5" color="33554432" x="111" y="136" height="16" width="79" format="[general]" html.valueishtml="0" name=reas_code 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" )
text(band=detail alignment="1" text="Active:" border="0" color="33554432" x="305" y="24" height="16" width="97" html.valueishtml="0" name=active_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="1" background.color="536870912" ) column(band=detail id=10 alignment="1" tabsequence=110 border="5" color="33554432" x="367" y="114" height="16" width="79" format="[general]" html.valueishtml="0" name=max_shelf_life visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=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=16 alignment="0" tabsequence=130 border="5" color="33554432" x="405" y="136" height="16" width="41" format="[general]" html.valueishtml="0" name=returnable visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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=15 alignment="0" tabsequence=90 border="5" color="33554432" x="405" y="158" height="16" width="41" format="[general]" html.valueishtml="0" name=near_expiry visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.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" )
text(band=detail alignment="1" text="Near Expiry :" border="0" color="33554432" x="324" y="158" height="16" width="78" html.valueishtml="0" name=t_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Returnable:" border="0" color="33554432" x="302" y="136" height="16" width="100" html.valueishtml="0" name=returnable_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="1" background.color="536870912" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="2" y="6" height="181" width="461" name=basic visible="1" font.face="System" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
groupbox(band=detail text="Others"border="2" color="33554432" x="1" y="199" height="56" width="460" name=others visible="1" font.face="System" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
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(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
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