Commit 2557bd72 authored by asant's avatar asant

Added item_ser in metadata and srd

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@197883 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5aecbb98
......@@ -3,7 +3,7 @@
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>0</units>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>1</processing>
......@@ -13,10 +13,10 @@
<printername></printername>
<orientation>0</orientation>
<margin>
<left>110</left>
<right>110</right>
<top>96</top>
<bottom>96</bottom>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
......@@ -32,7 +32,7 @@
<grid.lines>0</grid.lines>
</BaseDefinition>
<Header>
<height>144</height>
<height>34</height>
<color>536870912</color>
</Header>
<Summary>
......@@ -44,7 +44,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>92</height>
<height>28</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -111,13 +111,6 @@
<name>valid_upto</name>
<dbname>sales_quot.valid_upto</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>wf_status</name>
<dbname>sales_quot.wf_status</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
......@@ -139,34 +132,55 @@
<name>chg_term</name>
<dbname>sales_quot.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;sales_quot&quot; ) COLUMN(NAME=&quot;sales_quot.quot_no&quot;) COLUMN(NAME=&quot;sales_quot.quot_date&quot;) COLUMN(NAME=&quot;sales_quot.quot_type&quot;) COLUMN(NAME=&quot;sales_quot.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;sales_quot.from_date&quot;) COLUMN(NAME=&quot;sales_quot.to_date&quot;) COLUMN(NAME=&quot;sales_quot.eff_date&quot;) COLUMN(NAME=&quot;sales_quot.valid_upto&quot;) COLUMN(NAME=&quot;sales_quot.wf_status&quot;) COLUMN(NAME=&quot;sales_quot.chg_date&quot;) COLUMN(NAME=&quot;sales_quot.chg_user&quot;) COLUMN(NAME=&quot;sales_quot.chg_term&quot;) JOIN (LEFT=&quot;customer.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;sales_quot.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_DATE~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:to_date&quot; ) ) ARG(NAME = &quot;from_date&quot; TYPE = datetime) ARG(NAME = &quot;to_date&quot; TYPE = datetime) </retrieve>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>wf_status</name>
<dbname>sales_quot.wf_status</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addl_chrg</name>
<dbname>sales_quot.addl_chrg</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>item_ser</name>
<dbname>sales_quot.item_ser</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;sales_quot&quot; ) COLUMN(NAME=&quot;sales_quot.quot_no&quot;) COLUMN(NAME=&quot;sales_quot.quot_date&quot;) COLUMN(NAME=&quot;sales_quot.quot_type&quot;) COLUMN(NAME=&quot;sales_quot.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;sales_quot.from_date&quot;) COLUMN(NAME=&quot;sales_quot.to_date&quot;) COLUMN(NAME=&quot;sales_quot.eff_date&quot;) COLUMN(NAME=&quot;sales_quot.valid_upto&quot;) COLUMN(NAME=&quot;sales_quot.chg_date&quot;) COLUMN(NAME=&quot;sales_quot.chg_user&quot;) COLUMN(NAME=&quot;sales_quot.chg_term&quot;) COLUMN(NAME=&quot;sales_quot.wf_status&quot;) COLUMN(NAME=&quot;sales_quot.addl_chrg&quot;) COLUMN(NAME=&quot;sales_quot.item_ser&quot;) JOIN (LEFT=&quot;customer.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;sales_quot.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_DATE~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:to_date&quot; ) ) ARG(NAME = &quot;from_date&quot; TYPE = date) ARG(NAME = &quot;to_date&quot; TYPE = date) </retrieve>
<update>SALES_QUOT</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>from_date</name>
<type>datetime</type>
<type>date</type>
</argument>
<argument>
<name>to_date</name>
<type>datetime</type>
<type>date</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Quot No</text>
<text>Quot Type</text>
<border>0</border>
<color>33554432</color>
<x>9</x>
<y>8</y>
<height>64</height>
<width>302</width>
<x>1010</x>
<y>2</y>
<height>15</height>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_no_t</name>
<visible>1</visible>
<name>quot_type_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -183,18 +197,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Sales Quot
Quot Date</text>
<text>To Date</text>
<border>0</border>
<color>33554432</color>
<x>320</x>
<y>8</y>
<height>128</height>
<width>603</width>
<x>603</x>
<y>2</y>
<height>15</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date_t</name>
<name>to_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -212,17 +225,17 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Quot Type</text>
<text>Eff Date</text>
<border>0</border>
<color>33554432</color>
<x>933</x>
<y>8</y>
<height>64</height>
<width>297</width>
<x>712</x>
<y>2</y>
<height>15</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type_t</name>
<name>eff_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -240,17 +253,17 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Cust Code</text>
<text>Valid Upto</text>
<border>0</border>
<color>33554432</color>
<x>1239</x>
<y>8</y>
<height>64</height>
<width>302</width>
<x>821</x>
<y>2</y>
<height>15</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code_t</name>
<name>valid_upto_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -268,18 +281,18 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Cust Name</text>
<text>Chg Date</text>
<border>0</border>
<color>33554432</color>
<x>1550</x>
<y>8</y>
<height>64</height>
<width>1399</width>
<x>1077</x>
<y>2</y>
<height>15</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name_t</name>
<visible>1</visible>
<name>chg_date_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -296,18 +309,18 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>From Date</text>
<text>Chg User</text>
<border>0</border>
<color>33554432</color>
<x>2958</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1160</x>
<y>1</y>
<height>15</height>
<width>62</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date_t</name>
<visible>1</visible>
<name>chg_user_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -324,18 +337,18 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>To Date</text>
<text>Chg Term</text>
<border>0</border>
<color>33554432</color>
<x>3570</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1224</x>
<y>2</y>
<height>15</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>to_date_t</name>
<visible>1</visible>
<name>chg_term_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -352,18 +365,18 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Eff Date</text>
<text>Wf Status</text>
<border>0</border>
<color>33554432</color>
<x>4183</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1306</x>
<y>2</y>
<height>15</height>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date_t</name>
<visible>1</visible>
<name>wf_status_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -379,75 +392,85 @@ Quot Date</text>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Valid Upto</text>
<alignment>0</alignment>
<text>Additional Charge</text>
<border>0</border>
<color>33554432</color>
<x>4795</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1373</x>
<y>1</y>
<height>16</height>
<width>108</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto_t</name>
<visible>1</visible>
<name>addl_chrg_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Wf Status</text>
<alignment>0</alignment>
<text>Item Series</text>
<border>0</border>
<color>33554432</color>
<x>5408</x>
<y>8</y>
<height>64</height>
<width>297</width>
<x>921</x>
<y>0</y>
<height>16</height>
<width>87</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status_t</name>
<name>item_ser_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Date</text>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>5714</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1010</x>
<y>2</y>
<height>18</height>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<name>quot_type</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -460,22 +483,32 @@ Quot Date</text>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg User</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>1</alignment>
<tabsequence>40</tabsequence>
<border>0</border>
<color>33554432</color>
<x>6327</x>
<y>8</y>
<height>64</height>
<width>302</width>
<x>712</x>
<y>2</y>
<height>18</height>
<width>107</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -488,22 +521,32 @@ Quot Date</text>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Term</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>1</alignment>
<tabsequence>50</tabsequence>
<border>0</border>
<color>33554432</color>
<x>6638</x>
<y>8</y>
<height>64</height>
<width>439</width>
<x>821</x>
<y>2</y>
<height>18</height>
<width>98</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<name>valid_upto</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -516,26 +559,26 @@ Quot Date</text>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<id>10</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>9</x>
<y>8</y>
<height>76</height>
<width>302</width>
<format>[general]</format>
<x>1077</x>
<y>2</y>
<height>18</height>
<width>81</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_no</name>
<visible>1</visible>
<name>chg_date</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -557,23 +600,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>320</x>
<y>8</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>1160</x>
<y>2</y>
<height>18</height>
<width>62</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date</name>
<visible>1</visible>
<name>chg_user</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -595,23 +638,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>933</x>
<y>8</y>
<height>76</height>
<width>297</width>
<x>1224</x>
<y>2</y>
<height>18</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type</name>
<visible>1</visible>
<name>chg_term</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -633,23 +676,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1239</x>
<y>8</y>
<height>76</height>
<width>302</width>
<x>1306</x>
<y>2</y>
<height>18</height>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code</name>
<visible>1</visible>
<name>wf_status</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -671,27 +714,25 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1550</x>
<y>8</y>
<height>76</height>
<width>1399</width>
<x>1373</x>
<y>0</y>
<height>22</height>
<width>108</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name</name>
<visible>1</visible>
<name>addl_chrg</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>50</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -709,27 +750,25 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>60</tabsequence>
<border>0</border>
<color>33554432</color>
<x>2958</x>
<y>8</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>921</x>
<y>0</y>
<height>20</height>
<width>87</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date</name>
<name>item_ser</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -748,14 +787,14 @@ Quot Date</text>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<tabsequence>30</tabsequence>
<border>0</border>
<color>33554432</color>
<x>3570</x>
<y>8</y>
<height>76</height>
<width>603</width>
<x>603</x>
<y>2</y>
<height>18</height>
<width>107</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -783,31 +822,21 @@ Quot Date</text>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Quot No</text>
<border>0</border>
<color>33554432</color>
<x>4183</x>
<y>8</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>2</x>
<y>2</y>
<height>15</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<name>quot_no_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -820,26 +849,138 @@ Quot Date</text>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Quot Date</text>
<border>0</border>
<color>33554432</color>
<x>70</x>
<y>2</y>
<height>15</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Cust Code</text>
<border>0</border>
<color>33554432</color>
<x>181</x>
<y>2</y>
<height>15</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Customer Name</text>
<border>0</border>
<color>33554432</color>
<x>281</x>
<y>2</y>
<height>15</height>
<width>216</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>From Date</text>
<border>0</border>
<color>33554432</color>
<x>499</x>
<y>2</y>
<height>15</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<id>1</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>4795</x>
<y>8</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>2</x>
<y>2</y>
<height>18</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto</name>
<name>quot_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -861,23 +1002,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<id>2</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>5408</x>
<y>8</y>
<height>76</height>
<width>297</width>
<format>[general]</format>
<x>70</x>
<y>2</y>
<height>18</height>
<width>109</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status</name>
<name>quot_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -899,23 +1040,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<id>4</id>
<alignment>1</alignment>
<tabsequence>10</tabsequence>
<border>0</border>
<color>33554432</color>
<x>5714</x>
<y>12</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>181</x>
<y>2</y>
<height>18</height>
<width>98</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<name>cust_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -937,23 +1078,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>6327</x>
<y>8</y>
<height>76</height>
<width>302</width>
<x>281</x>
<y>2</y>
<height>18</height>
<width>216</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<name>cust_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>50</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -975,23 +1116,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<id>6</id>
<alignment>1</alignment>
<tabsequence>20</tabsequence>
<border>0</border>
<color>33554432</color>
<x>6638</x>
<y>8</y>
<height>76</height>
<width>439</width>
<format>[general]</format>
<x>499</x>
<y>2</y>
<height>18</height>
<width>102</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<name>from_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>342</height>
<height>497</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -72,40 +72,46 @@
<name>cust_code</name>
<dbname>sales_quot.cust_code</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>cust_name</name>
<dbname>customer.cust_name</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>sales_quot.chg_date</dbname>
<name>from_date</name>
<dbname>sales_quot.from_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>sales_quot.chg_user</dbname>
<name>to_date</name>
<dbname>sales_quot.to_date</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>sales_quot.chg_term</dbname>
<name>eff_date</name>
<dbname>sales_quot.eff_date</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>from_date</name>
<dbname>sales_quot.from_date</dbname>
<name>valid_upto</name>
<dbname>sales_quot.valid_upto</dbname>
</table_column>
<table_column>
<type>datetime</type>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>to_date</name>
<dbname>sales_quot.to_date</dbname>
<name>item_ser</name>
<dbname>sales_quot.item_ser</dbname>
</table_column>
<table_column>
<type size="1">char</type>
......@@ -115,28 +121,36 @@
<dbname>sales_quot.wf_status</dbname>
</table_column>
<table_column>
<type>datetime</type>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>valid_upto</name>
<dbname>sales_quot.valid_upto</dbname>
<name>addl_chrg</name>
<dbname>sales_quot.addl_chrg</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>eff_date</name>
<dbname>sales_quot.eff_date</dbname>
<name>chg_date</name>
<dbname>sales_quot.chg_date</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cust_name</name>
<dbname>customer.cust_name</dbname>
<name>chg_user</name>
<dbname>sales_quot.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>sales_quot.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sales_quot&quot; ) TABLE(NAME=&quot;customer&quot; ) COLUMN(NAME=&quot;sales_quot.quot_no&quot;) COLUMN(NAME=&quot;sales_quot.quot_date&quot;) COLUMN(NAME=&quot;sales_quot.quot_type&quot;) COLUMN(NAME=&quot;sales_quot.cust_code&quot;) COLUMN(NAME=&quot;sales_quot.chg_date&quot;) COLUMN(NAME=&quot;sales_quot.chg_user&quot;) COLUMN(NAME=&quot;sales_quot.chg_term&quot;) COLUMN(NAME=&quot;sales_quot.from_date&quot;) COLUMN(NAME=&quot;sales_quot.to_date&quot;) COLUMN(NAME=&quot;sales_quot.wf_status&quot;) COLUMN(NAME=&quot;sales_quot.valid_upto&quot;) COLUMN(NAME=&quot;sales_quot.eff_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) JOIN (LEFT=&quot;sales_quot.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_NO~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:quot_no&quot; ) ) ARG(NAME = &quot;quot_no&quot; TYPE = string) </retrieve>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;sales_quot&quot; ) COLUMN(NAME=&quot;sales_quot.quot_no&quot;) COLUMN(NAME=&quot;sales_quot.quot_date&quot;) COLUMN(NAME=&quot;sales_quot.quot_type&quot;) COLUMN(NAME=&quot;sales_quot.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;sales_quot.from_date&quot;) COLUMN(NAME=&quot;sales_quot.to_date&quot;) COLUMN(NAME=&quot;sales_quot.eff_date&quot;) COLUMN(NAME=&quot;sales_quot.valid_upto&quot;) COLUMN(NAME=&quot;sales_quot.item_ser&quot;) COLUMN(NAME=&quot;sales_quot.wf_status&quot;) COLUMN(NAME=&quot;sales_quot.addl_chrg&quot;) COLUMN(NAME=&quot;sales_quot.chg_date&quot;) COLUMN(NAME=&quot;sales_quot.chg_user&quot;) COLUMN(NAME=&quot;sales_quot.chg_term&quot;) JOIN (LEFT=&quot;customer.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;sales_quot.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_NO~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:quot_no&quot; ) ) ARG(NAME = &quot;quot_no&quot; TYPE = string) </retrieve>
<update>SALES_QUOT</update>
<updatewhere>1</updatewhere>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>quot_no</name>
......@@ -146,17 +160,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Quot No:</text>
<text>Cust Code:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>6</y>
<height>16</height>
<width>65</width>
<x>28</x>
<y>113</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_no_t</name>
<name>cust_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -171,31 +185,21 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<text>From Date:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>6</y>
<height>16</height>
<width>65</width>
<format>[general]</format>
<x>29</x>
<y>179</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_no</name>
<name>from_date_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -208,22 +212,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Quot Type:</text>
<text>To Date:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>58</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>212</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type_t</name>
<visible>0</visible>
<name>to_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -240,17 +244,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Cust Code:</text>
<text>Eff Date:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>84</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>245</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code_t</name>
<name>eff_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -268,17 +272,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>From Date:</text>
<text>Valid Upto:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>110</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>278</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date_t</name>
<name>valid_upto_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -296,17 +300,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Quot Date:</text>
<text>Item Series :</text>
<border>0</border>
<color>33554432</color>
<x>78</x>
<y>32</y>
<height>16</height>
<width>65</width>
<x>24</x>
<y>311</y>
<height>15</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date_t</name>
<name>item_ser_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -321,31 +325,21 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<text>Wf Status:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>32</y>
<height>16</height>
<width>132</width>
<format>[shortdate] [time]</format>
<x>29</x>
<y>344</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<name>wf_status_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -358,32 +352,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<text>Addl Chrg:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>58</y>
<height>16</height>
<width>79</width>
<format>[general]</format>
<x>29</x>
<y>377</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type</name>
<name>addl_chrg_t</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -396,32 +380,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<alignment>1</alignment>
<text>Chg Date:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>84</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<x>29</x>
<y>410</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code</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>
<name>chg_date_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -434,26 +408,82 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User:</text>
<border>0</border>
<color>33554432</color>
<x>30</x>
<y>443</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term:</text>
<border>0</border>
<color>33554432</color>
<x>29</x>
<y>476</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>10</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<tabsequence>60</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>110</y>
<height>16</height>
<width>132</width>
<format>[shortdate] [time]</format>
<x>106</x>
<y>311</y>
<height>18</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date</name>
<name>item_ser</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -475,25 +505,27 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>9</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<tabsequence>50</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>266</y>
<height>16</height>
<width>66</width>
<x>106</x>
<y>278</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<name>valid_upto</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -511,25 +543,27 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>8</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<tabsequence>40</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>292</y>
<height>16</height>
<width>66</width>
<x>106</x>
<y>245</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -545,21 +579,31 @@
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Eff Date:</text>
<id>7</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>266</y>
<height>16</height>
<width>65</width>
<x>106</x>
<y>212</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date_t</name>
<visible>0</visible>
<name>to_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -572,22 +616,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Valid Upto:</text>
<id>6</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>292</y>
<height>16</height>
<width>65</width>
<x>106</x>
<y>179</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto_t</name>
<visible>0</visible>
<name>from_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -600,22 +654,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>To Date:</text>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>136</y>
<height>16</height>
<width>65</width>
<x>108</x>
<y>146</y>
<height>18</height>
<width>132</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>to_date_t</name>
<name>cust_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>50</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -628,22 +692,31 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date:</text>
<id>4</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>162</y>
<height>16</height>
<width>65</width>
<x>106</x>
<y>112</y>
<height>18</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>0</visible>
<name>cust_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -656,22 +729,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User:</text>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>188</y>
<height>16</height>
<width>65</width>
<x>107</x>
<y>344</y>
<height>18</height>
<width>77</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<name>wf_status</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -684,24 +767,24 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<id>12</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>136</y>
<height>16</height>
<width>132</width>
<format>[shortdate] [time]</format>
<x>107</x>
<y>377</y>
<height>18</height>
<width>75</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>to_date</name>
<visible>1</visible>
<name>addl_chrg</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
......@@ -725,14 +808,14 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>162</y>
<height>16</height>
<x>107</x>
<y>410</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
......@@ -763,14 +846,14 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>188</y>
<height>16</height>
<x>107</x>
<y>443</y>
<height>18</height>
<width>66</width>
<format>[general]</format>
<html>
......@@ -801,14 +884,14 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>214</y>
<height>16</height>
<x>107</x>
<y>476</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
......@@ -837,31 +920,21 @@
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<text>Quot No:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>240</y>
<height>16</height>
<width>12</width>
<format>[general]</format>
<x>29</x>
<y>21</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<name>quot_no_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -874,22 +947,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term:</text>
<text>Quot Date:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>214</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>47</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>0</visible>
<name>quot_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -906,17 +979,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Wf Status:</text>
<text>Quot Type:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>240</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>80</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status_t</name>
<name>quot_type_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
......@@ -933,25 +1006,103 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>219</x>
<y>84</y>
<height>16</height>
<width>300</width>
<x>106</x>
<y>19</y>
<height>18</height>
<width>131</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name</name>
<name>quot_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>106</x>
<y>47</y>
<height>18</height>
<width>131</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>106</x>
<y>80</y>
<height>18</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -967,6 +1118,34 @@
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text></text>
<border>0</border>
<color>33554432</color>
<x>29</x>
<y>147</y>
<height>15</height>
<width>71</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -3,7 +3,7 @@
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>0</units>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>1</processing>
......@@ -13,10 +13,10 @@
<printername></printername>
<orientation>0</orientation>
<margin>
<left>110</left>
<right>110</right>
<top>96</top>
<bottom>96</bottom>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
......@@ -32,7 +32,7 @@
<grid.lines>0</grid.lines>
</BaseDefinition>
<Header>
<height>144</height>
<height>34</height>
<color>536870912</color>
</Header>
<Summary>
......@@ -44,7 +44,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>92</height>
<height>28</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -111,13 +111,6 @@
<name>valid_upto</name>
<dbname>sales_quot.valid_upto</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>wf_status</name>
<dbname>sales_quot.wf_status</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
......@@ -139,34 +132,55 @@
<name>chg_term</name>
<dbname>sales_quot.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;sales_quot&quot; ) COLUMN(NAME=&quot;sales_quot.quot_no&quot;) COLUMN(NAME=&quot;sales_quot.quot_date&quot;) COLUMN(NAME=&quot;sales_quot.quot_type&quot;) COLUMN(NAME=&quot;sales_quot.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;sales_quot.from_date&quot;) COLUMN(NAME=&quot;sales_quot.to_date&quot;) COLUMN(NAME=&quot;sales_quot.eff_date&quot;) COLUMN(NAME=&quot;sales_quot.valid_upto&quot;) COLUMN(NAME=&quot;sales_quot.wf_status&quot;) COLUMN(NAME=&quot;sales_quot.chg_date&quot;) COLUMN(NAME=&quot;sales_quot.chg_user&quot;) COLUMN(NAME=&quot;sales_quot.chg_term&quot;) JOIN (LEFT=&quot;customer.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;sales_quot.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_DATE~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:to_date&quot; ) ) ARG(NAME = &quot;from_date&quot; TYPE = datetime) ARG(NAME = &quot;to_date&quot; TYPE = datetime) </retrieve>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>wf_status</name>
<dbname>sales_quot.wf_status</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addl_chrg</name>
<dbname>sales_quot.addl_chrg</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>item_ser</name>
<dbname>sales_quot.item_ser</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;sales_quot&quot; ) COLUMN(NAME=&quot;sales_quot.quot_no&quot;) COLUMN(NAME=&quot;sales_quot.quot_date&quot;) COLUMN(NAME=&quot;sales_quot.quot_type&quot;) COLUMN(NAME=&quot;sales_quot.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;sales_quot.from_date&quot;) COLUMN(NAME=&quot;sales_quot.to_date&quot;) COLUMN(NAME=&quot;sales_quot.eff_date&quot;) COLUMN(NAME=&quot;sales_quot.valid_upto&quot;) COLUMN(NAME=&quot;sales_quot.chg_date&quot;) COLUMN(NAME=&quot;sales_quot.chg_user&quot;) COLUMN(NAME=&quot;sales_quot.chg_term&quot;) COLUMN(NAME=&quot;sales_quot.wf_status&quot;) COLUMN(NAME=&quot;sales_quot.addl_chrg&quot;) COLUMN(NAME=&quot;sales_quot.item_ser&quot;) JOIN (LEFT=&quot;customer.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;sales_quot.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_DATE~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_DATE~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:to_date&quot; ) ) ARG(NAME = &quot;from_date&quot; TYPE = date) ARG(NAME = &quot;to_date&quot; TYPE = date) </retrieve>
<update>SALES_QUOT</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>from_date</name>
<type>datetime</type>
<type>date</type>
</argument>
<argument>
<name>to_date</name>
<type>datetime</type>
<type>date</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Quot No</text>
<text>Quot Type</text>
<border>0</border>
<color>33554432</color>
<x>9</x>
<y>8</y>
<height>64</height>
<width>302</width>
<x>1010</x>
<y>2</y>
<height>15</height>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_no_t</name>
<visible>1</visible>
<name>quot_type_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -183,18 +197,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Sales Quot
Quot Date</text>
<text>To Date</text>
<border>0</border>
<color>33554432</color>
<x>320</x>
<y>8</y>
<height>128</height>
<width>603</width>
<x>603</x>
<y>2</y>
<height>15</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date_t</name>
<name>to_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -212,17 +225,17 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Quot Type</text>
<text>Eff Date</text>
<border>0</border>
<color>33554432</color>
<x>933</x>
<y>8</y>
<height>64</height>
<width>297</width>
<x>712</x>
<y>2</y>
<height>15</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type_t</name>
<name>eff_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -240,17 +253,17 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Cust Code</text>
<text>Valid Upto</text>
<border>0</border>
<color>33554432</color>
<x>1239</x>
<y>8</y>
<height>64</height>
<width>302</width>
<x>821</x>
<y>2</y>
<height>15</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code_t</name>
<name>valid_upto_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -268,18 +281,18 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Cust Name</text>
<text>Chg Date</text>
<border>0</border>
<color>33554432</color>
<x>1550</x>
<y>8</y>
<height>64</height>
<width>1399</width>
<x>1077</x>
<y>2</y>
<height>15</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name_t</name>
<visible>1</visible>
<name>chg_date_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -296,18 +309,18 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>From Date</text>
<text>Chg User</text>
<border>0</border>
<color>33554432</color>
<x>2958</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1160</x>
<y>1</y>
<height>15</height>
<width>62</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date_t</name>
<visible>1</visible>
<name>chg_user_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -324,18 +337,18 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>To Date</text>
<text>Chg Term</text>
<border>0</border>
<color>33554432</color>
<x>3570</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1224</x>
<y>2</y>
<height>15</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>to_date_t</name>
<visible>1</visible>
<name>chg_term_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -352,18 +365,18 @@ Quot Date</text>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Eff Date</text>
<text>Wf Status</text>
<border>0</border>
<color>33554432</color>
<x>4183</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1306</x>
<y>2</y>
<height>15</height>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date_t</name>
<visible>1</visible>
<name>wf_status_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -379,75 +392,85 @@ Quot Date</text>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Valid Upto</text>
<alignment>0</alignment>
<text>Additional Charge</text>
<border>0</border>
<color>33554432</color>
<x>4795</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1373</x>
<y>1</y>
<height>16</height>
<width>108</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto_t</name>
<visible>1</visible>
<name>addl_chrg_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Wf Status</text>
<alignment>0</alignment>
<text>Item Series</text>
<border>0</border>
<color>33554432</color>
<x>5408</x>
<y>8</y>
<height>64</height>
<width>297</width>
<x>921</x>
<y>0</y>
<height>16</height>
<width>87</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status_t</name>
<name>item_ser_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Date</text>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>5714</x>
<y>8</y>
<height>64</height>
<width>603</width>
<x>1010</x>
<y>2</y>
<height>18</height>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<name>quot_type</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -460,22 +483,32 @@ Quot Date</text>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg User</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>1</alignment>
<tabsequence>40</tabsequence>
<border>0</border>
<color>33554432</color>
<x>6327</x>
<y>8</y>
<height>64</height>
<width>302</width>
<x>712</x>
<y>2</y>
<height>18</height>
<width>107</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -488,22 +521,32 @@ Quot Date</text>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Term</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>1</alignment>
<tabsequence>50</tabsequence>
<border>0</border>
<color>33554432</color>
<x>6638</x>
<y>8</y>
<height>64</height>
<width>439</width>
<x>821</x>
<y>2</y>
<height>18</height>
<width>98</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<name>valid_upto</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -516,26 +559,26 @@ Quot Date</text>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<id>10</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>9</x>
<y>8</y>
<height>76</height>
<width>302</width>
<format>[general]</format>
<x>1077</x>
<y>2</y>
<height>18</height>
<width>81</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_no</name>
<visible>1</visible>
<name>chg_date</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -557,23 +600,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>320</x>
<y>8</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>1160</x>
<y>2</y>
<height>18</height>
<width>62</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date</name>
<visible>1</visible>
<name>chg_user</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -595,23 +638,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>933</x>
<y>8</y>
<height>76</height>
<width>297</width>
<x>1224</x>
<y>2</y>
<height>18</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type</name>
<visible>1</visible>
<name>chg_term</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -633,23 +676,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1239</x>
<y>8</y>
<height>76</height>
<width>302</width>
<x>1306</x>
<y>2</y>
<height>18</height>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code</name>
<visible>1</visible>
<name>wf_status</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -671,27 +714,25 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1550</x>
<y>8</y>
<height>76</height>
<width>1399</width>
<x>1373</x>
<y>0</y>
<height>22</height>
<width>108</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name</name>
<visible>1</visible>
<name>addl_chrg</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>50</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -709,27 +750,25 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>60</tabsequence>
<border>0</border>
<color>33554432</color>
<x>2958</x>
<y>8</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>921</x>
<y>0</y>
<height>20</height>
<width>87</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date</name>
<name>item_ser</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -748,14 +787,14 @@ Quot Date</text>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<tabsequence>30</tabsequence>
<border>0</border>
<color>33554432</color>
<x>3570</x>
<y>8</y>
<height>76</height>
<width>603</width>
<x>603</x>
<y>2</y>
<height>18</height>
<width>107</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -783,31 +822,21 @@ Quot Date</text>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Quot No</text>
<border>0</border>
<color>33554432</color>
<x>4183</x>
<y>8</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>2</x>
<y>2</y>
<height>15</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<name>quot_no_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -820,26 +849,138 @@ Quot Date</text>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Quot Date</text>
<border>0</border>
<color>33554432</color>
<x>70</x>
<y>2</y>
<height>15</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Cust Code</text>
<border>0</border>
<color>33554432</color>
<x>181</x>
<y>2</y>
<height>15</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Customer Name</text>
<border>0</border>
<color>33554432</color>
<x>281</x>
<y>2</y>
<height>15</height>
<width>216</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>From Date</text>
<border>0</border>
<color>33554432</color>
<x>499</x>
<y>2</y>
<height>15</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<id>1</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>4795</x>
<y>8</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>2</x>
<y>2</y>
<height>18</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto</name>
<name>quot_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -861,23 +1002,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<id>2</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>5408</x>
<y>8</y>
<height>76</height>
<width>297</width>
<format>[general]</format>
<x>70</x>
<y>2</y>
<height>18</height>
<width>109</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status</name>
<name>quot_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -899,23 +1040,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<id>4</id>
<alignment>1</alignment>
<tabsequence>10</tabsequence>
<border>0</border>
<color>33554432</color>
<x>5714</x>
<y>12</y>
<height>76</height>
<width>603</width>
<format>[shortdate] [time]</format>
<x>181</x>
<y>2</y>
<height>18</height>
<width>98</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<name>cust_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -937,23 +1078,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>6327</x>
<y>8</y>
<height>76</height>
<width>302</width>
<x>281</x>
<y>2</y>
<height>18</height>
<width>216</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<name>cust_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>50</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -975,23 +1116,23 @@ Quot Date</text>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<id>6</id>
<alignment>1</alignment>
<tabsequence>20</tabsequence>
<border>0</border>
<color>33554432</color>
<x>6638</x>
<y>8</y>
<height>76</height>
<width>439</width>
<format>[general]</format>
<x>499</x>
<y>2</y>
<height>18</height>
<width>102</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<name>from_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>342</height>
<height>497</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -72,40 +72,46 @@
<name>cust_code</name>
<dbname>sales_quot.cust_code</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>cust_name</name>
<dbname>customer.cust_name</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>sales_quot.chg_date</dbname>
<name>from_date</name>
<dbname>sales_quot.from_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>sales_quot.chg_user</dbname>
<name>to_date</name>
<dbname>sales_quot.to_date</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>sales_quot.chg_term</dbname>
<name>eff_date</name>
<dbname>sales_quot.eff_date</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>from_date</name>
<dbname>sales_quot.from_date</dbname>
<name>valid_upto</name>
<dbname>sales_quot.valid_upto</dbname>
</table_column>
<table_column>
<type>datetime</type>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>to_date</name>
<dbname>sales_quot.to_date</dbname>
<name>item_ser</name>
<dbname>sales_quot.item_ser</dbname>
</table_column>
<table_column>
<type size="1">char</type>
......@@ -115,28 +121,36 @@
<dbname>sales_quot.wf_status</dbname>
</table_column>
<table_column>
<type>datetime</type>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>valid_upto</name>
<dbname>sales_quot.valid_upto</dbname>
<name>addl_chrg</name>
<dbname>sales_quot.addl_chrg</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>eff_date</name>
<dbname>sales_quot.eff_date</dbname>
<name>chg_date</name>
<dbname>sales_quot.chg_date</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cust_name</name>
<dbname>customer.cust_name</dbname>
<name>chg_user</name>
<dbname>sales_quot.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>sales_quot.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sales_quot&quot; ) TABLE(NAME=&quot;customer&quot; ) COLUMN(NAME=&quot;sales_quot.quot_no&quot;) COLUMN(NAME=&quot;sales_quot.quot_date&quot;) COLUMN(NAME=&quot;sales_quot.quot_type&quot;) COLUMN(NAME=&quot;sales_quot.cust_code&quot;) COLUMN(NAME=&quot;sales_quot.chg_date&quot;) COLUMN(NAME=&quot;sales_quot.chg_user&quot;) COLUMN(NAME=&quot;sales_quot.chg_term&quot;) COLUMN(NAME=&quot;sales_quot.from_date&quot;) COLUMN(NAME=&quot;sales_quot.to_date&quot;) COLUMN(NAME=&quot;sales_quot.wf_status&quot;) COLUMN(NAME=&quot;sales_quot.valid_upto&quot;) COLUMN(NAME=&quot;sales_quot.eff_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) JOIN (LEFT=&quot;sales_quot.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_NO~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:quot_no&quot; ) ) ARG(NAME = &quot;quot_no&quot; TYPE = string) </retrieve>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;sales_quot&quot; ) COLUMN(NAME=&quot;sales_quot.quot_no&quot;) COLUMN(NAME=&quot;sales_quot.quot_date&quot;) COLUMN(NAME=&quot;sales_quot.quot_type&quot;) COLUMN(NAME=&quot;sales_quot.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;sales_quot.from_date&quot;) COLUMN(NAME=&quot;sales_quot.to_date&quot;) COLUMN(NAME=&quot;sales_quot.eff_date&quot;) COLUMN(NAME=&quot;sales_quot.valid_upto&quot;) COLUMN(NAME=&quot;sales_quot.item_ser&quot;) COLUMN(NAME=&quot;sales_quot.wf_status&quot;) COLUMN(NAME=&quot;sales_quot.addl_chrg&quot;) COLUMN(NAME=&quot;sales_quot.chg_date&quot;) COLUMN(NAME=&quot;sales_quot.chg_user&quot;) COLUMN(NAME=&quot;sales_quot.chg_term&quot;) JOIN (LEFT=&quot;customer.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;sales_quot.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SALES_QUOT~&quot;.~&quot;QUOT_NO~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:quot_no&quot; ) ) ARG(NAME = &quot;quot_no&quot; TYPE = string) </retrieve>
<update>SALES_QUOT</update>
<updatewhere>1</updatewhere>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>quot_no</name>
......@@ -146,17 +160,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Quot No:</text>
<text>Cust Code:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>6</y>
<height>16</height>
<width>65</width>
<x>28</x>
<y>113</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_no_t</name>
<name>cust_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -171,31 +185,21 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<text>From Date:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>6</y>
<height>16</height>
<width>65</width>
<format>[general]</format>
<x>29</x>
<y>179</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_no</name>
<name>from_date_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -208,22 +212,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Quot Type:</text>
<text>To Date:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>58</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>212</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type_t</name>
<visible>0</visible>
<name>to_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -240,17 +244,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Cust Code:</text>
<text>Eff Date:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>84</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>245</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code_t</name>
<name>eff_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -268,17 +272,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>From Date:</text>
<text>Valid Upto:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>110</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>278</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date_t</name>
<name>valid_upto_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -296,17 +300,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Quot Date:</text>
<text>Item Series :</text>
<border>0</border>
<color>33554432</color>
<x>78</x>
<y>32</y>
<height>16</height>
<width>65</width>
<x>24</x>
<y>311</y>
<height>15</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date_t</name>
<name>item_ser_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -321,31 +325,21 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<text>Wf Status:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>32</y>
<height>16</height>
<width>132</width>
<format>[shortdate] [time]</format>
<x>29</x>
<y>344</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<name>wf_status_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -358,32 +352,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<text>Addl Chrg:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>58</y>
<height>16</height>
<width>79</width>
<format>[general]</format>
<x>29</x>
<y>377</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type</name>
<name>addl_chrg_t</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -396,32 +380,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<alignment>1</alignment>
<text>Chg Date:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>84</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<x>29</x>
<y>410</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code</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>
<name>chg_date_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -434,26 +408,82 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User:</text>
<border>0</border>
<color>33554432</color>
<x>30</x>
<y>443</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term:</text>
<border>0</border>
<color>33554432</color>
<x>29</x>
<y>476</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>10</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<tabsequence>60</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>110</y>
<height>16</height>
<width>132</width>
<format>[shortdate] [time]</format>
<x>106</x>
<y>311</y>
<height>18</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>from_date</name>
<name>item_ser</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -475,25 +505,27 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>9</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<tabsequence>50</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>266</y>
<height>16</height>
<width>66</width>
<x>106</x>
<y>278</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<name>valid_upto</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -511,25 +543,27 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>8</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<tabsequence>40</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>292</y>
<height>16</height>
<width>66</width>
<x>106</x>
<y>245</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -545,21 +579,31 @@
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Eff Date:</text>
<id>7</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>266</y>
<height>16</height>
<width>65</width>
<x>106</x>
<y>212</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date_t</name>
<visible>0</visible>
<name>to_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -572,22 +616,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Valid Upto:</text>
<id>6</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>292</y>
<height>16</height>
<width>65</width>
<x>106</x>
<y>179</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto_t</name>
<visible>0</visible>
<name>from_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -600,22 +654,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>To Date:</text>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>136</y>
<height>16</height>
<width>65</width>
<x>108</x>
<y>146</y>
<height>18</height>
<width>132</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>to_date_t</name>
<name>cust_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>50</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -628,22 +692,31 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date:</text>
<id>4</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>162</y>
<height>16</height>
<width>65</width>
<x>106</x>
<y>112</y>
<height>18</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>0</visible>
<name>cust_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -656,22 +729,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User:</text>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>188</y>
<height>16</height>
<width>65</width>
<x>107</x>
<y>344</y>
<height>18</height>
<width>77</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<name>wf_status</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -684,24 +767,24 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<id>12</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>136</y>
<height>16</height>
<width>132</width>
<format>[shortdate] [time]</format>
<x>107</x>
<y>377</y>
<height>18</height>
<width>75</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>to_date</name>
<visible>1</visible>
<name>addl_chrg</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
......@@ -725,14 +808,14 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>162</y>
<height>16</height>
<x>107</x>
<y>410</y>
<height>18</height>
<width>132</width>
<format>[shortdate] [time]</format>
<html>
......@@ -763,14 +846,14 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>188</y>
<height>16</height>
<x>107</x>
<y>443</y>
<height>18</height>
<width>66</width>
<format>[general]</format>
<html>
......@@ -801,14 +884,14 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>214</y>
<height>16</height>
<x>107</x>
<y>476</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
......@@ -837,31 +920,21 @@
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<alignment>1</alignment>
<text>Quot No:</text>
<border>0</border>
<color>33554432</color>
<x>148</x>
<y>240</y>
<height>16</height>
<width>12</width>
<format>[general]</format>
<x>29</x>
<y>21</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<name>quot_no_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -874,22 +947,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term:</text>
<text>Quot Date:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>214</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>47</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>0</visible>
<name>quot_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -906,17 +979,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Wf Status:</text>
<text>Quot Type:</text>
<border>0</border>
<color>33554432</color>
<x>79</x>
<y>240</y>
<height>16</height>
<width>65</width>
<x>29</x>
<y>80</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status_t</name>
<name>quot_type_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
......@@ -933,25 +1006,103 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>219</x>
<y>84</y>
<height>16</height>
<width>300</width>
<x>106</x>
<y>19</y>
<height>18</height>
<width>131</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name</name>
<name>quot_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>106</x>
<y>47</y>
<height>18</height>
<width>131</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>106</x>
<y>80</y>
<height>18</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>quot_type</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -967,6 +1118,34 @@
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text></text>
<border>0</border>
<color>33554432</color>
<x>29</x>
<y>147</y>
<height>15</height>
<width>71</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -4,47 +4,53 @@ datawindow(units=0 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.
header(height=136 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=88 color="536870912" )
table(column=(type=char(10) updatewhereclause=yes name=quot_no dbname="sales_quot.quot_no" )
column=(type=datetime updatewhereclause=yes name=quot_date dbname="sales_quot.quot_date" )
column=(type=char(1) updatewhereclause=yes name=quot_type dbname="sales_quot.quot_type" )
column=(type=char(10) updatewhereclause=yes name=cust_code dbname="sales_quot.cust_code" )
detail(height=112 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=quot_no dbname="sales_quot.quot_no" )
column=(type=datetime update=yes updatewhereclause=yes name=quot_date dbname="sales_quot.quot_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=quot_type dbname="sales_quot.quot_type" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="sales_quot.cust_code" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
column=(type=datetime updatewhereclause=yes name=from_date dbname="sales_quot.from_date" )
column=(type=datetime updatewhereclause=yes name=to_date dbname="sales_quot.to_date" )
column=(type=datetime updatewhereclause=yes name=eff_date dbname="sales_quot.eff_date" )
column=(type=datetime updatewhereclause=yes name=valid_upto dbname="sales_quot.valid_upto" )
column=(type=datetime updatewhereclause=yes name=chg_date dbname="sales_quot.chg_date" )
column=(type=char(10) updatewhereclause=yes name=chg_user dbname="sales_quot.chg_user" )
column=(type=char(15) updatewhereclause=yes name=chg_term dbname="sales_quot.chg_term" )
column=(type=char(1) updatewhereclause=yes name=wf_status dbname="sales_quot.wf_status" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"customer~" ) TABLE(NAME=~"sales_quot~" ) COLUMN(NAME=~"sales_quot.quot_no~") COLUMN(NAME=~"sales_quot.quot_date~") COLUMN(NAME=~"sales_quot.quot_type~") COLUMN(NAME=~"sales_quot.cust_code~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"sales_quot.from_date~") COLUMN(NAME=~"sales_quot.to_date~") COLUMN(NAME=~"sales_quot.eff_date~") COLUMN(NAME=~"sales_quot.valid_upto~") COLUMN(NAME=~"sales_quot.chg_date~") COLUMN(NAME=~"sales_quot.chg_user~") COLUMN(NAME=~"sales_quot.chg_term~") COLUMN(NAME=~"sales_quot.wf_status~") JOIN (LEFT=~"customer.cust_code~" OP =~"=~"RIGHT=~"sales_quot.cust_code~" )WHERE( EXP1 =~"~~~"SALES_QUOT~~~".~~~"QUOT_DATE~~~"~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"SALES_QUOT~~~".~~~"QUOT_DATE~~~"~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = datetime) ARG(NAME = ~"to_date~" TYPE = datetime) " arguments=(("from_date", datetime),("to_date", datetime)) )
column=(type=datetime update=yes updatewhereclause=yes name=from_date dbname="sales_quot.from_date" )
column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="sales_quot.to_date" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="sales_quot.eff_date" )
column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="sales_quot.valid_upto" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="sales_quot.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="sales_quot.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="sales_quot.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=wf_status dbname="sales_quot.wf_status" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=addl_chrg dbname="sales_quot.addl_chrg" )
column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="sales_quot.item_ser" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"customer~" ) TABLE(NAME=~"sales_quot~" ) COLUMN(NAME=~"sales_quot.quot_no~") COLUMN(NAME=~"sales_quot.quot_date~") COLUMN(NAME=~"sales_quot.quot_type~") COLUMN(NAME=~"sales_quot.cust_code~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"sales_quot.from_date~") COLUMN(NAME=~"sales_quot.to_date~") COLUMN(NAME=~"sales_quot.eff_date~") COLUMN(NAME=~"sales_quot.valid_upto~") COLUMN(NAME=~"sales_quot.chg_date~") COLUMN(NAME=~"sales_quot.chg_user~") COLUMN(NAME=~"sales_quot.chg_term~") COLUMN(NAME=~"sales_quot.wf_status~") COLUMN(NAME=~"sales_quot.addl_chrg~") COLUMN(NAME=~"sales_quot.item_ser~") JOIN (LEFT=~"customer.cust_code~" OP =~"=~"RIGHT=~"sales_quot.cust_code~" )WHERE( EXP1 =~"~~~"SALES_QUOT~~~".~~~"QUOT_DATE~~~"~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"SALES_QUOT~~~".~~~"QUOT_DATE~~~"~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="SALES_QUOT" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) )
text(band=header alignment="2" text="Quot No" border="0" color="33554432" x="9" y="8" height="60" width="302" html.valueishtml="0" name=quot_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Quot Date" border="0" color="33554432" x="320" y="8" height="60" width="498" html.valueishtml="0" name=quot_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Quot Type" border="0" color="33554432" x="4210" y="8" height="60" width="297" html.valueishtml="0" name=quot_type_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Quot Type" border="0" color="33554432" x="4617" y="8" height="60" width="297" html.valueishtml="0" name=quot_type_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Cust Code" border="0" color="33554432" x="827" y="8" height="60" width="448" html.valueishtml="0" name=cust_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Customer Name" border="0" color="33554432" x="1285" y="8" height="60" width="987" html.valueishtml="0" name=customer_cust_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Customer Name" border="0" color="33554432" x="1285" y="8" height="60" width="987" html.valueishtml="0" name=cust_name_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="From Date" border="0" color="33554432" x="2281" y="8" height="60" width="466" html.valueishtml="0" name=from_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="To Date" border="0" color="33554432" x="2757" y="8" height="60" width="489" html.valueishtml="0" name=to_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Eff Date" border="0" color="33554432" x="3255" y="8" height="60" width="489" html.valueishtml="0" name=eff_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Valid Upto" border="0" color="33554432" x="3753" y="8" height="60" width="448" html.valueishtml="0" name=valid_upto_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="4517" y="8" height="60" width="370" html.valueishtml="0" name=chg_date_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="4896" y="4" height="60" width="283" html.valueishtml="0" name=chg_user_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="5189" y="8" height="60" width="366" html.valueishtml="0" name=chg_term_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Wf Status" border="0" color="33554432" x="5563" y="8" height="60" width="297" html.valueishtml="0" name=wf_status_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="4923" y="8" height="60" width="370" html.valueishtml="0" name=chg_date_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="5303" y="4" height="60" width="283" html.valueishtml="0" name=chg_user_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="5595" y="8" height="60" width="366" html.valueishtml="0" name=chg_term_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Wf Status" border="0" color="33554432" x="5970" y="8" height="60" width="297" html.valueishtml="0" name=wf_status_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Additional Charge" border="0" color="33554432" x="6277" y="4" height="64" width="494" html.valueishtml="0" name=addl_chrg_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Item Series" border="0" color="33554432" x="4210" y="0" height="64" width="398" html.valueishtml="0" name=item_ser_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="1" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="72" width="302" format="[general]" html.valueishtml="0" name=quot_no visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="1" tabsequence=32766 border="0" color="33554432" x="320" y="8" height="72" width="498" format="[shortdate] [time]" html.valueishtml="0" name=quot_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="4210" y="8" height="72" width="297" format="[general]" html.valueishtml="0" name=quot_type visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="1" tabsequence=32766 border="0" color="33554432" x="827" y="8" height="72" width="448" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="4617" y="8" height="72" width="297" format="[general]" html.valueishtml="0" name=quot_type visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="1" tabsequence=10 border="0" color="33554432" x="827" y="8" height="72" width="448" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="1285" y="8" height="72" width="987" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="1" tabsequence=32766 border="0" color="33554432" x="2281" y="8" height="72" width="466" format="[shortdate] [time]" html.valueishtml="0" name=from_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="1" tabsequence=32766 border="0" color="33554432" x="2757" y="8" height="72" width="489" format="[shortdate] [time]" html.valueishtml="0" name=to_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="1" tabsequence=32766 border="0" color="33554432" x="3255" y="8" height="72" width="489" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="33554432" x="3753" y="8" height="72" width="448" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="0" color="33554432" x="4517" y="8" height="72" width="370" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="4896" y="8" height="72" width="283" format="[general]" html.valueishtml="0" name=chg_user visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="5189" y="8" height="72" width="366" format="[general]" html.valueishtml="0" name=chg_term visible="0" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="5563" y="8" height="72" width="297" format="[general]" html.valueishtml="0" name=wf_status visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="1" tabsequence=20 border="0" color="33554432" x="2281" y="8" height="72" width="466" format="[shortdate] [time]" html.valueishtml="0" name=from_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="1" tabsequence=30 border="0" color="33554432" x="2757" y="8" height="72" width="489" format="[shortdate] [time]" html.valueishtml="0" name=to_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="1" tabsequence=40 border="0" color="33554432" x="3255" y="8" height="72" width="489" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="1" tabsequence=50 border="0" color="33554432" x="3753" y="8" height="72" width="448" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="0" color="33554432" x="4923" y="8" height="72" width="370" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="5303" y="8" height="72" width="283" format="[general]" html.valueishtml="0" name=chg_user visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="5595" y="8" height="72" width="366" format="[general]" html.valueishtml="0" name=chg_term visible="0" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="5970" y="8" height="72" width="297" format="[general]" html.valueishtml="0" name=wf_status visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="6277" y="0" height="88" width="494" format="[general]" html.valueishtml="0" name=addl_chrg visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=60 border="0" color="33554432" x="4210" y="0" height="80" width="398" format="[general]" html.valueishtml="0" name=item_ser visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
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 )
......
$PBExportHeader$d_sales_quot_prop21.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=497 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=quot_no dbname="sales_quot.quot_no" )
column=(type=datetime update=yes updatewhereclause=yes name=quot_date dbname="sales_quot.quot_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=quot_type dbname="sales_quot.quot_type" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="sales_quot.cust_code" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
column=(type=datetime update=yes updatewhereclause=yes name=from_date dbname="sales_quot.from_date" )
column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="sales_quot.to_date" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="sales_quot.eff_date" )
column=(type=datetime update=yes updatewhereclause=yes name=valid_upto dbname="sales_quot.valid_upto" )
column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="sales_quot.item_ser" )
column=(type=char(1) update=yes updatewhereclause=yes name=wf_status dbname="sales_quot.wf_status" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=addl_chrg dbname="sales_quot.addl_chrg" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="sales_quot.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="sales_quot.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="sales_quot.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"customer~" ) TABLE(NAME=~"sales_quot~" ) COLUMN(NAME=~"sales_quot.quot_no~") COLUMN(NAME=~"sales_quot.quot_date~") COLUMN(NAME=~"sales_quot.quot_type~") COLUMN(NAME=~"sales_quot.cust_code~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"sales_quot.from_date~") COLUMN(NAME=~"sales_quot.to_date~") COLUMN(NAME=~"sales_quot.eff_date~") COLUMN(NAME=~"sales_quot.valid_upto~") COLUMN(NAME=~"sales_quot.item_ser~") COLUMN(NAME=~"sales_quot.wf_status~") COLUMN(NAME=~"sales_quot.addl_chrg~") COLUMN(NAME=~"sales_quot.chg_date~") COLUMN(NAME=~"sales_quot.chg_user~") COLUMN(NAME=~"sales_quot.chg_term~") JOIN (LEFT=~"customer.cust_code~" OP =~"=~"RIGHT=~"sales_quot.cust_code~" )WHERE( EXP1 =~"~~~"SALES_QUOT~~~".~~~"QUOT_NO~~~"~" OP =~"=~" EXP2 =~":quot_no~" ) ) ARG(NAME = ~"quot_no~" TYPE = string) " update="SALES_QUOT" updatewhere=0 updatekeyinplace=no arguments=(("quot_no", string)) )
text(band=detail alignment="1" text="Cust Code:" border="0" color="33554432" x="28" y="113" height="15" width="69" html.valueishtml="0" name=cust_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="From Date:" border="0" color="33554432" x="29" y="179" height="15" width="69" html.valueishtml="0" name=from_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="To Date:" border="0" color="33554432" x="29" y="212" height="15" width="69" html.valueishtml="0" name=to_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Eff Date:" border="0" color="33554432" x="29" y="245" height="15" width="69" html.valueishtml="0" name=eff_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Valid Upto:" border="0" color="33554432" x="29" y="278" height="15" width="69" html.valueishtml="0" name=valid_upto_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Item Series :" border="0" color="33554432" x="24" y="311" height="15" width="74" html.valueishtml="0" name=item_ser_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Wf Status:" border="0" color="33554432" x="29" y="344" height="15" width="69" html.valueishtml="0" name=wf_status_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Addl Chrg:" border="0" color="33554432" x="29" y="377" height="15" width="69" html.valueishtml="0" name=addl_chrg_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="29" y="410" height="15" width="69" html.valueishtml="0" name=chg_date_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="30" y="443" height="15" width="69" html.valueishtml="0" name=chg_user_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" 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="29" y="476" height="15" width="69" html.valueishtml="0" name=chg_term_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=60 border="0" color="33554432" x="106" y="311" height="18" width="79" format="[general]" html.valueishtml="0" name=item_ser visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=50 border="0" color="33554432" x="106" y="278" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=40 border="0" color="33554432" x="106" y="245" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=30 border="0" color="33554432" x="106" y="212" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=to_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=20 border="0" color="33554432" x="106" y="179" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=from_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="108" y="146" height="18" width="132" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=10 border="0" color="33554432" x="106" y="112" height="18" width="95" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="107" y="344" height="18" width="77" format="[general]" html.valueishtml="0" name=wf_status visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="33554432" x="107" y="377" height="18" width="75" format="[general]" html.valueishtml="0" name=addl_chrg visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="107" y="410" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="107" y="443" height="18" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="107" y="476" height="18" width="96" format="[general]" html.valueishtml="0" name=chg_term visible="0" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Quot No:" border="0" color="33554432" x="29" y="21" height="15" width="69" html.valueishtml="0" name=quot_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Quot Date:" border="0" color="33554432" x="29" y="47" height="15" width="69" html.valueishtml="0" name=quot_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Quot Type:" border="0" color="33554432" x="29" y="80" height="15" width="69" html.valueishtml="0" name=quot_type_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="106" y="19" height="18" width="131" format="[general]" html.valueishtml="0" name=quot_no visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="106" y="47" height="18" width="131" format="[shortdate] [time]" html.valueishtml="0" name=quot_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="106" y="80" height="18" width="80" format="[general]" html.valueishtml="0" name=quot_type visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="" border="0" color="33554432" x="29" y="147" height="15" width="71" html.valueishtml="0" name=cust_name_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
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