Commit ac1818bb authored by mpatidar's avatar mpatidar

After add Near Expiry column


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91757 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a2b94540
......@@ -147,7 +147,14 @@
<name>chg_term</name>
<dbname>sordertype.chg_term</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;)) </retrieve>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>near_expiry</name>
<dbname>sordertype.near_expiry</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;)) </retrieve>
<update>SORDERTYPE</update>
<updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -469,7 +476,7 @@
<x>871</x>
<y>2</y>
<height>16</height>
<width>76</width>
<width>75</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -494,7 +501,7 @@
<text>Chg User</text>
<border>0</border>
<color>33554432</color>
<x>949</x>
<x>948</x>
<y>2</y>
<height>16</height>
<width>66</width>
......@@ -522,7 +529,7 @@
<text>Chg Term</text>
<border>0</border>
<color>33554432</color>
<x>1017</x>
<x>1016</x>
<y>2</y>
<height>16</height>
<width>73</width>
......@@ -969,7 +976,7 @@
<tabsequence>120</tabsequence>
<border>5</border>
<color>33554432</color>
<x>872</x>
<x>871</x>
<y>2</y>
<height>16</height>
<width>75</width>
......@@ -1004,7 +1011,7 @@
<tabsequence>130</tabsequence>
<border>5</border>
<color>33554432</color>
<x>949</x>
<x>948</x>
<y>2</y>
<height>16</height>
<width>66</width>
......@@ -1042,7 +1049,7 @@
<tabsequence>140</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1017</x>
<x>1016</x>
<y>2</y>
<height>16</height>
<width>73</width>
......@@ -1073,6 +1080,63 @@
<color>16777215</color>
</background>
</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>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1092</x>
<y>1</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>near_expiry</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>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -19,7 +19,8 @@ table(column=(type=char(3) update=yes updatewhereclause=yes key=yes name=order_t
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="sordertype.chg_date" )
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" )
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~")) " update="SORDERTYPE" updatewhere=1 updatekeyinplace=no )
column=(type=char(1) update=yes updatewhereclause=yes name=near_expiry dbname="sordertype.near_expiry" )
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~")) " update="SORDERTYPE" updatewhere=1 updatekeyinplace=no )
text(band=header alignment="2" text="Order Type" border="0" color="33554432" x="2" y="2" height="16" width="87" 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=header alignment="2" text="Descr" border="0" color="33554432" x="91" y="2" height="16" width="166" 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=header alignment="2" text="Sh Descr" border="0" color="33554432" x="259" y="2" height="16" width="105" 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" )
......@@ -48,6 +49,8 @@ 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=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" )
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="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" )
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 )
......
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