Commit fc88a8b3 authored by vlagad's avatar vlagad

changes related to schema balance

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194972 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cb4a3843
......@@ -179,7 +179,41 @@
<name>gencodes_descr</name>
<dbname>gencodes_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;scheme_balance&quot; ) COLUMN(NAME=&quot;scheme_balance.tran_id&quot;) COLUMN(NAME=&quot;scheme_balance.scheme_code&quot;) COLUMN(NAME=&quot;scheme_balance.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;scheme_balance.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;scheme_balance.eff_from&quot;) COLUMN(NAME=&quot;scheme_balance.valid_upto&quot;) COLUMN(NAME=&quot;scheme_balance.balance_free_qty&quot;) COLUMN(NAME=&quot;scheme_balance.used_free_qty&quot;) COLUMN(NAME=&quot;scheme_balance.scheme_type&quot;) COLUMN(NAME=&quot;scheme_balance.entry_source&quot;) COLUMN(NAME=&quot;scheme_balance.remarks&quot;) COLUMN(NAME=&quot;scheme_balance.chg_user&quot;) COLUMN(NAME=&quot;scheme_balance.chg_date&quot;) COLUMN(NAME=&quot;scheme_balance.chg_term&quot;) COLUMN(NAME=&quot;scheme_balance.balance_free_value&quot;) COLUMN(NAME=&quot;scheme_balance.used_free_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as gencodes_descr&quot;) JOIN (LEFT=&quot;scheme_balance.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; OUTER1 =&quot;scheme_balance.item_code&quot; ) JOIN (LEFT=&quot;scheme_balance.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SCHEME_BALANCE~&quot;.~&quot;EFF_FROM~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:fr_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;SCHEME_BALANCE~&quot;.~&quot;EFF_FROM~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:to_date&quot; ) ) ARG(NAME = &quot;fr_date&quot; TYPE = datetime) ARG(NAME = &quot;to_date&quot; TYPE = datetime) </retrieve>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>site_code__repl</name>
<dbname>scheme_balance.site_code__repl</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>site_code</name>
<dbname>scheme_balance.site_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cust_code__repl</name>
<dbname>scheme_balance.cust_code__repl</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>auto_repl_credit</name>
<dbname>scheme_balance.auto_repl_credit</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>cust_repl_name</name>
<dbname>customer.cust_name</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;customer&quot; ALIAS=&quot;customer_a&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;scheme_balance&quot; ) TABLE(NAME=&quot;customer&quot; ALIAS=&quot;customer_b&quot; ) COLUMN(NAME=&quot;scheme_balance.tran_id&quot;) COLUMN(NAME=&quot;scheme_balance.scheme_code&quot;) COLUMN(NAME=&quot;scheme_balance.cust_code&quot;) COLUMN(NAME=&quot;customer_a.cust_name&quot;) COLUMN(NAME=&quot;scheme_balance.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;scheme_balance.eff_from&quot;) COLUMN(NAME=&quot;scheme_balance.valid_upto&quot;) COLUMN(NAME=&quot;scheme_balance.balance_free_qty&quot;) COLUMN(NAME=&quot;scheme_balance.used_free_qty&quot;) COLUMN(NAME=&quot;scheme_balance.scheme_type&quot;) COLUMN(NAME=&quot;scheme_balance.entry_source&quot;) COLUMN(NAME=&quot;scheme_balance.remarks&quot;) COLUMN(NAME=&quot;scheme_balance.chg_user&quot;) COLUMN(NAME=&quot;scheme_balance.chg_date&quot;) COLUMN(NAME=&quot;scheme_balance.chg_term&quot;) COLUMN(NAME=&quot;scheme_balance.balance_free_value&quot;) COLUMN(NAME=&quot;scheme_balance.used_free_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as gencodes_descr&quot;) COLUMN(NAME=&quot;scheme_balance.site_code__repl&quot;) COLUMN(NAME=&quot;scheme_balance.site_code&quot;) COLUMN(NAME=&quot;scheme_balance.cust_code__repl&quot;) COLUMN(NAME=&quot;scheme_balance.auto_repl_credit&quot;) COLUMN(NAME=&quot;customer_b.cust_name&quot;) JOIN (LEFT=&quot;scheme_balance.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; OUTER1 =&quot;scheme_balance.item_code&quot; ) JOIN (LEFT=&quot;scheme_balance.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer_a.cust_code&quot; ) JOIN (LEFT=&quot;customer_b.cust_name&quot; OP =&quot;=&quot;RIGHT=&quot;customer_a.cust_name&quot; )WHERE( EXP1 =&quot;~&quot;SCHEME_BALANCE~&quot;.~&quot;EFF_FROM~&quot;&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:fr_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;SCHEME_BALANCE~&quot;.~&quot;EFF_FROM~&quot;&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:to_date&quot; ) ) ARG(NAME = &quot;fr_date&quot; TYPE = datetime) ARG(NAME = &quot;to_date&quot; TYPE = datetime) </retrieve>
<update>SCHEME_BALANCE</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -192,62 +226,6 @@
<type>datetime</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Tran Id</text>
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_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>Scheme Code</text>
<border>0</border>
<color>33554432</color>
<x>103</x>
<y>2</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_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>
......@@ -587,17 +565,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Customer</text>
<text>Customer Name</text>
<border>0</border>
<color>33554432</color>
<x>204</x>
<x>305</x>
<y>2</y>
<height>15</height>
<width>99</width>
<width>408</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_balance_cust_code_t</name>
<name>cust_name_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -614,46 +592,74 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Customer Name</text>
<alignment>0</alignment>
<text>Free Value</text>
<border>0</border>
<color>33554432</color>
<x>305</x>
<y>2</y>
<height>15</height>
<width>408</width>
<x>2624</x>
<y>1</y>
<height>17</height>
<width>342</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name_t</name>
<name>balance_free_value_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<face>Liberation Sans</face>
<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>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Free Value</text>
<text>Used Free Value</text>
<border>0</border>
<color>33554432</color>
<x>2624</x>
<x>2968</x>
<y>1</y>
<height>16</height>
<width>140</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>used_free_value_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Gencodes Descr</text>
<border>0</border>
<color>33554432</color>
<x>3110</x>
<y>1</y>
<height>17</height>
<width>342</width>
<width>62</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>balance_free_value_t</name>
<name>gencodes_descr_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
......@@ -671,17 +677,17 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Used Free Value</text>
<text> Replanish From</text>
<border>0</border>
<color>33554432</color>
<x>2968</x>
<x>3174</x>
<y>1</y>
<height>16</height>
<width>342</width>
<height>17</height>
<width>131</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>used_free_value_t</name>
<name>scheme_balance_site_code__repl_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
......@@ -699,29 +705,197 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Gencodes Descr</text>
<text>Site</text>
<border>0</border>
<color>33554432</color>
<x>3312</x>
<x>3307</x>
<y>1</y>
<height>17</height>
<width>62</width>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_balance_site_code_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Replanish to</text>
<border>0</border>
<color>33554432</color>
<x>3418</x>
<y>1</y>
<height>17</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_balance_cust_code__repl_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Auto Replanish Credit </text>
<border>0</border>
<color>33554432</color>
<x>3513</x>
<y>1</y>
<height>17</height>
<width>240</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_balance_auto_repl_credit_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Replanish Customer Name</text>
<border>0</border>
<color>33554432</color>
<x>3755</x>
<y>1</y>
<height>17</height>
<width>398</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>customer_cust_name_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Tran Id</text>
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_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>Scheme Code</text>
<border>0</border>
<color>33554432</color>
<x>103</x>
<y>2</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_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</text>
<border>0</border>
<color>33554432</color>
<x>204</x>
<y>2</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>gencodes_descr_t</name>
<name>scheme_balance_cust_code_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
......@@ -1182,23 +1356,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>2</x>
<x>305</x>
<y>2</y>
<height>18</height>
<width>99</width>
<width>408</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</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>
......@@ -1220,27 +1394,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>103</x>
<y>2</y>
<height>18</height>
<width>99</width>
<x>2624</x>
<y>1</y>
<height>15</height>
<width>342</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_code</name>
<name>balance_free_value</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1258,27 +1430,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>18</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>204</x>
<y>2</y>
<height>18</height>
<width>99</width>
<x>2968</x>
<y>1</y>
<height>15</height>
<width>140</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code</name>
<name>used_free_value</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1296,27 +1466,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<id>19</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>305</x>
<y>2</y>
<height>18</height>
<width>408</width>
<x>3110</x>
<y>1</y>
<height>15</height>
<width>62</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name</name>
<name>gencodes_descr</name>
<visible>1</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>
......@@ -1334,20 +1502,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<id>20</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>2624</x>
<x>3174</x>
<y>1</y>
<height>15</height>
<width>342</width>
<width>131</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>balance_free_value</name>
<name>site_code__repl</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -1370,20 +1538,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<id>21</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>2968</x>
<x>3307</x>
<y>1</y>
<height>15</height>
<width>342</width>
<width>109</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>used_free_value</name>
<name>site_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -1406,20 +1574,92 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<id>22</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>3312</x>
<x>3418</x>
<y>1</y>
<height>15</height>
<width>62</width>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>gencodes_descr</name>
<name>cust_code__repl</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>3513</x>
<y>1</y>
<height>15</height>
<width>240</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>auto_repl_credit</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>24</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>3755</x>
<y>1</y>
<height>15</height>
<width>398</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_repl_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -1440,6 +1680,120 @@
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>18</height>
<width>99</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</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>103</x>
<y>2</y>
<height>18</height>
<width>99</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_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>
<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>204</x>
<y>2</y>
<height>18</height>
<width>99</width>
<format>[general]</format>
<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>
<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>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -179,9 +179,48 @@
<name>gencodes_descr</name>
<dbname>gencodes_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;scheme_balance&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;customer&quot; ) COLUMN(NAME=&quot;scheme_balance.tran_id&quot;) COLUMN(NAME=&quot;scheme_balance.scheme_code&quot;) COLUMN(NAME=&quot;scheme_balance.cust_code&quot;) COLUMN(NAME=&quot;scheme_balance.item_code&quot;) COLUMN(NAME=&quot;scheme_balance.eff_from&quot;) COLUMN(NAME=&quot;scheme_balance.valid_upto&quot;) COLUMN(NAME=&quot;scheme_balance.balance_free_qty&quot;) COLUMN(NAME=&quot;scheme_balance.used_free_qty&quot;) COLUMN(NAME=&quot;scheme_balance.scheme_type&quot;) COLUMN(NAME=&quot;scheme_balance.entry_source&quot;) COLUMN(NAME=&quot;scheme_balance.remarks&quot;) COLUMN(NAME=&quot;scheme_balance.chg_user&quot;) COLUMN(NAME=&quot;scheme_balance.chg_date&quot;) COLUMN(NAME=&quot;scheme_balance.chg_term&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;scheme_balance.balance_free_value&quot;) COLUMN(NAME=&quot;scheme_balance.used_free_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as gencodes_descr&quot;) JOIN (LEFT=&quot;scheme_balance.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; OUTER1 =&quot;scheme_balance.item_code&quot; ) JOIN (LEFT=&quot;scheme_balance.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SCHEME_BALANCE~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>site_code</name>
<dbname>scheme_balance.site_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cust_code__repl</name>
<dbname>scheme_balance.cust_code__repl</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>site_code__repl</name>
<dbname>scheme_balance.site_code__repl</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>auto_repl_credit</name>
<dbname>scheme_balance.auto_repl_credit</dbname>
<initial>Y</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="50">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>cust_repl_name</name>
<dbname>customer.cust_name</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;scheme_balance&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;customer&quot; ALIAS=&quot;customer_a&quot; ) TABLE(NAME=&quot;customer&quot; ALIAS=&quot;customer_b&quot; ) COLUMN(NAME=&quot;scheme_balance.tran_id&quot;) COLUMN(NAME=&quot;scheme_balance.scheme_code&quot;) COLUMN(NAME=&quot;scheme_balance.cust_code&quot;) COLUMN(NAME=&quot;scheme_balance.item_code&quot;) COLUMN(NAME=&quot;scheme_balance.eff_from&quot;) COLUMN(NAME=&quot;scheme_balance.valid_upto&quot;) COLUMN(NAME=&quot;scheme_balance.balance_free_qty&quot;) COLUMN(NAME=&quot;scheme_balance.used_free_qty&quot;) COLUMN(NAME=&quot;scheme_balance.scheme_type&quot;) COLUMN(NAME=&quot;scheme_balance.entry_source&quot;) COLUMN(NAME=&quot;scheme_balance.remarks&quot;) COLUMN(NAME=&quot;scheme_balance.chg_user&quot;) COLUMN(NAME=&quot;scheme_balance.chg_date&quot;) COLUMN(NAME=&quot;scheme_balance.chg_term&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;customer_a.cust_name&quot;) COLUMN(NAME=&quot;scheme_balance.balance_free_value&quot;) COLUMN(NAME=&quot;scheme_balance.used_free_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as gencodes_descr&quot;) COLUMN(NAME=&quot;scheme_balance.site_code&quot;) COLUMN(NAME=&quot;scheme_balance.cust_code__repl&quot;) COLUMN(NAME=&quot;scheme_balance.site_code__repl&quot;) COLUMN(NAME=&quot;scheme_balance.auto_repl_credit&quot;) COLUMN(NAME=&quot;customer_b.cust_name&quot;) JOIN (LEFT=&quot;scheme_balance.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; OUTER1 =&quot;scheme_balance.item_code&quot; ) JOIN (LEFT=&quot;scheme_balance.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer_a.cust_code&quot; ) JOIN (LEFT=&quot;scheme_balance.cust_code__repl&quot; OP =&quot;=&quot;RIGHT=&quot;customer_b.cust_code&quot; )WHERE( EXP1 =&quot;~&quot;SCHEME_BALANCE~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>SCHEME_BALANCE</update>
<updatewhere>1</updatewhere>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>tran_id</name>
......@@ -191,45 +230,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Tran Id:</text>
<text>Chg User:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>35</y>
<x>23</x>
<y>455</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_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>Detail</band>
<alignment>1</alignment>
<text>Scheme:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>58</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_code_t</name>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -246,20 +257,20 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<id>12</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>128</x>
<y>35</y>
<x>126</x>
<y>455</y>
<height>16</height>
<width>88</width>
<width>94</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
......@@ -282,31 +293,21 @@
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Chg Term:</text>
<border>0</border>
<color>33554432</color>
<x>128</x>
<y>58</y>
<x>437</x>
<y>455</y>
<height>16</height>
<width>88</width>
<format>[general]</format>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_code</name>
<name>chg_term_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -319,28 +320,30 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>223</x>
<y>81</y>
<height>15</height>
<width>124</width>
<x>541</x>
<y>455</y>
<height>16</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_name</name>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -359,17 +362,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Customer:</text>
<text>Valid Upto:</text>
<border>0</border>
<color>33554432</color>
<x>25</x>
<y>80</y>
<height>15</height>
<x>23</x>
<y>254</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code_t</name>
<name>valid_upto_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -386,24 +389,24 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<tabsequence>80</tabsequence>
<border>5</border>
<color>33554432</color>
<x>127</x>
<y>82</y>
<y>254</y>
<height>16</height>
<width>88</width>
<format>[general]</format>
<width>176</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code</name>
<name>valid_upto</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -425,17 +428,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User:</text>
<text> Free Qauntity:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>351</y>
<height>16</height>
<x>23</x>
<y>276</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<name>balance_free_qty_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -452,24 +455,25 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<id>7</id>
<alignment>1</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
<color>33554432</color>
<x>127</x>
<y>351</y>
<y>276</y>
<height>16</height>
<width>94</width>
<format>[general]</format>
<width>96</width>
<format>[Number]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<name>balance_free_qty</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>0</limit>
<case>any</case>
<format>#,##,##,##,###.0000</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -491,17 +495,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date:</text>
<text>Used Free Qty:</text>
<border>0</border>
<color>33554432</color>
<x>226</x>
<y>351</y>
<height>16</height>
<x>23</x>
<y>299</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<name>used_free_qty_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -518,24 +522,25 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<id>8</id>
<alignment>1</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>33554432</color>
<x>330</x>
<y>351</y>
<x>127</x>
<y>299</y>
<height>16</height>
<width>102</width>
<format>[shortdate] [time]</format>
<width>96</width>
<format>[Number]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<name>used_free_qty</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>#,##,##,##,###.0000</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -557,17 +562,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term:</text>
<text>Scheme Type:</text>
<border>0</border>
<color>33554432</color>
<x>438</x>
<y>351</y>
<x>23</x>
<y>321</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<name>scheme_type_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -584,27 +589,26 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>110</tabsequence>
<border>5</border>
<color>33554432</color>
<x>542</x>
<y>351</y>
<x>126</x>
<y>321</y>
<height>16</height>
<width>93</width>
<width>62</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<name>scheme_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -623,17 +627,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Item:</text>
<text>Free Value:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>104</y>
<y>343</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_code_t</name>
<name>balance_free_value_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -648,31 +652,21 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Used Free Value:</text>
<border>0</border>
<color>33554432</color>
<x>128</x>
<y>104</y>
<height>16</height>
<width>88</width>
<format>[general]</format>
<x>23</x>
<y>365</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_code</name>
<name>used_free_value_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -685,30 +679,22 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Entry Source:</text>
<border>0</border>
<color>33554432</color>
<x>223</x>
<y>104</y>
<height>15</height>
<width>123</width>
<format>[general]</format>
<x>24</x>
<y>387</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_descr</name>
<name>entry_source_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -721,58 +707,28 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Effective From:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>127</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_from_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>5</id>
<id>10</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>128</x>
<y>127</y>
<y>388</y>
<height>16</height>
<width>176</width>
<format>[shortdate] [time]</format>
<width>44</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_from</name>
<name>entry_source</name>
<visible>1</visible>
<EditStyle style="edit">
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -791,17 +747,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Valid Upto:</text>
<text>Remarks:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>150</y>
<x>22</x>
<y>410</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto_t</name>
<name>remarks_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -818,23 +774,23 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>128</x>
<y>150</y>
<x>129</x>
<y>33</y>
<height>16</height>
<width>176</width>
<format>[shortdate] [time]</format>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>valid_upto</name>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -857,17 +813,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text> Free Qauntity:</text>
<text>Tran Id:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>172</y>
<height>15</height>
<y>33</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>balance_free_qty_t</name>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -882,59 +838,20 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>1</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>33554432</color>
<x>128</x>
<y>172</y>
<height>16</height>
<width>96</width>
<format>[Number]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>balance_free_qty</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>#,##,##,##,###.0000</format>
<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>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Used Free Qty:</text>
<text>Site :</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>195</y>
<x>22</x>
<y>58</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>used_free_qty_t</name>
<name>site_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -951,28 +868,25 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>1</alignment>
<tabsequence>80</tabsequence>
<id>20</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>128</x>
<y>195</y>
<height>16</height>
<width>96</width>
<format>[Number]</format>
<y>58</y>
<height>15</height>
<width>232</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>used_free_qty</name>
<name>site_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>#,##,##,##,###.0000</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -991,17 +905,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Scheme Type:</text>
<text>Chg Date:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>217</y>
<x>225</x>
<y>455</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_type_t</name>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -1018,26 +932,27 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>127</x>
<y>217</y>
<x>329</x>
<y>455</y>
<height>16</height>
<width>62</width>
<format>[general]</format>
<width>102</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>scheme_type</name>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1057,11 +972,11 @@
<band>Detail</band>
<id>17</id>
<alignment>1</alignment>
<tabsequence>110</tabsequence>
<tabsequence>120</tabsequence>
<border>5</border>
<color>33554432</color>
<x>128</x>
<y>240</y>
<x>127</x>
<y>344</y>
<height>15</height>
<width>134</width>
<format>[Number]</format>
......@@ -1090,21 +1005,30 @@
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>1</alignment>
<text>Free Value:</text>
<border>0</border>
<tabsequence>130</tabsequence>
<border>5</border>
<color>33554432</color>
<x>25</x>
<y>239</y>
<x>128</x>
<y>365</y>
<height>15</height>
<width>99</width>
<width>135</width>
<format>[Number]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>balance_free_value_t</name>
<name>used_free_value</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>#,##,##,##,###.0000</format>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -1117,22 +1041,32 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Used Free Value:</text>
<border>0</border>
<id>11</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
<color>33554432</color>
<x>24</x>
<y>261</y>
<height>15</height>
<width>99</width>
<x>127</x>
<y>411</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>used_free_value_t</name>
<name>remarks</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -1145,28 +1079,27 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>1</alignment>
<tabsequence>120</tabsequence>
<id>19</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>129</x>
<y>261</y>
<x>200</x>
<y>321</y>
<height>15</height>
<width>135</width>
<format>[Number]</format>
<width>151</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>used_free_value</name>
<name>gencodes_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>#,##,##,##,###.0000</format>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
......@@ -1186,17 +1119,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Entry Source:</text>
<text>Scheme:</text>
<border>0</border>
<color>33554432</color>
<x>25</x>
<y>283</y>
<height>16</height>
<x>24</x>
<y>82</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>entry_source_t</name>
<name>scheme_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -1213,25 +1146,27 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>129</x>
<y>284</y>
<x>128</x>
<y>82</y>
<height>16</height>
<width>44</width>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>entry_source</name>
<name>scheme_code</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1247,21 +1182,29 @@
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Remarks:</text>
<border>0</border>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>23</x>
<y>306</y>
<height>16</height>
<width>99</width>
<x>223</x>
<y>133</y>
<height>15</height>
<width>124</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks_t</name>
<name>cust_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
......@@ -1274,26 +1217,128 @@
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>4</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<tabsequence>60</tabsequence>
<border>5</border>
<color>33554432</color>
<x>128</x>
<y>307</y>
<x>127</x>
<y>208</y>
<height>16</height>
<width>105</width>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks</name>
<name>item_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<limit>10</limit>
<case>upper</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>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>222</x>
<y>208</y>
<height>15</height>
<width>123</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Effective From:</text>
<border>0</border>
<color>33554432</color>
<x>23</x>
<y>231</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_from_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>5</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>33554432</color>
<x>127</x>
<y>231</y>
<height>16</height>
<width>176</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_from</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -1313,22 +1358,308 @@
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Item:</text>
<border>0</border>
<color>33554432</color>
<x>23</x>
<y>208</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_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>Detail</band>
<alignment>1</alignment>
<text>Customer:</text>
<border>0</border>
<color>33554432</color>
<x>25</x>
<y>131</y>
<height>15</height>
<width>99</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>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<id>3</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>127</x>
<y>133</y>
<height>16</height>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</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>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Auto Replanish Credit :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>106</y>
<height>15</height>
<width>141</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>auto_repl_credit_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>23</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>163</x>
<y>106</y>
<height>15</height>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>auto_repl_credit</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Replanish Customer :</text>
<border>0</border>
<color>33554432</color>
<x>0</x>
<y>156</y>
<height>15</height>
<width>125</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code__repl_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>Detail</band>
<alignment>1</alignment>
<text>Replanish Site :</text>
<border>0</border>
<color>33554432</color>
<x>26</x>
<y>182</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code__repl_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>22</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>33554432</color>
<x>130</x>
<y>182</y>
<height>15</height>
<width>258</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code__repl</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>129</x>
<y>156</y>
<height>15</height>
<width>113</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_code__repl</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>24</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>201</x>
<y>217</y>
<x>248</x>
<y>156</y>
<height>15</height>
<width>151</width>
<width>207</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>gencodes_descr</name>
<name>cust_repl_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......
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