Commit 317a8225 authored by tmahadi's avatar tmahadi

Metadata updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104178 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7c6148a4
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
<dbname>cust_stock.stmt_date</dbname> <dbname>cust_stock.stmt_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="50">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>cust_name</name> <name>cust_name</name>
<dbname>customer.cust_name</dbname> <dbname>customer.cust_name</dbname>
...@@ -227,7 +227,19 @@ ...@@ -227,7 +227,19 @@
<name>chg_term</name> <name>chg_term</name>
<dbname>cust_stock.chg_term</dbname> <dbname>cust_stock.chg_term</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;station&quot; ) COLUMN(NAME=&quot;cust_stock.tran_id&quot;) COLUMN(NAME=&quot;cust_stock.tran_date&quot;) COLUMN(NAME=&quot;cust_stock.cust_code&quot;) COLUMN(NAME=&quot;cust_stock.site_code&quot;) COLUMN(NAME=&quot;cust_stock.tran_id__last&quot;) COLUMN(NAME=&quot;cust_stock.item_ser&quot;) COLUMN(NAME=&quot;cust_stock.stmt_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;customer.stan_code&quot;) COLUMN(NAME=&quot;cust_stock.order_type&quot;) COLUMN(NAME=&quot;station.descr&quot;) COLUMN(NAME=&quot;cust_stock.from_date&quot;) COLUMN(NAME=&quot;cust_stock.to_date&quot;) COLUMN(NAME=&quot;cust_stock.prd_code&quot;) COLUMN(NAME=&quot;cust_stock.confirmed&quot;) COLUMN(NAME=&quot;cust_stock.conf_date&quot;) COLUMN(NAME=&quot;cust_stock.pos_code&quot;) COLUMN(NAME=&quot;cust_stock.emp_code&quot;) COLUMN(NAME=&quot;cust_stock.status&quot;) COMPUTE(NAME=&quot;(CASE WHEN cust_stock.status is null THEN &apos;Open&apos; WHEN cust_stock.status=&apos;O&apos; THEN &apos;Open&apos; WHEN cust_stock.status=&apos;S&apos; THEN &apos;Submit&apos; ELSE &apos;Open&apos; end) as status_dis&quot;) COMPUTE(NAME=&quot;FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr&quot;) COLUMN(NAME=&quot;cust_stock.add_date&quot;) COLUMN(NAME=&quot;cust_stock.add_user&quot;) COLUMN(NAME=&quot;cust_stock.add_term&quot;) COLUMN(NAME=&quot;cust_stock.chg_date&quot;) COLUMN(NAME=&quot;cust_stock.chg_user&quot;) COLUMN(NAME=&quot;cust_stock.chg_term&quot;) JOIN (LEFT=&quot;cust_stock.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;customer.stan_code&quot; OP =&quot;=&quot;RIGHT=&quot;station.stan_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK.TRAN_DATE&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;CUST_STOCK.TRAN_DATE&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> <table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>isattachment</name>
<dbname>isattachment</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>remarks</name>
<dbname>cust_stock.remarks</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;station&quot; ) COLUMN(NAME=&quot;cust_stock.tran_id&quot;) COLUMN(NAME=&quot;cust_stock.tran_date&quot;) COLUMN(NAME=&quot;cust_stock.cust_code&quot;) COLUMN(NAME=&quot;cust_stock.site_code&quot;) COLUMN(NAME=&quot;cust_stock.tran_id__last&quot;) COLUMN(NAME=&quot;cust_stock.item_ser&quot;) COLUMN(NAME=&quot;cust_stock.stmt_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;customer.stan_code&quot;) COLUMN(NAME=&quot;cust_stock.order_type&quot;) COLUMN(NAME=&quot;station.descr&quot;) COLUMN(NAME=&quot;cust_stock.from_date&quot;) COLUMN(NAME=&quot;cust_stock.to_date&quot;) COLUMN(NAME=&quot;cust_stock.prd_code&quot;) COLUMN(NAME=&quot;cust_stock.confirmed&quot;) COLUMN(NAME=&quot;cust_stock.conf_date&quot;) COLUMN(NAME=&quot;cust_stock.pos_code&quot;) COLUMN(NAME=&quot;cust_stock.emp_code&quot;) COLUMN(NAME=&quot;cust_stock.status&quot;) COMPUTE(NAME=&quot;(CASE WHEN cust_stock.status is null THEN &apos;Open&apos; WHEN cust_stock.status=&apos;O&apos; THEN &apos;Open&apos; WHEN cust_stock.status=&apos;S&apos; THEN &apos;Submit&apos; ELSE &apos;Open&apos; end) as status_dis&quot;) COMPUTE(NAME=&quot;FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr&quot;) COLUMN(NAME=&quot;cust_stock.add_date&quot;) COLUMN(NAME=&quot;cust_stock.add_user&quot;) COLUMN(NAME=&quot;cust_stock.add_term&quot;) COLUMN(NAME=&quot;cust_stock.chg_date&quot;) COLUMN(NAME=&quot;cust_stock.chg_user&quot;) COLUMN(NAME=&quot;cust_stock.chg_term&quot;) COMPUTE(NAME=&quot;FN_ISATTACHMENT(cust_stock.tran_id,&apos;T-CST&apos;) as isattachment&quot;) COLUMN(NAME=&quot;cust_stock.remarks&quot;) JOIN (LEFT=&quot;cust_stock.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;customer.stan_code&quot; OP =&quot;=&quot;RIGHT=&quot;station.stan_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK.TRAN_DATE&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;CUST_STOCK.TRAN_DATE&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>CUST_STOCK</update> <update>CUST_STOCK</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -246,7 +258,7 @@ ...@@ -246,7 +258,7 @@
<text>Cust Stock Status</text> <text>Cust Stock Status</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2696</x> <x>2800</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>146</width> <width>146</width>
...@@ -529,7 +541,7 @@ ...@@ -529,7 +541,7 @@
<x>1020</x> <x>1020</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>121</width> <width>120</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -554,10 +566,10 @@ ...@@ -554,10 +566,10 @@
<text>Transaction Date</text> <text>Transaction Date</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1143</x> <x>1142</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>104</width> <width>103</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -576,41 +588,13 @@ ...@@ -576,41 +588,13 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Site Code</text>
<border>0</border>
<color>0</color>
<x>1249</x>
<y>2</y>
<height>16</height>
<width>70</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Emp Code</text> <text>Emp Code</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1684</x> <x>1610</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -638,7 +622,7 @@ ...@@ -638,7 +622,7 @@
<text> Position Code</text> <text> Position Code</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1321</x> <x>1247</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>146</width> <width>146</width>
...@@ -666,7 +650,7 @@ ...@@ -666,7 +650,7 @@
<text>Position Descr</text> <text>Position Descr</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1469</x> <x>1395</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>213</width> <width>213</width>
...@@ -694,7 +678,7 @@ ...@@ -694,7 +678,7 @@
<text>Transaction Id</text> <text>Transaction Id</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1774</x> <x>1700</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>128</width> <width>128</width>
...@@ -722,7 +706,7 @@ ...@@ -722,7 +706,7 @@
<text>Tran Id Last</text> <text>Tran Id Last</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1904</x> <x>1830</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
...@@ -750,10 +734,10 @@ ...@@ -750,10 +734,10 @@
<text> Add Date</text> <text> Add Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2029</x> <x>1955</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>105</width> <width>104</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -778,7 +762,7 @@ ...@@ -778,7 +762,7 @@
<text> Add User</text> <text> Add User</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2136</x> <x>2061</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>93</width> <width>93</width>
...@@ -806,7 +790,7 @@ ...@@ -806,7 +790,7 @@
<text>Add Term</text> <text>Add Term</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2231</x> <x>2156</x>
<y>2</y> <y>2</y>
<height>17</height> <height>17</height>
<width>108</width> <width>108</width>
...@@ -834,10 +818,10 @@ ...@@ -834,10 +818,10 @@
<text>Change Date</text> <text>Change Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2341</x> <x>2266</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>112</width> <width>111</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -862,7 +846,7 @@ ...@@ -862,7 +846,7 @@
<text>Change User</text> <text>Change User</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2455</x> <x>2379</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>99</width> <width>99</width>
...@@ -890,7 +874,7 @@ ...@@ -890,7 +874,7 @@
<text>Change Term</text> <text>Change Term</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2556</x> <x>2480</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>138</width> <width>138</width>
...@@ -918,7 +902,7 @@ ...@@ -918,7 +902,7 @@
<text>Confirmed</text> <text>Confirmed</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2844</x> <x>2948</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -946,10 +930,10 @@ ...@@ -946,10 +930,10 @@
<text>Conf Date</text> <text>Conf Date</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2934</x> <x>3038</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>133</width> <width>132</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -974,7 +958,7 @@ ...@@ -974,7 +958,7 @@
<text>Station Code</text> <text>Station Code</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3069</x> <x>3172</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>118</width> <width>118</width>
...@@ -996,14 +980,70 @@ ...@@ -996,14 +980,70 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Site Code</text>
<border>0</border>
<color>0</color>
<x>2728</x>
<y>2</y>
<height>16</height>
<width>70</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Attachment</text>
<border>0</border>
<color>0</color>
<x>2620</x>
<y>1</y>
<height>16</height>
<width>106</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>isattachment_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>160</tabsequence> <tabsequence>150</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1774</x> <x>1700</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>128</width> <width>128</width>
...@@ -1041,7 +1081,7 @@ ...@@ -1041,7 +1081,7 @@
<tabsequence>110</tabsequence> <tabsequence>110</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1144</x> <x>1142</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>103</width> <width>103</width>
...@@ -1107,52 +1147,14 @@ ...@@ -1107,52 +1147,14 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<border>0</border>
<color>0</color>
<x>1249</x>
<y>2</y>
<height>16</height>
<width>70</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>170</tabsequence> <tabsequence>160</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1904</x> <x>1830</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
...@@ -1228,7 +1230,7 @@ ...@@ -1228,7 +1230,7 @@
<tabsequence>100</tabsequence> <tabsequence>100</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1021</x> <x>1020</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>120</width> <width>120</width>
...@@ -1297,10 +1299,10 @@ ...@@ -1297,10 +1299,10 @@
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>270</tabsequence> <tabsequence>280</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>3069</x> <x>3172</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>118</width> <width>118</width>
...@@ -1515,10 +1517,10 @@ ...@@ -1515,10 +1517,10 @@
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>250</tabsequence> <tabsequence>260</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2844</x> <x>2948</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1551,13 +1553,13 @@ ...@@ -1551,13 +1553,13 @@
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>260</tabsequence> <tabsequence>270</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2934</x> <x>3038</x>
<y>0</y> <y>0</y>
<height>16</height> <height>16</height>
<width>133</width> <width>132</width>
<format>dd/mm/yy</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1586,10 +1588,10 @@ ...@@ -1586,10 +1588,10 @@
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>130</tabsequence> <tabsequence>120</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1321</x> <x>1247</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>146</width> <width>146</width>
...@@ -1622,10 +1624,10 @@ ...@@ -1622,10 +1624,10 @@
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>150</tabsequence> <tabsequence>140</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1684</x> <x>1610</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1658,10 +1660,10 @@ ...@@ -1658,10 +1660,10 @@
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>240</tabsequence> <tabsequence>250</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2696</x> <x>2800</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>146</width> <width>146</width>
...@@ -1730,10 +1732,10 @@ ...@@ -1730,10 +1732,10 @@
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>140</tabsequence> <tabsequence>130</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1469</x> <x>1395</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>213</width> <width>213</width>
...@@ -1766,10 +1768,10 @@ ...@@ -1766,10 +1768,10 @@
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>180</tabsequence> <tabsequence>170</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2030</x> <x>1955</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>104</width> <width>104</width>
...@@ -1801,10 +1803,10 @@ ...@@ -1801,10 +1803,10 @@
<band>Detail</band> <band>Detail</band>
<id>23</id> <id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>180</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2136</x> <x>2061</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>93</width> <width>93</width>
...@@ -1837,10 +1839,10 @@ ...@@ -1837,10 +1839,10 @@
<band>Detail</band> <band>Detail</band>
<id>24</id> <id>24</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>190</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2231</x> <x>2156</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>108</width> <width>108</width>
...@@ -1873,10 +1875,10 @@ ...@@ -1873,10 +1875,10 @@
<band>Detail</band> <band>Detail</band>
<id>25</id> <id>25</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>210</tabsequence> <tabsequence>200</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2342</x> <x>2266</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>111</width> <width>111</width>
...@@ -1908,10 +1910,10 @@ ...@@ -1908,10 +1910,10 @@
<band>Detail</band> <band>Detail</band>
<id>26</id> <id>26</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>220</tabsequence> <tabsequence>210</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2455</x> <x>2379</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>99</width> <width>99</width>
...@@ -1944,10 +1946,10 @@ ...@@ -1944,10 +1946,10 @@
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>27</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>230</tabsequence> <tabsequence>220</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2556</x> <x>2480</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>138</width> <width>138</width>
...@@ -1976,6 +1978,137 @@ ...@@ -1976,6 +1978,137 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>240</tabsequence>
<border>0</border>
<color>0</color>
<x>2728</x>
<y>2</y>
<height>16</height>
<width>70</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>28</id>
<alignment>0</alignment>
<tabsequence>230</tabsequence>
<border>0</border>
<color>0</color>
<x>2620</x>
<y>1</y>
<height>16</height>
<width>106</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>isattachment</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>29</id>
<alignment>0</alignment>
<tabsequence>290</tabsequence>
<border>0</border>
<color>0</color>
<x>3293</x>
<y>1</y>
<height>16</height>
<width>198</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Cust Stock Remarks</text>
<border>0</border>
<color>0</color>
<x>3292</x>
<y>1</y>
<height>16</height>
<width>199</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>470</height> <height>546</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<dbname>cust_stock.to_date</dbname> <dbname>cust_stock.to_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="50">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>cust_name</name> <name>cust_name</name>
<dbname>customer.cust_name</dbname> <dbname>customer.cust_name</dbname>
...@@ -263,8 +263,14 @@ ...@@ -263,8 +263,14 @@
<name>pos_code</name> <name>pos_code</name>
<dbname>cust_stock.pos_code</dbname> <dbname>cust_stock.pos_code</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;itemser&quot; ) TABLE(NAME=&quot;sordertype&quot; ) TABLE(NAME=&quot;site&quot; ) COLUMN(NAME=&quot;cust_stock.tran_id&quot;) COLUMN(NAME=&quot;cust_stock.tran_date&quot;) COLUMN(NAME=&quot;cust_stock.cust_code&quot;) COLUMN(NAME=&quot;cust_stock.site_code&quot;) COLUMN(NAME=&quot;cust_stock.from_date&quot;) COLUMN(NAME=&quot;cust_stock.to_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;cust_stock.item_ser&quot;) COLUMN(NAME=&quot;cust_stock.tran_id__last&quot;) COLUMN(NAME=&quot;cust_stock.order_type&quot;) COLUMN(NAME=&quot;cust_stock.stmt_date&quot;) COLUMN(NAME=&quot;itemser.descr&quot;) COLUMN(NAME=&quot;sordertype.descr&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;cust_stock.chg_user&quot;) COLUMN(NAME=&quot;cust_stock.chg_term&quot;) COLUMN(NAME=&quot;cust_stock.chg_date&quot;) COLUMN(NAME=&quot;cust_stock.status&quot;) COLUMN(NAME=&quot;cust_stock.missing_inserted&quot;) COLUMN(NAME=&quot;customer.cust_type&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cust_type__descr&quot;) COLUMN(NAME=&quot;cust_stock.confirmed&quot;) COLUMN(NAME=&quot;cust_stock.prd_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as pophelp_frmdt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as pophelp_todt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as sale_per&quot;) COMPUTE(NAME=&quot;&apos;&apos; as edit_status&quot;) COMPUTE(NAME=&quot;&apos;&apos; as country_code&quot;) COLUMN(NAME=&quot;cust_stock.emp_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_name&quot;) COMPUTE(NAME=&quot;FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr&quot;) COLUMN(NAME=&quot;cust_stock.pos_code&quot;) JOIN (LEFT=&quot;cust_stock.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;cust_stock.item_ser&quot; OP =&quot;=&quot;RIGHT=&quot;itemser.item_ser&quot; ) JOIN (LEFT=&quot;cust_stock.order_type&quot; OP =&quot;=&quot;RIGHT=&quot;sordertype.order_type&quot; ) JOIN (LEFT=&quot;cust_stock.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve> <table_column>
<update>cust_stock</update> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>station.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;itemser&quot; ) TABLE(NAME=&quot;sordertype&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;station&quot; ) COLUMN(NAME=&quot;cust_stock.tran_id&quot;) COLUMN(NAME=&quot;cust_stock.tran_date&quot;) COLUMN(NAME=&quot;cust_stock.cust_code&quot;) COLUMN(NAME=&quot;cust_stock.site_code&quot;) COLUMN(NAME=&quot;cust_stock.from_date&quot;) COLUMN(NAME=&quot;cust_stock.to_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;cust_stock.item_ser&quot;) COLUMN(NAME=&quot;cust_stock.tran_id__last&quot;) COLUMN(NAME=&quot;cust_stock.order_type&quot;) COLUMN(NAME=&quot;cust_stock.stmt_date&quot;) COLUMN(NAME=&quot;itemser.descr&quot;) COLUMN(NAME=&quot;sordertype.descr&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;cust_stock.chg_user&quot;) COLUMN(NAME=&quot;cust_stock.chg_term&quot;) COLUMN(NAME=&quot;cust_stock.chg_date&quot;) COLUMN(NAME=&quot;cust_stock.status&quot;) COLUMN(NAME=&quot;cust_stock.missing_inserted&quot;) COLUMN(NAME=&quot;customer.cust_type&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cust_type__descr&quot;) COLUMN(NAME=&quot;cust_stock.confirmed&quot;) COLUMN(NAME=&quot;cust_stock.prd_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as pophelp_frmdt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as pophelp_todt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as sale_per&quot;) COMPUTE(NAME=&quot;&apos;&apos; as edit_status&quot;) COMPUTE(NAME=&quot;&apos;&apos; as country_code&quot;) COLUMN(NAME=&quot;cust_stock.emp_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_name&quot;) COMPUTE(NAME=&quot;FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr&quot;) COLUMN(NAME=&quot;cust_stock.pos_code&quot;) COLUMN(NAME=&quot;station.descr&quot;) JOIN (LEFT=&quot;cust_stock.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;cust_stock.item_ser&quot; OP =&quot;=&quot;RIGHT=&quot;itemser.item_ser&quot; ) JOIN (LEFT=&quot;cust_stock.order_type&quot; OP =&quot;=&quot;RIGHT=&quot;sordertype.order_type&quot; ) JOIN (LEFT=&quot;cust_stock.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; ) JOIN (LEFT=&quot;station.stan_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.stan_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>CUST_STOCK</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -923,30 +929,21 @@ ...@@ -923,30 +929,21 @@
<color>553648127</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Period Code :</text>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>255</color> <color>33554432</color>
<x>107</x> <x>9</x>
<y>355</y> <y>266</y>
<height>15</height> <height>15</height>
<width>86</width> <width>97</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status</name> <name>prd_code_t</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>upper</case>
<useasborder>yes</useasborder>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -959,24 +956,24 @@ ...@@ -959,24 +956,24 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>255</color> <color>255</color>
<x>124</x> <x>111</x>
<y>383</y> <y>265</y>
<height>15</height> <height>15</height>
<width>86</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>prd_code</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -993,30 +990,32 @@ ...@@ -993,30 +990,32 @@
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>553648127</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>20</tabsequence>
<border>0</border> <border>5</border>
<color>255</color> <color>0</color>
<x>239</x> <x>110</x>
<y>379</y> <y>150</y>
<height>15</height> <height>16</height>
<width>86</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>cust_code</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1028,31 +1027,33 @@ ...@@ -1028,31 +1027,33 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>24</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>255</color> <color>255</color>
<x>341</x> <x>182</x>
<y>379</y> <y>150</y>
<height>15</height> <height>16</height>
<width>48</width> <width>270</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pophelp_frmdt</name> <name>cust_name</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>50</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1068,29 +1069,21 @@ ...@@ -1068,29 +1069,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Transaction Id:</text>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>255</color> <color>33554432</color>
<x>32</x> <x>18</x>
<y>407</y> <y>20</y>
<height>15</height> <height>15</height>
<width>86</width> <width>88</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>tran_id_t</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1103,29 +1096,30 @@ ...@@ -1103,29 +1096,30 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>255</color> <color>255</color>
<x>127</x> <x>110</x>
<y>405</y> <y>20</y>
<height>15</height> <height>16</height>
<width>86</width> <width>106</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>missing_inserted</name> <name>tran_id</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<useasborder>yes</useasborder> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1141,29 +1135,21 @@ ...@@ -1141,29 +1135,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Tran Id :</text>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>255</color> <color>33554432</color>
<x>242</x> <x>17</x>
<y>406</y> <y>43</y>
<height>15</height> <height>15</height>
<width>70</width> <width>89</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed</name> <name>tran_id__last_t</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1176,23 +1162,23 @@ ...@@ -1176,23 +1162,23 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>25</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>255</color> <color>255</color>
<x>340</x> <x>110</x>
<y>406</y> <y>45</y>
<height>15</height> <height>15</height>
<width>48</width> <width>106</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pophelp_todt</name> <name>tran_id__last</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1216,18 +1202,18 @@ ...@@ -1216,18 +1202,18 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Period Code :</text> <text>Tran Date:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>9</x> <x>37</x>
<y>266</y> <y>66</y>
<height>15</height> <height>15</height>
<width>97</width> <width>69</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prd_code_t</name> <name>tran_date_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1243,25 +1229,27 @@ ...@@ -1243,25 +1229,27 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>26</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>407</x> <x>110</x>
<y>376</y> <y>66</y>
<height>15</height> <height>16</height>
<width>48</width> <width>66</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sale_per</name> <name>tran_date</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1277,29 +1265,21 @@ ...@@ -1277,29 +1265,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Position Code :</text>
<border>5</border> <border>0</border>
<color>255</color> <color>33554432</color>
<x>111</x> <x>18</x>
<y>265</y> <y>97</y>
<height>15</height> <height>15</height>
<width>79</width> <width>88</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prd_code</name> <name>pos_code_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1310,26 +1290,26 @@ ...@@ -1310,26 +1290,26 @@
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>553648127</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>31</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>405</x> <x>195</x>
<y>409</y> <y>97</y>
<height>15</height> <height>15</height>
<width>48</width> <width>363</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>edit_status</name> <name>position_descr</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -1346,26 +1326,54 @@ ...@@ -1346,26 +1326,54 @@
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>553648127</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>28</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Employee:</text>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>255</color> <color>33554432</color>
<x>139</x> <x>37</x>
<y>444</y> <y>122</y>
<height>15</height> <height>15</height>
<width>48</width> <width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_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>30</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>182</x>
<y>122</y>
<height>15</height>
<width>270</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>country_code</name> <name>emp_name</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -1387,27 +1395,61 @@ ...@@ -1387,27 +1395,61 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>29</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>110</x> <x>110</x>
<y>150</y> <y>122</y>
<height>16</height> <height>15</height>
<width>66</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cust_code</name> <name>emp_code</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>553648127</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>32</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>110</x>
<y>97</y>
<height>15</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pos_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1425,27 +1467,25 @@ ...@@ -1425,27 +1467,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>26</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>182</x> <x>407</x>
<y>150</y> <y>450</y>
<height>16</height> <height>15</height>
<width>270</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cust_name</name> <name>sale_per</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>50</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1461,21 +1501,29 @@ ...@@ -1461,21 +1501,29 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>15</id>
<text>Transaction Id:</text> <alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>255</color>
<x>18</x> <x>124</x>
<y>20</y> <y>453</y>
<height>15</height> <height>15</height>
<width>88</width> <width>86</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id_t</name> <name>chg_user</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1488,30 +1536,28 @@ ...@@ -1488,30 +1536,28 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>255</color> <color>255</color>
<x>110</x> <x>239</x>
<y>20</y> <y>449</y>
<height>16</height> <height>15</height>
<width>106</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>chg_term</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1527,21 +1573,29 @@ ...@@ -1527,21 +1573,29 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>24</id>
<text>Tran Id :</text> <alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>255</color>
<x>17</x> <x>341</x>
<y>43</y> <y>449</y>
<height>15</height> <height>15</height>
<width>89</width> <width>48</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id__last_t</name> <name>pophelp_frmdt</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1554,23 +1608,23 @@ ...@@ -1554,23 +1608,23 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>255</color> <color>255</color>
<x>110</x> <x>32</x>
<y>45</y> <y>477</y>
<height>15</height> <height>15</height>
<width>106</width> <width>86</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id__last</name> <name>chg_date</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1591,21 +1645,30 @@ ...@@ -1591,21 +1645,30 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>19</id>
<text>Tran Date:</text> <alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>255</color>
<x>37</x> <x>127</x>
<y>66</y> <y>475</y>
<height>15</height> <height>15</height>
<width>69</width> <width>86</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date_t</name> <name>missing_inserted</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<useasborder>yes</useasborder>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1618,30 +1681,28 @@ ...@@ -1618,30 +1681,28 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>255</color> <color>255</color>
<x>110</x> <x>242</x>
<y>66</y> <y>476</y>
<height>16</height> <height>15</height>
<width>66</width> <width>70</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date</name> <name>confirmed</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1657,21 +1718,29 @@ ...@@ -1657,21 +1718,29 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>25</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Position Code :</text> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>255</color>
<x>18</x> <x>340</x>
<y>97</y> <y>476</y>
<height>15</height> <height>15</height>
<width>88</width> <width>48</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pos_code_t</name> <name>pophelp_todt</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1684,24 +1753,24 @@ ...@@ -1684,24 +1753,24 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>31</id> <id>27</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>195</x> <x>405</x>
<y>97</y> <y>479</y>
<height>15</height> <height>15</height>
<width>363</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>position_descr</name> <name>edit_status</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -1718,24 +1787,32 @@ ...@@ -1718,24 +1787,32 @@
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>553648127</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>28</id>
<text>Employee:</text> <alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>255</color>
<x>37</x> <x>139</x>
<y>122</y> <y>514</y>
<height>15</height> <height>15</height>
<width>69</width> <width>48</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>country_code</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1748,28 +1825,29 @@ ...@@ -1748,28 +1825,29 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>30</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>255</color> <color>255</color>
<x>182</x> <x>107</x>
<y>122</y> <y>355</y>
<height>15</height> <height>15</height>
<width>270</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_name</name> <name>status</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>0</limit> <limit>0</limit>
<case>any</case> <allowedit>no</allowedit>
<autoselect>yes</autoselect> <case>upper</case>
<useasborder>yes</useasborder>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1785,29 +1863,21 @@ ...@@ -1785,29 +1863,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>29</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Station :</text>
<border>5</border> <border>0</border>
<color>255</color> <color>33554432</color>
<x>110</x> <x>58</x>
<y>122</y> <y>375</y>
<height>15</height> <height>16</height>
<width>66</width> <width>49</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>station_descr_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1820,27 +1890,27 @@ ...@@ -1820,27 +1890,27 @@
<mode>1</mode> <mode>1</mode>
<color>553648127</color> <color>553648127</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>32</id> <id>33</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>255</color>
<x>110</x> <x>107</x>
<y>97</y> <y>375</y>
<height>15</height> <height>16</height>
<width>79</width> <width>240</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pos_code</name> <name>descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>upper</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -1853,8 +1923,8 @@ ...@@ -1853,8 +1923,8 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>553648127</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
<dbname>cust_stock.stmt_date</dbname> <dbname>cust_stock.stmt_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="50">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>cust_name</name> <name>cust_name</name>
<dbname>customer.cust_name</dbname> <dbname>customer.cust_name</dbname>
...@@ -191,8 +191,14 @@ ...@@ -191,8 +191,14 @@
<name>position_descr</name> <name>position_descr</name>
<dbname>position_descr</dbname> <dbname>position_descr</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;station&quot; ) COLUMN(NAME=&quot;cust_stock.tran_id&quot;) COLUMN(NAME=&quot;cust_stock.tran_date&quot;) COLUMN(NAME=&quot;cust_stock.cust_code&quot;) COLUMN(NAME=&quot;cust_stock.site_code&quot;) COLUMN(NAME=&quot;cust_stock.tran_id__last&quot;) COLUMN(NAME=&quot;cust_stock.item_ser&quot;) COLUMN(NAME=&quot;cust_stock.stmt_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;customer.stan_code&quot;) COLUMN(NAME=&quot;cust_stock.order_type&quot;) COLUMN(NAME=&quot;station.descr&quot;) COLUMN(NAME=&quot;cust_stock.from_date&quot;) COLUMN(NAME=&quot;cust_stock.to_date&quot;) COLUMN(NAME=&quot;cust_stock.prd_code&quot;) COLUMN(NAME=&quot;cust_stock.confirmed&quot;) COLUMN(NAME=&quot;cust_stock.conf_date&quot;) COLUMN(NAME=&quot;cust_stock.pos_code&quot;) COLUMN(NAME=&quot;cust_stock.emp_code&quot;) COLUMN(NAME=&quot;cust_stock.status&quot;) COMPUTE(NAME=&quot;(CASE WHEN cust_stock.status is null THEN &apos;Open&apos; WHEN cust_stock.status=&apos;O&apos; THEN &apos;Open&apos; WHEN cust_stock.status=&apos;S&apos; THEN &apos;Submit&apos; ELSE &apos;Open&apos; end) as status_dis&quot;) COMPUTE(NAME=&quot;FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr&quot;) JOIN (LEFT=&quot;cust_stock.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;customer.stan_code&quot; OP =&quot;=&quot;RIGHT=&quot;station.stan_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK.TRAN_DATE&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;CUST_STOCK.TRAN_DATE&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> <table_column>
<update>cust_stock</update> <type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>isattachment</name>
<dbname>isattachment</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;station&quot; ) COLUMN(NAME=&quot;cust_stock.tran_id&quot;) COLUMN(NAME=&quot;cust_stock.tran_date&quot;) COLUMN(NAME=&quot;cust_stock.cust_code&quot;) COLUMN(NAME=&quot;cust_stock.site_code&quot;) COLUMN(NAME=&quot;cust_stock.tran_id__last&quot;) COLUMN(NAME=&quot;cust_stock.item_ser&quot;) COLUMN(NAME=&quot;cust_stock.stmt_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;customer.stan_code&quot;) COLUMN(NAME=&quot;cust_stock.order_type&quot;) COLUMN(NAME=&quot;station.descr&quot;) COLUMN(NAME=&quot;cust_stock.from_date&quot;) COLUMN(NAME=&quot;cust_stock.to_date&quot;) COLUMN(NAME=&quot;cust_stock.prd_code&quot;) COLUMN(NAME=&quot;cust_stock.confirmed&quot;) COLUMN(NAME=&quot;cust_stock.conf_date&quot;) COLUMN(NAME=&quot;cust_stock.pos_code&quot;) COLUMN(NAME=&quot;cust_stock.emp_code&quot;) COLUMN(NAME=&quot;cust_stock.status&quot;) COMPUTE(NAME=&quot;(CASE WHEN cust_stock.status is null THEN &apos;Open&apos; WHEN cust_stock.status=&apos;O&apos; THEN &apos;Open&apos; WHEN cust_stock.status=&apos;S&apos; THEN &apos;Submit&apos; ELSE &apos;Open&apos; end) as status_dis&quot;) COMPUTE(NAME=&quot;FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr&quot;) COMPUTE(NAME=&quot;FN_ISATTACHMENT(cust_stock.tran_id,&apos;T-CST&apos;) as isattachment&quot;) JOIN (LEFT=&quot;cust_stock.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;customer.stan_code&quot; OP =&quot;=&quot;RIGHT=&quot;station.stan_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK.TRAN_DATE&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;CUST_STOCK.TRAN_DATE&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>CUST_STOCK</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -210,7 +216,7 @@ ...@@ -210,7 +216,7 @@
<text>Cust Stock Status</text> <text>Cust Stock Status</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2029</x> <x>2135</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>146</width> <width>146</width>
...@@ -714,7 +720,7 @@ ...@@ -714,7 +720,7 @@
<text>Confirmed</text> <text>Confirmed</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2177</x> <x>2283</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -742,7 +748,7 @@ ...@@ -742,7 +748,7 @@
<text>Conf Date</text> <text>Conf Date</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2267</x> <x>2373</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>133</width> <width>133</width>
...@@ -770,7 +776,7 @@ ...@@ -770,7 +776,7 @@
<text>Station Code</text> <text>Station Code</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2402</x> <x>2508</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>118</width> <width>118</width>
...@@ -792,6 +798,34 @@ ...@@ -792,6 +798,34 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Attachment</text>
<border>0</border>
<color>33554432</color>
<x>2029</x>
<y>1</y>
<height>19</height>
<width>104</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>isattachment_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -1093,10 +1127,10 @@ ...@@ -1093,10 +1127,10 @@
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>210</tabsequence> <tabsequence>220</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2402</x> <x>2508</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>118</width> <width>118</width>
...@@ -1311,10 +1345,10 @@ ...@@ -1311,10 +1345,10 @@
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>200</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2177</x> <x>2283</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1347,10 +1381,10 @@ ...@@ -1347,10 +1381,10 @@
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>210</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2267</x> <x>2373</x>
<y>0</y> <y>0</y>
<height>16</height> <height>16</height>
<width>133</width> <width>133</width>
...@@ -1454,10 +1488,10 @@ ...@@ -1454,10 +1488,10 @@
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>180</tabsequence> <tabsequence>190</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2029</x> <x>2135</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>146</width> <width>146</width>
...@@ -1558,6 +1592,42 @@ ...@@ -1558,6 +1592,42 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>180</tabsequence>
<border>0</border>
<color>0</color>
<x>2029</x>
<y>1</y>
<height>16</height>
<width>104</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>isattachment</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>1</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
...@@ -56,6 +56,17 @@ ...@@ -56,6 +56,17 @@
<name>invoice_id</name> <name>invoice_id</name>
<dbname>cust_stock_inv.invoice_id</dbname> <dbname>cust_stock_inv.invoice_id</dbname>
</table_column> </table_column>
<table_column>
<type size="6">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ref_ser</name>
<dbname>cust_stock_inv.ref_ser</dbname>
<values>
<item display="Invoice" data="S-INV"/>
<item display="Return" data="S-RET"/>
</values>
</table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
...@@ -112,15 +123,9 @@ ...@@ -112,15 +123,9 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>net_amt</name> <name>net_amt</name>
<dbname>cust_stock_inv.net_amt</dbname> <dbname>cust_stock_inv.net_amt</dbname>
</table_column> </table_column>
<table_column> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock_inv&quot; ) TABLE(NAME=&quot;invoice&quot; ) TABLE(NAME=&quot;transporter&quot; ) COLUMN(NAME=&quot;cust_stock_inv.invoice_id&quot;) COLUMN(NAME=&quot;cust_stock_inv.invoice_date&quot;) COLUMN(NAME=&quot;cust_stock_inv.dlv_flg&quot;) COLUMN(NAME=&quot;invoice.lr_no&quot;) COLUMN(NAME=&quot;invoice.lr_date&quot;) COLUMN(NAME=&quot;invoice.tran_code&quot;) COLUMN(NAME=&quot;transporter.tran_name&quot;) COLUMN(NAME=&quot;cust_stock_inv.tran_id&quot;) COLUMN(NAME=&quot;cust_stock_inv.net_amt&quot;) COLUMN(NAME=&quot;cust_stock_inv.ref_ser&quot;) JOIN (LEFT=&quot;invoice.tran_code&quot; OP =&quot;=&quot;RIGHT=&quot;transporter.tran_code&quot; OUTER1 =&quot;invoice.tran_code&quot; ) JOIN (LEFT=&quot;cust_stock_inv.invoice_id&quot; OP =&quot;=&quot;RIGHT=&quot;invoice.invoice_id&quot; )WHERE( EXP1 =&quot;CUST_STOCK_INV.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<type size="0">char</type> <update>CUST_STOCK_INV</update>
<updatewhereclause>yes</updatewhereclause>
<name>invoice_flag</name>
<dbname>invoice_flag</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock_inv&quot; ) TABLE(NAME=&quot;invoice&quot; ) TABLE(NAME=&quot;transporter&quot; ) COLUMN(NAME=&quot;cust_stock_inv.invoice_id&quot;) COLUMN(NAME=&quot;cust_stock_inv.invoice_date&quot;) COLUMN(NAME=&quot;cust_stock_inv.dlv_flg&quot;) COLUMN(NAME=&quot;invoice.lr_no&quot;) COLUMN(NAME=&quot;invoice.lr_date&quot;) COLUMN(NAME=&quot;invoice.tran_code&quot;) COLUMN(NAME=&quot;transporter.tran_name&quot;) COLUMN(NAME=&quot;cust_stock_inv.tran_id&quot;) COLUMN(NAME=&quot;cust_stock_inv.net_amt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as invoice_flag&quot;) JOIN (LEFT=&quot;invoice.tran_code&quot; OP =&quot;=&quot;RIGHT=&quot;transporter.tran_code&quot; OUTER1 =&quot;invoice.tran_code&quot; ) JOIN (LEFT=&quot;cust_stock_inv.invoice_id&quot; OP =&quot;=&quot;RIGHT=&quot;invoice.invoice_id&quot; )WHERE( EXP1 =&quot;CUST_STOCK_INV.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>cust_stock_inv</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -162,20 +167,20 @@ ...@@ -162,20 +167,20 @@
<text>Invoice Flag</text> <text>Invoice Flag</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>103</x> <x>1013</x>
<y>1</y> <y>2</y>
<height>16</height> <height>15</height>
<width>50</width> <width>94</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>invoice_flag_t</name> <name>ref_ser_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-11</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
...@@ -190,7 +195,7 @@ ...@@ -190,7 +195,7 @@
<text>Invoice Date</text> <text>Invoice Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>155</x> <x>104</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>111</width> <width>111</width>
...@@ -218,7 +223,7 @@ ...@@ -218,7 +223,7 @@
<text>Net Value</text> <text>Net Value</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>268</x> <x>217</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>76</width> <width>76</width>
...@@ -246,7 +251,7 @@ ...@@ -246,7 +251,7 @@
<text>Receipt/ Transit</text> <text>Receipt/ Transit</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>346</x> <x>295</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>92</width> <width>92</width>
...@@ -274,7 +279,7 @@ ...@@ -274,7 +279,7 @@
<text>LR No</text> <text>LR No</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>440</x> <x>389</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>96</width> <width>96</width>
...@@ -302,7 +307,7 @@ ...@@ -302,7 +307,7 @@
<text>LR Date</text> <text>LR Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>538</x> <x>487</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>101</width> <width>101</width>
...@@ -330,7 +335,7 @@ ...@@ -330,7 +335,7 @@
<text>Transporter Code</text> <text>Transporter Code</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>967</x> <x>916</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>95</width> <width>95</width>
...@@ -358,7 +363,7 @@ ...@@ -358,7 +363,7 @@
<text>Transporter Name</text> <text>Transporter Name</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>641</x> <x>590</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>185</width> <width>185</width>
...@@ -386,7 +391,7 @@ ...@@ -386,7 +391,7 @@
<text>Transaction Id</text> <text>Transaction Id</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>828</x> <x>777</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>137</width> <width>137</width>
...@@ -394,7 +399,7 @@ ...@@ -394,7 +399,7 @@
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id_t</name> <name>tran_id_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -446,6 +451,41 @@ ...@@ -446,6 +451,41 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1014</x>
<y>2</y>
<height>18</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_ser</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>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
...@@ -453,7 +493,7 @@ ...@@ -453,7 +493,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>155</x> <x>104</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>111</width> <width>111</width>
...@@ -488,7 +528,7 @@ ...@@ -488,7 +528,7 @@
<tabsequence>10</tabsequence> <tabsequence>10</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>346</x> <x>295</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>92</width> <width>92</width>
...@@ -526,7 +566,7 @@ ...@@ -526,7 +566,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>440</x> <x>389</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>96</width> <width>96</width>
...@@ -564,7 +604,7 @@ ...@@ -564,7 +604,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>538</x> <x>487</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>101</width> <width>101</width>
...@@ -599,7 +639,7 @@ ...@@ -599,7 +639,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>967</x> <x>916</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>95</width> <width>95</width>
...@@ -637,7 +677,7 @@ ...@@ -637,7 +677,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>641</x> <x>590</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>185</width> <width>185</width>
...@@ -675,7 +715,7 @@ ...@@ -675,7 +715,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>828</x> <x>777</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>137</width> <width>137</width>
...@@ -684,7 +724,7 @@ ...@@ -684,7 +724,7 @@
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>tran_id</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>any</case> <case>any</case>
...@@ -713,7 +753,7 @@ ...@@ -713,7 +753,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>268</x> <x>217</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>76</width> <width>76</width>
...@@ -743,43 +783,7 @@ ...@@ -743,43 +783,7 @@
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>103</x>
<y>1</y>
<height>15</height>
<width>50</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_flag</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>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -48,12 +48,6 @@ ...@@ -48,12 +48,6 @@
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column>
<type size="130">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>item.descr</dbname>
</table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
...@@ -61,6 +55,12 @@ ...@@ -61,6 +55,12 @@
<name>item_code</name> <name>item_code</name>
<dbname>cust_stock_det.item_code</dbname> <dbname>cust_stock_det.item_code</dbname>
</table_column> </table_column>
<table_column>
<type size="120">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>item.descr</dbname>
</table_column>
<table_column> <table_column>
<type size="3">char</type> <type size="3">char</type>
<update>yes</update> <update>yes</update>
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<dbname>cust_stock_det.rate</dbname> <dbname>cust_stock_det.rate</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>primary_sales</name> <name>primary_sales</name>
...@@ -104,14 +104,14 @@ ...@@ -104,14 +104,14 @@
<dbname>cust_stock_det.purc_ret</dbname> <dbname>cust_stock_det.purc_ret</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>purc_ret__repl</name> <name>purc_ret__repl</name>
<dbname>cust_stock_det.purc_ret__repl</dbname> <dbname>cust_stock_det.purc_ret__repl</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>purc_ret__free</name> <name>purc_ret__free</name>
...@@ -183,28 +183,28 @@ ...@@ -183,28 +183,28 @@
<dbname>cust_stock_det.op_value</dbname> <dbname>cust_stock_det.op_value</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>purc_rcp__repl</name> <name>purc_rcp__repl</name>
<dbname>cust_stock_det.purc_rcp__repl</dbname> <dbname>cust_stock_det.purc_rcp__repl</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>purc_rcp__free</name> <name>purc_rcp__free</name>
<dbname>cust_stock_det.purc_rcp__free</dbname> <dbname>cust_stock_det.purc_rcp__free</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>transit_qty__repl</name> <name>transit_qty__repl</name>
<dbname>cust_stock_det.transit_qty__repl</dbname> <dbname>cust_stock_det.transit_qty__repl</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>transit_qty__free</name> <name>transit_qty__free</name>
...@@ -332,18 +332,6 @@ ...@@ -332,18 +332,6 @@
<name>rate_org_old</name> <name>rate_org_old</name>
<dbname>rate_org_old</dbname> <dbname>rate_org_old</dbname>
</table_column> </table_column>
<table_column>
<type size="0">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>rcp_value</name>
<dbname>rcp_value</dbname>
</table_column>
<table_column>
<type size="0">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>repl_value</name>
<dbname>repl_value</dbname>
</table_column>
<table_column> <table_column>
<type size="0">char</type> <type size="0">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -369,25 +357,71 @@ ...@@ -369,25 +357,71 @@
<dbname>formula_value</dbname> <dbname>formula_value</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="0">char</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>free_value</name> <name>rcp_val</name>
<dbname>free_value</dbname> <dbname>cust_stock_det.rcp_val</dbname>
<initial>0</initial>
</table_column> </table_column>
<table_column> <table_column>
<type size="0">char</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>transit_value</name> <name>rcp_repl_val</name>
<dbname>transit_value</dbname> <dbname>cust_stock_det.rcp_repl_val</dbname>
<initial>0</initial>
</table_column> </table_column>
<table_column> <table_column>
<type size="0">char</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>rcp_free_val</name>
<dbname>cust_stock_det.rcp_free_val</dbname>
<initial>0</initial>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ret_val</name>
<dbname>cust_stock_det.ret_val</dbname>
<initial>0</initial>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ret_free_val</name>
<dbname>cust_stock_det.ret_free_val</dbname>
<initial>0</initial>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>transit_bill_val</name>
<dbname>cust_stock_det.transit_bill_val</dbname>
<initial>0</initial>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>transit_repl_val</name>
<dbname>cust_stock_det.transit_repl_val</dbname>
<initial>0</initial>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>sret_vale</name> <name>transit_free_val</name>
<dbname>sret_vale</dbname> <dbname>cust_stock_det.transit_free_val</dbname>
<initial>0</initial>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock_det&quot; ) TABLE(NAME=&quot;item&quot; ) COLUMN(NAME=&quot;cust_stock_det.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;cust_stock_det.unit&quot;) COLUMN(NAME=&quot;cust_stock_det.rate&quot;) COLUMN(NAME=&quot;cust_stock_det.primary_sales&quot;) COLUMN(NAME=&quot;cust_stock_det.op_stock&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret__free&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_stock&quot;) COLUMN(NAME=&quot;cust_stock_det.sales&quot;) COLUMN(NAME=&quot;cust_stock_det.tran_id&quot;) COLUMN(NAME=&quot;cust_stock_det.line_no&quot;) COLUMN(NAME=&quot;cust_stock_det.item_ser&quot;) COLUMN(NAME=&quot;cust_stock_det.sales_value&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_value&quot;) COLUMN(NAME=&quot;cust_stock_det.op_value&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp__free&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty__free&quot;) COLUMN(NAME=&quot;cust_stock_det.adj_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_user&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_term&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_date&quot;) COLUMN(NAME=&quot;cust_stock_det.sale_order&quot;) COLUMN(NAME=&quot;cust_stock_det.loc_type&quot;) COLUMN(NAME=&quot;cust_stock_det.pur_value&quot;) COLUMN(NAME=&quot;cust_stock_det.match_opstk&quot;) COLUMN(NAME=&quot;cust_stock_det.match_clstk&quot;) COLUMN(NAME=&quot;cust_stock_det.remarks&quot;) COLUMN(NAME=&quot;cust_stock_det.demand_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.adhoc_repl_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.cust_item__ref&quot;) COLUMN(NAME=&quot;cust_stock_det.cust_purc_rcp&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_stock__org&quot;) COLUMN(NAME=&quot;cust_stock_det.rate__org&quot;) COLUMN(NAME=&quot;cust_stock_det.sales__org&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rate_old&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rate_org_old&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rcp_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as repl_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cm_invoice&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cm_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as secondary_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as formula_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as free_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as transit_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as sret_vale&quot;) JOIN (LEFT=&quot;cust_stock_det.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK_DET.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock_det&quot; ) TABLE(NAME=&quot;item&quot; ) COLUMN(NAME=&quot;cust_stock_det.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;cust_stock_det.unit&quot;) COLUMN(NAME=&quot;cust_stock_det.rate&quot;) COLUMN(NAME=&quot;cust_stock_det.primary_sales&quot;) COLUMN(NAME=&quot;cust_stock_det.op_stock&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret__free&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_stock&quot;) COLUMN(NAME=&quot;cust_stock_det.sales&quot;) COLUMN(NAME=&quot;cust_stock_det.tran_id&quot;) COLUMN(NAME=&quot;cust_stock_det.line_no&quot;) COLUMN(NAME=&quot;cust_stock_det.item_ser&quot;) COLUMN(NAME=&quot;cust_stock_det.sales_value&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_value&quot;) COLUMN(NAME=&quot;cust_stock_det.op_value&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp__free&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty__free&quot;) COLUMN(NAME=&quot;cust_stock_det.adj_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_user&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_term&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_date&quot;) COLUMN(NAME=&quot;cust_stock_det.sale_order&quot;) COLUMN(NAME=&quot;cust_stock_det.loc_type&quot;) COLUMN(NAME=&quot;cust_stock_det.pur_value&quot;) COLUMN(NAME=&quot;cust_stock_det.match_opstk&quot;) COLUMN(NAME=&quot;cust_stock_det.match_clstk&quot;) COLUMN(NAME=&quot;cust_stock_det.remarks&quot;) COLUMN(NAME=&quot;cust_stock_det.demand_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.adhoc_repl_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.cust_item__ref&quot;) COLUMN(NAME=&quot;cust_stock_det.cust_purc_rcp&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_stock__org&quot;) COLUMN(NAME=&quot;cust_stock_det.rate__org&quot;) COLUMN(NAME=&quot;cust_stock_det.sales__org&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rate_old&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rate_org_old&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cm_invoice&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cm_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as secondary_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as formula_value&quot;) COLUMN(NAME=&quot;cust_stock_det.rcp_val&quot;) COLUMN(NAME=&quot;cust_stock_det.rcp_repl_val&quot;) COLUMN(NAME=&quot;cust_stock_det.rcp_free_val&quot;) COLUMN(NAME=&quot;cust_stock_det.ret_val&quot;) COLUMN(NAME=&quot;cust_stock_det.ret_free_val&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_bill_val&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_repl_val&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_free_val&quot;) JOIN (LEFT=&quot;cust_stock_det.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK_DET.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>cust_stock_det</update> <update>CUST_STOCK_DET</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -432,7 +466,7 @@ ...@@ -432,7 +466,7 @@
<x>176</x> <x>176</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>76</width> <width>59</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -457,7 +491,7 @@ ...@@ -457,7 +491,7 @@
<text>Unit</text> <text>Unit</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>254</x> <x>237</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>49</width> <width>49</width>
...@@ -485,7 +519,7 @@ ...@@ -485,7 +519,7 @@
<text>Primary Sales</text> <text>Primary Sales</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>305</x> <x>288</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>59</width> <width>59</width>
...@@ -513,7 +547,7 @@ ...@@ -513,7 +547,7 @@
<text>Opening</text> <text>Opening</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>366</x> <x>349</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>72</width> <width>72</width>
...@@ -541,7 +575,7 @@ ...@@ -541,7 +575,7 @@
<text>Receipt Bill</text> <text>Receipt Bill</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>440</x> <x>423</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>62</width> <width>62</width>
...@@ -569,7 +603,7 @@ ...@@ -569,7 +603,7 @@
<text>Receipt Repl</text> <text>Receipt Repl</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>504</x> <x>487</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>62</width> <width>62</width>
...@@ -597,7 +631,7 @@ ...@@ -597,7 +631,7 @@
<text>Receipt Bonus</text> <text>Receipt Bonus</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>568</x> <x>551</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>59</width> <width>59</width>
...@@ -625,7 +659,7 @@ ...@@ -625,7 +659,7 @@
<text>Return Bill</text> <text>Return Bill</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>629</x> <x>612</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>52</width> <width>52</width>
...@@ -653,7 +687,7 @@ ...@@ -653,7 +687,7 @@
<text>Return Repl</text> <text>Return Repl</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>683</x> <x>666</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>64</width> <width>64</width>
...@@ -681,7 +715,7 @@ ...@@ -681,7 +715,7 @@
<text>Return Bonus</text> <text>Return Bonus</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>749</x> <x>732</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>62</width> <width>62</width>
...@@ -709,10 +743,10 @@ ...@@ -709,10 +743,10 @@
<text>Net Sec Sales</text> <text>Net Sec Sales</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>813</x> <x>796</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>59</width> <width>73</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -737,7 +771,7 @@ ...@@ -737,7 +771,7 @@
<text>*Closing</text> <text>*Closing</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>874</x> <x>871</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>76</width> <width>76</width>
...@@ -765,7 +799,7 @@ ...@@ -765,7 +799,7 @@
<text>Transit Bill</text> <text>Transit Bill</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>952</x> <x>949</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>59</width> <width>59</width>
...@@ -793,7 +827,7 @@ ...@@ -793,7 +827,7 @@
<text>Transit Repl</text> <text>Transit Repl</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1013</x> <x>1010</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>57</width> <width>57</width>
...@@ -821,7 +855,7 @@ ...@@ -821,7 +855,7 @@
<text>Transit Bonus</text> <text>Transit Bonus</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1072</x> <x>1069</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>64</width> <width>64</width>
...@@ -849,7 +883,7 @@ ...@@ -849,7 +883,7 @@
<text>Tran Id</text> <text>Tran Id</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1138</x> <x>1320</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>118</width> <width>118</width>
...@@ -857,7 +891,7 @@ ...@@ -857,7 +891,7 @@
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id_t</name> <name>tran_id_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -877,7 +911,7 @@ ...@@ -877,7 +911,7 @@
<text>Item Ser</text> <text>Item Ser</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2215</x> <x>2492</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>89</width> <width>89</width>
...@@ -905,7 +939,7 @@ ...@@ -905,7 +939,7 @@
<text>Sales Value</text> <text>Sales Value</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2124</x> <x>2401</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>89</width> <width>89</width>
...@@ -933,7 +967,7 @@ ...@@ -933,7 +967,7 @@
<text>Cl Value</text> <text>Cl Value</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2306</x> <x>2583</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>89</width> <width>89</width>
...@@ -961,7 +995,7 @@ ...@@ -961,7 +995,7 @@
<text>Op Value</text> <text>Op Value</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2397</x> <x>2674</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>89</width> <width>89</width>
...@@ -989,7 +1023,7 @@ ...@@ -989,7 +1023,7 @@
<text>Line No</text> <text>Line No</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2488</x> <x>2765</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>89</width> <width>89</width>
...@@ -1017,7 +1051,7 @@ ...@@ -1017,7 +1051,7 @@
<text>Closing Rate</text> <text>Closing Rate</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1258</x> <x>1135</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>73</width> <width>73</width>
...@@ -1045,7 +1079,7 @@ ...@@ -1045,7 +1079,7 @@
<text>Adj Qty</text> <text>Adj Qty</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2579</x> <x>2856</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>256</width> <width>256</width>
...@@ -1073,7 +1107,7 @@ ...@@ -1073,7 +1107,7 @@
<text>Chg User</text> <text>Chg User</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2837</x> <x>3114</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>58</width> <width>58</width>
...@@ -1101,7 +1135,7 @@ ...@@ -1101,7 +1135,7 @@
<text>Chg Term</text> <text>Chg Term</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2897</x> <x>3174</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1129,7 +1163,7 @@ ...@@ -1129,7 +1163,7 @@
<text>Chg Date</text> <text>Chg Date</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2987</x> <x>3264</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>34</width> <width>34</width>
...@@ -1157,7 +1191,7 @@ ...@@ -1157,7 +1191,7 @@
<text>Sale Order</text> <text>Sale Order</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3023</x> <x>3300</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>58</width> <width>58</width>
...@@ -1185,7 +1219,7 @@ ...@@ -1185,7 +1219,7 @@
<text>Loc Type</text> <text>Loc Type</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3083</x> <x>3360</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>16</width> <width>16</width>
...@@ -1213,7 +1247,7 @@ ...@@ -1213,7 +1247,7 @@
<text>Pur Value</text> <text>Pur Value</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3101</x> <x>3378</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>256</width> <width>256</width>
...@@ -1241,7 +1275,7 @@ ...@@ -1241,7 +1275,7 @@
<text>Match Opstk</text> <text>Match Opstk</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3359</x> <x>3636</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>52</width> <width>52</width>
...@@ -1269,7 +1303,7 @@ ...@@ -1269,7 +1303,7 @@
<text>Match Clstk</text> <text>Match Clstk</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3413</x> <x>3690</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -1297,7 +1331,7 @@ ...@@ -1297,7 +1331,7 @@
<text>Remarks</text> <text>Remarks</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3506</x> <x>3783</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>598</width> <width>598</width>
...@@ -1325,7 +1359,7 @@ ...@@ -1325,7 +1359,7 @@
<text>Demand Qty</text> <text>Demand Qty</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>4106</x> <x>4383</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>256</width> <width>256</width>
...@@ -1353,7 +1387,7 @@ ...@@ -1353,7 +1387,7 @@
<text>Adhoc Repl Qty</text> <text>Adhoc Repl Qty</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>4364</x> <x>4641</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>256</width> <width>256</width>
...@@ -1381,7 +1415,7 @@ ...@@ -1381,7 +1415,7 @@
<text>Cust Item Ref</text> <text>Cust Item Ref</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>4622</x> <x>4899</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>118</width> <width>118</width>
...@@ -1409,7 +1443,7 @@ ...@@ -1409,7 +1443,7 @@
<text>Cust Purc Rcp</text> <text>Cust Purc Rcp</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>4742</x> <x>5019</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>256</width> <width>256</width>
...@@ -1437,7 +1471,7 @@ ...@@ -1437,7 +1471,7 @@
<text>Cl Stock Org</text> <text>Cl Stock Org</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>5000</x> <x>5277</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>256</width> <width>256</width>
...@@ -1465,7 +1499,7 @@ ...@@ -1465,7 +1499,7 @@
<text>Rate Old</text> <text>Rate Old</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1474</x> <x>2021</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>46</width> <width>46</width>
...@@ -1493,7 +1527,7 @@ ...@@ -1493,7 +1527,7 @@
<text>Rate Org Old</text> <text>Rate Org Old</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1522</x> <x>2069</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>46</width> <width>46</width>
...@@ -1515,69 +1549,13 @@ ...@@ -1515,69 +1549,13 @@
<color>553648127</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Rcp Value</text>
<border>0</border>
<color>33554432</color>
<x>1570</x>
<y>1</y>
<height>17</height>
<width>46</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rcp_value_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Repl Value</text>
<border>0</border>
<color>33554432</color>
<x>1618</x>
<y>1</y>
<height>17</height>
<width>46</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>repl_value_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Cm Invoice</text> <text>Cm Invoice</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1666</x> <x>2117</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>46</width> <width>46</width>
...@@ -1605,7 +1583,7 @@ ...@@ -1605,7 +1583,7 @@
<text>Cm Value</text> <text>Cm Value</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1714</x> <x>2165</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>46</width> <width>46</width>
...@@ -1633,7 +1611,7 @@ ...@@ -1633,7 +1611,7 @@
<text>Secondary Value</text> <text>Secondary Value</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1762</x> <x>2213</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>91</width> <width>91</width>
...@@ -1661,7 +1639,7 @@ ...@@ -1661,7 +1639,7 @@
<text>Formula Value</text> <text>Formula Value</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1855</x> <x>2306</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>93</width> <width>93</width>
...@@ -1683,97 +1661,13 @@ ...@@ -1683,97 +1661,13 @@
<color>553648127</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Free Value</text>
<border>0</border>
<color>33554432</color>
<x>1950</x>
<y>1</y>
<height>17</height>
<width>46</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>free_value_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Transit Value</text>
<border>0</border>
<color>33554432</color>
<x>1998</x>
<y>1</y>
<height>17</height>
<width>46</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_value_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Sret Vale</text>
<border>0</border>
<color>33554432</color>
<x>2046</x>
<y>1</y>
<height>17</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sret_vale_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Gross Rate</text> <text>Gross Rate</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1411</x> <x>1958</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>61</width> <width>61</width>
...@@ -1801,10 +1695,10 @@ ...@@ -1801,10 +1695,10 @@
<text>Gross Sec Sale Qty</text> <text>Gross Sec Sale Qty</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1333</x> <x>1210</x>
<y>0</y> <y>0</y>
<height>17</height> <height>17</height>
<width>76</width> <width>108</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -1825,7 +1719,7 @@ ...@@ -1825,7 +1719,7 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
...@@ -1833,7 +1727,7 @@ ...@@ -1833,7 +1727,7 @@
<x>176</x> <x>176</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>76</width> <width>59</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1863,7 +1757,7 @@ ...@@ -1863,7 +1757,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
...@@ -1906,7 +1800,7 @@ ...@@ -1906,7 +1800,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>254</x> <x>237</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>49</width> <width>49</width>
...@@ -1944,7 +1838,7 @@ ...@@ -1944,7 +1838,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>305</x> <x>288</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>59</width> <width>59</width>
...@@ -1982,7 +1876,7 @@ ...@@ -1982,7 +1876,7 @@
<tabsequence>10</tabsequence> <tabsequence>10</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>366</x> <x>349</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>72</width> <width>72</width>
...@@ -2020,7 +1914,7 @@ ...@@ -2020,7 +1914,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>440</x> <x>423</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>62</width> <width>62</width>
...@@ -2058,7 +1952,7 @@ ...@@ -2058,7 +1952,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>629</x> <x>612</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>52</width> <width>52</width>
...@@ -2096,7 +1990,7 @@ ...@@ -2096,7 +1990,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>683</x> <x>666</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>64</width> <width>64</width>
...@@ -2134,7 +2028,7 @@ ...@@ -2134,7 +2028,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>749</x> <x>732</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>62</width> <width>62</width>
...@@ -2172,7 +2066,7 @@ ...@@ -2172,7 +2066,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>952</x> <x>949</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>59</width> <width>59</width>
...@@ -2210,7 +2104,7 @@ ...@@ -2210,7 +2104,7 @@
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>874</x> <x>871</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>76</width> <width>76</width>
...@@ -2248,10 +2142,10 @@ ...@@ -2248,10 +2142,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>813</x> <x>796</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>59</width> <width>73</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -2286,7 +2180,7 @@ ...@@ -2286,7 +2180,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1138</x> <x>1320</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>118</width> <width>118</width>
...@@ -2295,7 +2189,7 @@ ...@@ -2295,7 +2189,7 @@
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>tran_id</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>any</case> <case>any</case>
...@@ -2324,7 +2218,7 @@ ...@@ -2324,7 +2218,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2215</x> <x>2492</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>89</width> <width>89</width>
...@@ -2362,7 +2256,7 @@ ...@@ -2362,7 +2256,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2124</x> <x>2401</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>89</width> <width>89</width>
...@@ -2400,7 +2294,7 @@ ...@@ -2400,7 +2294,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2306</x> <x>2583</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>89</width> <width>89</width>
...@@ -2438,7 +2332,7 @@ ...@@ -2438,7 +2332,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2397</x> <x>2674</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>89</width> <width>89</width>
...@@ -2476,7 +2370,7 @@ ...@@ -2476,7 +2370,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>504</x> <x>487</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>62</width> <width>62</width>
...@@ -2514,7 +2408,7 @@ ...@@ -2514,7 +2408,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>568</x> <x>551</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>59</width> <width>59</width>
...@@ -2552,7 +2446,7 @@ ...@@ -2552,7 +2446,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1013</x> <x>1010</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>57</width> <width>57</width>
...@@ -2590,7 +2484,7 @@ ...@@ -2590,7 +2484,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1072</x> <x>1069</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>64</width> <width>64</width>
...@@ -2628,7 +2522,7 @@ ...@@ -2628,7 +2522,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2488</x> <x>2765</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>89</width> <width>89</width>
...@@ -2666,7 +2560,7 @@ ...@@ -2666,7 +2560,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2579</x> <x>2856</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>256</width> <width>256</width>
...@@ -2703,7 +2597,7 @@ ...@@ -2703,7 +2597,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2837</x> <x>3114</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>58</width> <width>58</width>
...@@ -2740,7 +2634,7 @@ ...@@ -2740,7 +2634,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2897</x> <x>3174</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>88</width> <width>88</width>
...@@ -2777,7 +2671,7 @@ ...@@ -2777,7 +2671,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2987</x> <x>3264</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>34</width> <width>34</width>
...@@ -2814,7 +2708,7 @@ ...@@ -2814,7 +2708,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3023</x> <x>3300</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>58</width> <width>58</width>
...@@ -2851,7 +2745,7 @@ ...@@ -2851,7 +2745,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3083</x> <x>3360</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>16</width> <width>16</width>
...@@ -2888,7 +2782,7 @@ ...@@ -2888,7 +2782,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3101</x> <x>3378</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>256</width> <width>256</width>
...@@ -2925,7 +2819,7 @@ ...@@ -2925,7 +2819,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3359</x> <x>3636</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>52</width> <width>52</width>
...@@ -2962,7 +2856,7 @@ ...@@ -2962,7 +2856,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3413</x> <x>3690</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>91</width> <width>91</width>
...@@ -2999,7 +2893,7 @@ ...@@ -2999,7 +2893,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>3506</x> <x>3783</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>598</width> <width>598</width>
...@@ -3036,7 +2930,7 @@ ...@@ -3036,7 +2930,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>4106</x> <x>4383</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>256</width> <width>256</width>
...@@ -3073,7 +2967,7 @@ ...@@ -3073,7 +2967,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>4364</x> <x>4641</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>256</width> <width>256</width>
...@@ -3110,7 +3004,7 @@ ...@@ -3110,7 +3004,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>4622</x> <x>4899</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>118</width> <width>118</width>
...@@ -3147,7 +3041,7 @@ ...@@ -3147,7 +3041,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>4742</x> <x>5019</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>256</width> <width>256</width>
...@@ -3184,7 +3078,7 @@ ...@@ -3184,7 +3078,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>5000</x> <x>5277</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>256</width> <width>256</width>
...@@ -3221,7 +3115,7 @@ ...@@ -3221,7 +3115,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1474</x> <x>2021</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>46</width> <width>46</width>
...@@ -3257,7 +3151,7 @@ ...@@ -3257,7 +3151,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1522</x> <x>2069</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>46</width> <width>46</width>
...@@ -3288,12 +3182,12 @@ ...@@ -3288,12 +3182,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>43</id> <id>44</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1570</x> <x>2165</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>46</width> <width>46</width>
...@@ -3301,7 +3195,7 @@ ...@@ -3301,7 +3195,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rcp_value</name> <name>cm_value</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -3324,12 +3218,12 @@ ...@@ -3324,12 +3218,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>44</id> <id>43</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1618</x> <x>2117</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>46</width> <width>46</width>
...@@ -3337,7 +3231,7 @@ ...@@ -3337,7 +3231,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>repl_value</name> <name>cm_invoice</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -3360,25 +3254,27 @@ ...@@ -3360,25 +3254,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>46</id> <id>5</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1714</x> <x>1135</x>
<y>1</y> <y>2</y>
<height>15</height> <height>18</height>
<width>46</width> <width>73</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cm_value</name> <name>rate</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -3401,15 +3297,15 @@ ...@@ -3401,15 +3297,15 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1666</x> <x>2213</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>46</width> <width>91</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cm_invoice</name> <name>secondary_value</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -3432,27 +3328,25 @@ ...@@ -3432,27 +3328,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>46</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1258</x> <x>2306</x>
<y>2</y> <y>1</y>
<height>18</height> <height>15</height>
<width>73</width> <width>93</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rate</name> <name>formula_value</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -3470,25 +3364,99 @@ ...@@ -3470,25 +3364,99 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>47</id> <id>39</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1762</x> <x>1958</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>91</width> <width>61</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>secondary_value</name> <name>rate__org</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<autoselect>no</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>40</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1210</x>
<y>1</y>
<height>15</height>
<width>108</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sales__org</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</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>47</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1440</x>
<y>1</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rcp_val</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -3511,15 +3479,15 @@ ...@@ -3511,15 +3479,15 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1855</x> <x>1514</x>
<y>1</y> <y>1</y>
<height>15</height> <height>16</height>
<width>93</width> <width>76</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>formula_value</name> <name>rcp_repl_val</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -3547,15 +3515,15 @@ ...@@ -3547,15 +3515,15 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1950</x> <x>1592</x>
<y>1</y> <y>1</y>
<height>15</height> <height>16</height>
<width>46</width> <width>64</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>free_value</name> <name>rcp_free_val</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -3583,15 +3551,15 @@ ...@@ -3583,15 +3551,15 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1998</x> <x>1658</x>
<y>1</y> <y>1</y>
<height>15</height> <height>16</height>
<width>46</width> <width>60</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>transit_value</name> <name>ret_val</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -3619,15 +3587,15 @@ ...@@ -3619,15 +3587,15 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2046</x> <x>1720</x>
<y>2</y> <y>1</y>
<height>15</height> <height>16</height>
<width>76</width> <width>51</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sret_vale</name> <name>ret_free_val</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -3650,26 +3618,25 @@ ...@@ -3650,26 +3618,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>39</id> <id>52</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1411</x> <x>1773</x>
<y>1</y> <y>1</y>
<height>15</height> <height>16</height>
<width>61</width> <width>50</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rate__org</name> <name>transit_bill_val</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <autoselect>yes</autoselect>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -3687,26 +3654,25 @@ ...@@ -3687,26 +3654,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>40</id> <id>53</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1333</x> <x>1825</x>
<y>1</y> <y>1</y>
<height>15</height> <height>16</height>
<width>76</width> <width>69</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sales__org</name> <name>transit_repl_val</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <autoselect>yes</autoselect>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -3722,6 +3688,266 @@ ...@@ -3722,6 +3688,266 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>54</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1896</x>
<y>1</y>
<height>16</height>
<width>60</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_free_val</name>
<visible>0</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>Header</band>
<alignment>0</alignment>
<text>Receipt Value</text>
<border>0</border>
<color>33554432</color>
<x>1440</x>
<y>1</y>
<height>20</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rcp_val_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Rcp Replacement Value</text>
<border>0</border>
<color>33554432</color>
<x>1514</x>
<y>1</y>
<height>20</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rcp_repl_val_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Receipt Bonus Value</text>
<border>0</border>
<color>33554432</color>
<x>1592</x>
<y>1</y>
<height>20</height>
<width>64</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rcp_free_val_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Return Value</text>
<border>0</border>
<color>33554432</color>
<x>1658</x>
<y>1</y>
<height>20</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ret_val_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Return Bonus Value</text>
<border>0</border>
<color>33554432</color>
<x>1720</x>
<y>1</y>
<height>20</height>
<width>51</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ret_free_val_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Transit Bill Value</text>
<border>0</border>
<color>33554432</color>
<x>1773</x>
<y>1</y>
<height>20</height>
<width>50</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_bill_val_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Transit Repl Value</text>
<border>0</border>
<color>33554432</color>
<x>1825</x>
<y>1</y>
<height>20</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_repl_val_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Transit Free Value</text>
<border>0</border>
<color>33554432</color>
<x>1896</x>
<y>1</y>
<height>20</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_free_val_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<dbname>cust_stock.to_date</dbname> <dbname>cust_stock.to_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="50">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>cust_name</name> <name>cust_name</name>
<dbname>customer.cust_name</dbname> <dbname>customer.cust_name</dbname>
...@@ -302,7 +302,13 @@ ...@@ -302,7 +302,13 @@
<name>add_term</name> <name>add_term</name>
<dbname>cust_stock.add_term</dbname> <dbname>cust_stock.add_term</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;itemser&quot; ) TABLE(NAME=&quot;sordertype&quot; ) TABLE(NAME=&quot;site&quot; ) COLUMN(NAME=&quot;cust_stock.tran_id&quot;) COLUMN(NAME=&quot;cust_stock.tran_date&quot;) COLUMN(NAME=&quot;cust_stock.cust_code&quot;) COLUMN(NAME=&quot;cust_stock.site_code&quot;) COLUMN(NAME=&quot;cust_stock.from_date&quot;) COLUMN(NAME=&quot;cust_stock.to_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;cust_stock.item_ser&quot;) COLUMN(NAME=&quot;cust_stock.tran_id__last&quot;) COLUMN(NAME=&quot;cust_stock.order_type&quot;) COLUMN(NAME=&quot;cust_stock.stmt_date&quot;) COLUMN(NAME=&quot;itemser.descr&quot;) COLUMN(NAME=&quot;sordertype.descr&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;cust_stock.chg_user&quot;) COLUMN(NAME=&quot;cust_stock.chg_term&quot;) COLUMN(NAME=&quot;cust_stock.chg_date&quot;) COLUMN(NAME=&quot;cust_stock.status&quot;) COLUMN(NAME=&quot;cust_stock.missing_inserted&quot;) COLUMN(NAME=&quot;customer.cust_type&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cust_type__descr&quot;) COLUMN(NAME=&quot;cust_stock.confirmed&quot;) COLUMN(NAME=&quot;cust_stock.prd_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as pophelp_frmdt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as pophelp_todt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as sale_per&quot;) COMPUTE(NAME=&quot;&apos;&apos; as edit_status&quot;) COMPUTE(NAME=&quot;&apos;&apos; as country_code&quot;) COLUMN(NAME=&quot;cust_stock.emp_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_name&quot;) COMPUTE(NAME=&quot;FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr&quot;) COLUMN(NAME=&quot;cust_stock.pos_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as entry_start_dt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as entry_end_dt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as login_poscode&quot;) COLUMN(NAME=&quot;cust_stock.add_user&quot;) COLUMN(NAME=&quot;cust_stock.add_date&quot;) COLUMN(NAME=&quot;cust_stock.add_term&quot;) JOIN (LEFT=&quot;cust_stock.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;cust_stock.item_ser&quot; OP =&quot;=&quot;RIGHT=&quot;itemser.item_ser&quot; ) JOIN (LEFT=&quot;cust_stock.order_type&quot; OP =&quot;=&quot;RIGHT=&quot;sordertype.order_type&quot; ) JOIN (LEFT=&quot;cust_stock.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve> <table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>station.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;itemser&quot; ) TABLE(NAME=&quot;sordertype&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;station&quot; ) COLUMN(NAME=&quot;cust_stock.tran_id&quot;) COLUMN(NAME=&quot;cust_stock.tran_date&quot;) COLUMN(NAME=&quot;cust_stock.cust_code&quot;) COLUMN(NAME=&quot;cust_stock.site_code&quot;) COLUMN(NAME=&quot;cust_stock.from_date&quot;) COLUMN(NAME=&quot;cust_stock.to_date&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;cust_stock.item_ser&quot;) COLUMN(NAME=&quot;cust_stock.tran_id__last&quot;) COLUMN(NAME=&quot;cust_stock.order_type&quot;) COLUMN(NAME=&quot;cust_stock.stmt_date&quot;) COLUMN(NAME=&quot;itemser.descr&quot;) COLUMN(NAME=&quot;sordertype.descr&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;cust_stock.chg_user&quot;) COLUMN(NAME=&quot;cust_stock.chg_term&quot;) COLUMN(NAME=&quot;cust_stock.chg_date&quot;) COLUMN(NAME=&quot;cust_stock.status&quot;) COLUMN(NAME=&quot;cust_stock.missing_inserted&quot;) COLUMN(NAME=&quot;customer.cust_type&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cust_type__descr&quot;) COLUMN(NAME=&quot;cust_stock.confirmed&quot;) COLUMN(NAME=&quot;cust_stock.prd_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as pophelp_frmdt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as pophelp_todt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as sale_per&quot;) COMPUTE(NAME=&quot;&apos;&apos; as edit_status&quot;) COMPUTE(NAME=&quot;&apos;&apos; as country_code&quot;) COLUMN(NAME=&quot;cust_stock.emp_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as emp_name&quot;) COMPUTE(NAME=&quot;FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr&quot;) COLUMN(NAME=&quot;cust_stock.pos_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; as entry_start_dt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as entry_end_dt&quot;) COMPUTE(NAME=&quot;&apos;&apos; as login_poscode&quot;) COLUMN(NAME=&quot;cust_stock.add_user&quot;) COLUMN(NAME=&quot;cust_stock.add_date&quot;) COLUMN(NAME=&quot;cust_stock.add_term&quot;) COLUMN(NAME=&quot;station.descr&quot;) JOIN (LEFT=&quot;cust_stock.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) JOIN (LEFT=&quot;cust_stock.item_ser&quot; OP =&quot;=&quot;RIGHT=&quot;itemser.item_ser&quot; ) JOIN (LEFT=&quot;cust_stock.order_type&quot; OP =&quot;=&quot;RIGHT=&quot;sordertype.order_type&quot; ) JOIN (LEFT=&quot;cust_stock.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; ) JOIN (LEFT=&quot;customer.state_code&quot; OP =&quot;=&quot;RIGHT=&quot;station.state_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>CUST_STOCK</update> <update>CUST_STOCK</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -1349,6 +1355,127 @@ ...@@ -1349,6 +1355,127 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>115</x>
<y>333</y>
<height>15</height>
<width>94</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>stmt_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</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>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Statement Date :</text>
<border>0</border>
<color>33554432</color>
<x>13</x>
<y>333</y>
<height>15</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>stmt_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>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Employee:</text>
<border>0</border>
<color>33554432</color>
<x>45</x>
<y>122</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_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/Stockiest:</text>
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>150</y>
<height>15</height>
<width>115</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> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>35</id> <id>35</id>
...@@ -1357,7 +1484,7 @@ ...@@ -1357,7 +1484,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>329</x> <x>329</x>
<y>514</y> <y>549</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
...@@ -1393,7 +1520,7 @@ ...@@ -1393,7 +1520,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>135</x> <x>135</x>
<y>486</y> <y>521</y>
<height>15</height> <height>15</height>
<width>86</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
...@@ -1430,7 +1557,7 @@ ...@@ -1430,7 +1557,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>253</x> <x>253</x>
<y>512</y> <y>547</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
...@@ -1466,7 +1593,7 @@ ...@@ -1466,7 +1593,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>348</x> <x>348</x>
<y>487</y> <y>522</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
...@@ -1502,7 +1629,7 @@ ...@@ -1502,7 +1629,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>349</x> <x>349</x>
<y>460</y> <y>495</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
...@@ -1538,7 +1665,7 @@ ...@@ -1538,7 +1665,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>415</x> <x>415</x>
<y>457</y> <y>492</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
...@@ -1574,7 +1701,7 @@ ...@@ -1574,7 +1701,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>413</x> <x>413</x>
<y>490</y> <y>525</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
...@@ -1610,7 +1737,7 @@ ...@@ -1610,7 +1737,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>250</x> <x>250</x>
<y>487</y> <y>522</y>
<height>15</height> <height>15</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
...@@ -1645,7 +1772,7 @@ ...@@ -1645,7 +1772,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>82</x> <x>82</x>
<y>507</y> <y>542</y>
<height>15</height> <height>15</height>
<width>45</width> <width>45</width>
<html> <html>
...@@ -1674,7 +1801,7 @@ ...@@ -1674,7 +1801,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>131</x> <x>131</x>
<y>507</y> <y>542</y>
<height>15</height> <height>15</height>
<width>86</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
...@@ -1710,7 +1837,7 @@ ...@@ -1710,7 +1837,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>13</x> <x>13</x>
<y>435</y> <y>470</y>
<height>15</height> <height>15</height>
<width>98</width> <width>98</width>
<html> <html>
...@@ -1739,7 +1866,7 @@ ...@@ -1739,7 +1866,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>115</x> <x>115</x>
<y>435</y> <y>470</y>
<height>15</height> <height>15</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
...@@ -1774,7 +1901,7 @@ ...@@ -1774,7 +1901,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>228</x> <x>228</x>
<y>435</y> <y>470</y>
<height>15</height> <height>15</height>
<width>98</width> <width>98</width>
<html> <html>
...@@ -1803,7 +1930,7 @@ ...@@ -1803,7 +1930,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>330</x> <x>330</x>
<y>435</y> <y>470</y>
<height>15</height> <height>15</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
...@@ -1831,43 +1958,6 @@ ...@@ -1831,43 +1958,6 @@
<color>553648127</color> <color>553648127</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>115</x>
<y>333</y>
<height>15</height>
<width>94</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>stmt_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</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>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>37</id> <id>37</id>
...@@ -1876,7 +1966,7 @@ ...@@ -1876,7 +1966,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>115</x> <x>115</x>
<y>361</y> <y>396</y>
<height>15</height> <height>15</height>
<width>94</width> <width>94</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
...@@ -1912,7 +2002,7 @@ ...@@ -1912,7 +2002,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>115</x> <x>115</x>
<y>385</y> <y>420</y>
<height>15</height> <height>15</height>
<width>94</width> <width>94</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
...@@ -1940,34 +2030,6 @@ ...@@ -1940,34 +2030,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Statement Date :</text>
<border>0</border>
<color>33554432</color>
<x>13</x>
<y>333</y>
<height>15</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>stmt_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>553648127</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>0</alignment> <alignment>0</alignment>
...@@ -1975,7 +2037,7 @@ ...@@ -1975,7 +2037,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>48</x> <x>48</x>
<y>361</y> <y>396</y>
<height>15</height> <height>15</height>
<width>63</width> <width>63</width>
<html> <html>
...@@ -2003,7 +2065,7 @@ ...@@ -2003,7 +2065,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>27</x> <x>27</x>
<y>385</y> <y>420</y>
<height>15</height> <height>15</height>
<width>84</width> <width>84</width>
<html> <html>
...@@ -2031,7 +2093,7 @@ ...@@ -2031,7 +2093,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>230</x> <x>230</x>
<y>361</y> <y>396</y>
<height>15</height> <height>15</height>
<width>66</width> <width>66</width>
<html> <html>
...@@ -2059,7 +2121,7 @@ ...@@ -2059,7 +2121,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>212</x> <x>212</x>
<y>385</y> <y>420</y>
<height>15</height> <height>15</height>
<width>84</width> <width>84</width>
<html> <html>
...@@ -2088,7 +2150,7 @@ ...@@ -2088,7 +2150,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>300</x> <x>300</x>
<y>361</y> <y>396</y>
<height>15</height> <height>15</height>
<width>86</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
...@@ -2124,7 +2186,7 @@ ...@@ -2124,7 +2186,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>300</x> <x>300</x>
<y>385</y> <y>420</y>
<height>15</height> <height>15</height>
<width>86</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
...@@ -2160,7 +2222,7 @@ ...@@ -2160,7 +2222,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>481</x> <x>481</x>
<y>361</y> <y>396</y>
<height>15</height> <height>15</height>
<width>86</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
...@@ -2196,7 +2258,7 @@ ...@@ -2196,7 +2258,7 @@
<border>0</border> <border>0</border>
<color>255</color> <color>255</color>
<x>481</x> <x>481</x>
<y>385</y> <y>420</y>
<height>15</height> <height>15</height>
<width>86</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
...@@ -2231,7 +2293,7 @@ ...@@ -2231,7 +2293,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>407</x> <x>407</x>
<y>361</y> <y>396</y>
<height>15</height> <height>15</height>
<width>70</width> <width>70</width>
<html> <html>
...@@ -2259,7 +2321,7 @@ ...@@ -2259,7 +2321,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>391</x> <x>391</x>
<y>385</y> <y>420</y>
<height>15</height> <height>15</height>
<width>88</width> <width>88</width>
<html> <html>
...@@ -2282,19 +2344,19 @@ ...@@ -2282,19 +2344,19 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>0</alignment>
<text>Employee:</text> <text>Station :</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>45</x> <x>13</x>
<y>122</y> <y>354</y>
<height>15</height> <height>16</height>
<width>69</width> <width>98</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>station_descr_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -2305,24 +2367,25 @@ ...@@ -2305,24 +2367,25 @@
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>39</id>
<text>Customer/Stockiest:</text> <alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>255</color>
<x>4</x> <x>117</x>
<y>150</y> <y>353</y>
<height>15</height> <height>16</height>
<width>115</width> <width>240</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cust_code_t</name> <name>descr</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -2333,9 +2396,9 @@ ...@@ -2333,9 +2396,9 @@
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>553648127</color>
</background> </background>
</TextObject> </ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -108,7 +108,18 @@ ...@@ -108,7 +108,18 @@
<name>lr_no</name> <name>lr_no</name>
<dbname>invoice.lr_no</dbname> <dbname>invoice.lr_no</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock_inv&quot; ) TABLE(NAME=&quot;invoice&quot; ) TABLE(NAME=&quot;transporter&quot; ) COLUMN(NAME=&quot;cust_stock_inv.tran_id&quot;) COLUMN(NAME=&quot;cust_stock_inv.invoice_id&quot;) COLUMN(NAME=&quot;cust_stock_inv.invoice_date&quot;) COLUMN(NAME=&quot;cust_stock_inv.dlv_flg&quot;) COLUMN(NAME=&quot;cust_stock_inv.net_amt&quot;) COLUMN(NAME=&quot;invoice.lr_date&quot;) COLUMN(NAME=&quot;invoice.tran_code&quot;) COLUMN(NAME=&quot;transporter.tran_name&quot;) COLUMN(NAME=&quot;invoice.lr_no&quot;) JOIN (LEFT=&quot;cust_stock_inv.invoice_id&quot; OP =&quot;=&quot;RIGHT=&quot;invoice.invoice_id&quot; ) JOIN (LEFT=&quot;invoice.tran_code&quot; OP =&quot;=&quot;RIGHT=&quot;transporter.tran_code&quot; )WHERE( EXP1 =&quot;cust_stock_inv.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;CUST_STOCK_INV~&quot;.~&quot;INVOICE_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:invoice_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) ARG(NAME = &quot;invoice_id&quot; TYPE = string) </retrieve> <table_column>
<type size="6">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ref_ser</name>
<dbname>cust_stock_inv.ref_ser</dbname>
<values>
<item display="Invoice" data="S-INV"/>
<item display="Return" data="S-RET"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock_inv&quot; ) TABLE(NAME=&quot;invoice&quot; ) TABLE(NAME=&quot;transporter&quot; ) COLUMN(NAME=&quot;cust_stock_inv.tran_id&quot;) COLUMN(NAME=&quot;cust_stock_inv.invoice_id&quot;) COLUMN(NAME=&quot;cust_stock_inv.invoice_date&quot;) COLUMN(NAME=&quot;cust_stock_inv.dlv_flg&quot;) COLUMN(NAME=&quot;cust_stock_inv.net_amt&quot;) COLUMN(NAME=&quot;invoice.lr_date&quot;) COLUMN(NAME=&quot;invoice.tran_code&quot;) COLUMN(NAME=&quot;transporter.tran_name&quot;) COLUMN(NAME=&quot;invoice.lr_no&quot;) COLUMN(NAME=&quot;cust_stock_inv.ref_ser&quot;) JOIN (LEFT=&quot;cust_stock_inv.invoice_id&quot; OP =&quot;=&quot;RIGHT=&quot;invoice.invoice_id&quot; ) JOIN (LEFT=&quot;invoice.tran_code&quot; OP =&quot;=&quot;RIGHT=&quot;transporter.tran_code&quot; )WHERE( EXP1 =&quot;cust_stock_inv.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;CUST_STOCK_INV~&quot;.~&quot;INVOICE_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:invoice_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) ARG(NAME = &quot;invoice_id&quot; TYPE = string) </retrieve>
<update>CUST_STOCK_INV</update> <update>CUST_STOCK_INV</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -681,6 +692,70 @@ ...@@ -681,6 +692,70 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Invoice Flag:</text>
<border>0</border>
<color>33554432</color>
<x>282</x>
<y>140</y>
<height>16</height>
<width>156</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_ser_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>255</color>
<x>446</x>
<y>140</y>
<height>16</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_ser</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<dbname>cust_stock_det.item_code</dbname> <dbname>cust_stock_det.item_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="130">char</type> <type size="120">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>descr</name> <name>descr</name>
<dbname>item.descr</dbname> <dbname>item.descr</dbname>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<dbname>cust_stock_det.rate</dbname> <dbname>cust_stock_det.rate</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>primary_sales</name> <name>primary_sales</name>
...@@ -99,14 +99,14 @@ ...@@ -99,14 +99,14 @@
<dbname>cust_stock_det.purc_ret</dbname> <dbname>cust_stock_det.purc_ret</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>purc_ret__repl</name> <name>purc_ret__repl</name>
<dbname>cust_stock_det.purc_ret__repl</dbname> <dbname>cust_stock_det.purc_ret__repl</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>purc_ret__free</name> <name>purc_ret__free</name>
...@@ -178,28 +178,28 @@ ...@@ -178,28 +178,28 @@
<dbname>cust_stock_det.op_value</dbname> <dbname>cust_stock_det.op_value</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>purc_rcp__repl</name> <name>purc_rcp__repl</name>
<dbname>cust_stock_det.purc_rcp__repl</dbname> <dbname>cust_stock_det.purc_rcp__repl</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>purc_rcp__free</name> <name>purc_rcp__free</name>
<dbname>cust_stock_det.purc_rcp__free</dbname> <dbname>cust_stock_det.purc_rcp__free</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>transit_qty__repl</name> <name>transit_qty__repl</name>
<dbname>cust_stock_det.transit_qty__repl</dbname> <dbname>cust_stock_det.transit_qty__repl</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>transit_qty__free</name> <name>transit_qty__free</name>
...@@ -326,18 +326,6 @@ ...@@ -326,18 +326,6 @@
<name>rate_org_old</name> <name>rate_org_old</name>
<dbname>rate_org_old</dbname> <dbname>rate_org_old</dbname>
</table_column> </table_column>
<table_column>
<type size="0">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>rcp_value</name>
<dbname>rcp_value</dbname>
</table_column>
<table_column>
<type size="0">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>repl_value</name>
<dbname>repl_value</dbname>
</table_column>
<table_column> <table_column>
<type size="0">char</type> <type size="0">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -363,25 +351,63 @@ ...@@ -363,25 +351,63 @@
<dbname>formula_value</dbname> <dbname>formula_value</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="0">char</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>free_value</name> <name>rcp_val</name>
<dbname>free_value</dbname> <dbname>cust_stock_det.rcp_val</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="0">char</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>transit_value</name> <name>rcp_repl_val</name>
<dbname>transit_value</dbname> <dbname>cust_stock_det.rcp_repl_val</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="0">char</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>rcp_free_val</name>
<dbname>cust_stock_det.rcp_free_val</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ret_val</name>
<dbname>cust_stock_det.ret_val</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ret_free_val</name>
<dbname>cust_stock_det.ret_free_val</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>transit_bill_val</name>
<dbname>cust_stock_det.transit_bill_val</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>transit_repl_val</name>
<dbname>cust_stock_det.transit_repl_val</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>sret_vale</name> <name>transit_free_val</name>
<dbname>sret_vale</dbname> <dbname>cust_stock_det.transit_free_val</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock_det&quot; ) TABLE(NAME=&quot;item&quot; ) COLUMN(NAME=&quot;cust_stock_det.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;cust_stock_det.unit&quot;) COLUMN(NAME=&quot;cust_stock_det.rate&quot;) COLUMN(NAME=&quot;cust_stock_det.primary_sales&quot;) COLUMN(NAME=&quot;cust_stock_det.op_stock&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret__free&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_stock&quot;) COLUMN(NAME=&quot;cust_stock_det.sales&quot;) COLUMN(NAME=&quot;cust_stock_det.tran_id&quot;) COLUMN(NAME=&quot;cust_stock_det.line_no&quot;) COLUMN(NAME=&quot;cust_stock_det.item_ser&quot;) COLUMN(NAME=&quot;cust_stock_det.sales_value&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_value&quot;) COLUMN(NAME=&quot;cust_stock_det.op_value&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp__free&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty__free&quot;) COLUMN(NAME=&quot;cust_stock_det.adj_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_user&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_term&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_date&quot;) COLUMN(NAME=&quot;cust_stock_det.sale_order&quot;) COLUMN(NAME=&quot;cust_stock_det.loc_type&quot;) COLUMN(NAME=&quot;cust_stock_det.pur_value&quot;) COLUMN(NAME=&quot;cust_stock_det.match_opstk&quot;) COLUMN(NAME=&quot;cust_stock_det.match_clstk&quot;) COLUMN(NAME=&quot;cust_stock_det.remarks&quot;) COLUMN(NAME=&quot;cust_stock_det.demand_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.adhoc_repl_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.cust_item__ref&quot;) COLUMN(NAME=&quot;cust_stock_det.cust_purc_rcp&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_stock__org&quot;) COLUMN(NAME=&quot;cust_stock_det.rate__org&quot;) COLUMN(NAME=&quot;cust_stock_det.sales__org&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rate_old&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rate_org_old&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rcp_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as repl_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cm_invoice&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cm_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as secondary_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as formula_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as free_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as transit_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as sret_vale&quot;) JOIN (LEFT=&quot;cust_stock_det.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK_DET.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;CUST_STOCK_DET.LINE_NO&quot; OP =&quot;=&quot; EXP2 =&quot;:line_no&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) ARG(NAME = &quot;line_no&quot; TYPE = number) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;cust_stock_det&quot; ) TABLE(NAME=&quot;item&quot; ) COLUMN(NAME=&quot;cust_stock_det.item_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;cust_stock_det.unit&quot;) COLUMN(NAME=&quot;cust_stock_det.rate&quot;) COLUMN(NAME=&quot;cust_stock_det.primary_sales&quot;) COLUMN(NAME=&quot;cust_stock_det.op_stock&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_ret__free&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_stock&quot;) COLUMN(NAME=&quot;cust_stock_det.sales&quot;) COLUMN(NAME=&quot;cust_stock_det.tran_id&quot;) COLUMN(NAME=&quot;cust_stock_det.line_no&quot;) COLUMN(NAME=&quot;cust_stock_det.item_ser&quot;) COLUMN(NAME=&quot;cust_stock_det.sales_value&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_value&quot;) COLUMN(NAME=&quot;cust_stock_det.op_value&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.purc_rcp__free&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty__repl&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_qty__free&quot;) COLUMN(NAME=&quot;cust_stock_det.adj_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_user&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_term&quot;) COLUMN(NAME=&quot;cust_stock_det.chg_date&quot;) COLUMN(NAME=&quot;cust_stock_det.sale_order&quot;) COLUMN(NAME=&quot;cust_stock_det.loc_type&quot;) COLUMN(NAME=&quot;cust_stock_det.pur_value&quot;) COLUMN(NAME=&quot;cust_stock_det.match_opstk&quot;) COLUMN(NAME=&quot;cust_stock_det.match_clstk&quot;) COLUMN(NAME=&quot;cust_stock_det.remarks&quot;) COLUMN(NAME=&quot;cust_stock_det.demand_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.adhoc_repl_qty&quot;) COLUMN(NAME=&quot;cust_stock_det.cust_item__ref&quot;) COLUMN(NAME=&quot;cust_stock_det.cust_purc_rcp&quot;) COLUMN(NAME=&quot;cust_stock_det.cl_stock__org&quot;) COLUMN(NAME=&quot;cust_stock_det.rate__org&quot;) COLUMN(NAME=&quot;cust_stock_det.sales__org&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rate_old&quot;) COMPUTE(NAME=&quot;&apos;&apos; as rate_org_old&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cm_invoice&quot;) COMPUTE(NAME=&quot;&apos;&apos; as cm_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as secondary_value&quot;) COMPUTE(NAME=&quot;&apos;&apos; as formula_value&quot;) COLUMN(NAME=&quot;cust_stock_det.rcp_val&quot;) COLUMN(NAME=&quot;cust_stock_det.rcp_repl_val&quot;) COLUMN(NAME=&quot;cust_stock_det.rcp_free_val&quot;) COLUMN(NAME=&quot;cust_stock_det.ret_val&quot;) COLUMN(NAME=&quot;cust_stock_det.ret_free_val&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_bill_val&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_repl_val&quot;) COLUMN(NAME=&quot;cust_stock_det.transit_free_val&quot;) JOIN (LEFT=&quot;cust_stock_det.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; )WHERE( EXP1 =&quot;CUST_STOCK_DET.TRAN_ID&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;CUST_STOCK_DET.LINE_NO&quot; OP =&quot;=&quot; EXP2 =&quot;:line_no&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) ARG(NAME = &quot;line_no&quot; TYPE = number) </retrieve>
<update>cust_stock_det</update> <update>CUST_STOCK_DET</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -1053,110 +1079,6 @@ ...@@ -1053,110 +1079,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>1</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>255</color>
<x>359</x>
<y>163</y>
<height>18</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cl_stock</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>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Purc Rcp Repl:</text>
<border>0</border>
<color>33554432</color>
<x>22</x>
<y>186</y>
<height>15</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>purc_rcp__repl_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>20</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>128</x>
<y>186</y>
<height>18</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>purc_rcp__repl</name>
<visible>0</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> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>40</id> <id>40</id>
...@@ -1865,7 +1787,7 @@ ...@@ -1865,7 +1787,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>831</x> <x>929</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
...@@ -1873,7 +1795,7 @@ ...@@ -1873,7 +1795,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rcp_value</name> <name>cm_invoice</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1901,7 +1823,7 @@ ...@@ -1901,7 +1823,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>880</x> <x>978</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
...@@ -1909,7 +1831,7 @@ ...@@ -1909,7 +1831,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>repl_value</name> <name>cm_value</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1937,7 +1859,7 @@ ...@@ -1937,7 +1859,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>929</x> <x>1027</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
...@@ -1945,7 +1867,7 @@ ...@@ -1945,7 +1867,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cm_invoice</name> <name>secondary_value</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1973,7 +1895,7 @@ ...@@ -1973,7 +1895,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>978</x> <x>1076</x>
<y>1</y> <y>1</y>
<height>15</height> <height>15</height>
<width>48</width> <width>48</width>
...@@ -1981,7 +1903,7 @@ ...@@ -1981,7 +1903,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cm_value</name> <name>formula_value</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2002,29 +1924,21 @@ ...@@ -2002,29 +1924,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>47</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Recv Inv:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>33554432</color>
<color>255</color> <x>22</x>
<x>1027</x> <y>260</y>
<y>1</y> <height>16</height>
<height>15</height> <width>102</width>
<width>48</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>secondary_value</name> <name>rcp_val_t</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -2037,30 +1951,22 @@ ...@@ -2037,30 +1951,22 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>48</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Replc Val:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>33554432</color>
<color>255</color> <x>251</x>
<x>1076</x> <y>262</y>
<y>1</y> <height>16</height>
<height>15</height> <width>102</width>
<width>48</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>formula_value</name> <name>rcp_repl_val_t</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -2073,23 +1979,23 @@ ...@@ -2073,23 +1979,23 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>49</id> <id>47</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>0</border>
<color>255</color> <color>255</color>
<x>1125</x> <x>129</x>
<y>1</y> <y>260</y>
<height>15</height> <height>16</height>
<width>48</width> <width>73</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>free_value</name> <name>rcp_val</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2110,29 +2016,21 @@ ...@@ -2110,29 +2016,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>50</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Free Inv Rcvd:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>33554432</color>
<color>255</color> <x>22</x>
<x>1174</x> <y>281</y>
<y>1</y> <height>16</height>
<height>15</height> <width>102</width>
<width>48</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>transit_value</name> <name>rcp_free_val_t</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -2145,23 +2043,351 @@ ...@@ -2145,23 +2043,351 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>51</id> <id>48</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>0</border>
<color>255</color> <color>255</color>
<x>1223</x> <x>359</x>
<y>1</y> <y>262</y>
<height>15</height> <height>16</height>
<width>48</width> <width>68</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rcp_repl_val</name>
<visible>0</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>Ret Sales Return:</text>
<border>0</border>
<color>33554432</color>
<x>250</x>
<y>282</y>
<height>16</height>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ret_val_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>49</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>0</border>
<color>255</color>
<x>129</x>
<y>281</y>
<height>16</height>
<width>74</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rcp_free_val</name>
<visible>0</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>Ret Free Inv:</text>
<border>0</border>
<color>33554432</color>
<x>22</x>
<y>303</y>
<height>16</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ret_free_val_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>50</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>0</border>
<color>255</color>
<x>359</x>
<y>282</y>
<height>16</height>
<width>258</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ret_val</name>
<visible>0</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>Store Transit Inv:</text>
<border>0</border>
<color>33554432</color>
<x>250</x>
<y>303</y>
<height>16</height>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_bill_val_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>51</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>0</border>
<color>255</color>
<x>129</x>
<y>303</y>
<height>16</height>
<width>76</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ret_free_val</name>
<visible>0</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>53</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>0</border>
<color>255</color>
<x>129</x>
<y>322</y>
<height>16</height>
<width>82</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_repl_val</name>
<visible>0</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>Transit Replc Val:</text>
<border>0</border>
<color>33554432</color>
<x>21</x>
<y>323</y>
<height>16</height>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_repl_val_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>52</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>0</border>
<color>255</color>
<x>359</x>
<y>303</y>
<height>16</height>
<width>258</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_bill_val</name>
<visible>0</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>54</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>0</border>
<color>255</color>
<x>359</x>
<y>323</y>
<height>16</height>
<width>258</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sret_vale</name> <name>transit_free_val</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2182,6 +2408,34 @@ ...@@ -2182,6 +2408,34 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Transit Free Inv:</text>
<border>0</border>
<color>33554432</color>
<x>250</x>
<y>323</y>
<height>16</height>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>transit_free_val_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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -2210,6 +2464,44 @@ ...@@ -2210,6 +2464,44 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>1</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>255</color>
<x>359</x>
<y>163</y>
<height>18</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cl_stock</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>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -2408,14 +2700,42 @@ ...@@ -2408,14 +2700,42 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>FRS :</text>
<border>0</border>
<color>33554432</color>
<x>22</x>
<y>138</y>
<height>15</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>purc_ret__repl_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> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>9</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>358</x> <x>128</x>
<y>138</y> <y>138</y>
<height>18</height> <height>18</height>
<width>72</width> <width>72</width>
...@@ -2423,7 +2743,7 @@ ...@@ -2423,7 +2743,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>purc_ret__free</name> <name>purc_ret__repl</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2474,20 +2794,58 @@ ...@@ -2474,20 +2794,58 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>358</x>
<y>138</y>
<height>18</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>purc_ret__free</name>
<visible>0</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>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>FRS :</text> <text>Transit Quantity :</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>22</x>
<y>138</y> <y>163</y>
<height>15</height> <height>15</height>
<width>102</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>purc_ret__repl_t</name> <name>transit_qty_t</name>
<visible>0</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -2504,20 +2862,20 @@ ...@@ -2504,20 +2862,20 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>11</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>128</x> <x>128</x>
<y>138</y> <y>163</y>
<height>18</height> <height>18</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>purc_ret__repl</name> <name>transit_qty</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2543,17 +2901,17 @@ ...@@ -2543,17 +2901,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Transit Quantity :</text> <text>Purc Rcp Repl:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>22</x>
<y>163</y> <y>186</y>
<height>15</height> <height>15</height>
<width>102</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>transit_qty_t</name> <name>purc_rcp__repl_t</name>
<visible>0</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -2570,20 +2928,20 @@ ...@@ -2570,20 +2928,20 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>20</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>128</x> <x>128</x>
<y>163</y> <y>186</y>
<height>18</height> <height>18</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>transit_qty</name> <name>purc_rcp__repl</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2609,17 +2967,17 @@ ...@@ -2609,17 +2967,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Transit Qty Free:</text> <text>Purc Rcp Free:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>251</x>
<y>210</y> <y>187</y>
<height>15</height> <height>15</height>
<width>102</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>transit_qty__free_t</name> <name>purc_rcp__free_t</name>
<visible>0</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -2636,20 +2994,20 @@ ...@@ -2636,20 +2994,20 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>23</id> <id>21</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>128</x> <x>359</x>
<y>210</y> <y>188</y>
<height>18</height> <height>18</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>transit_qty__free</name> <name>purc_rcp__free</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2675,17 +3033,17 @@ ...@@ -2675,17 +3033,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Secondry Sales:</text> <text>Transit Qty Free:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>22</x>
<y>238</y> <y>210</y>
<height>15</height> <height>15</height>
<width>102</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sales_t</name> <name>transit_qty__free_t</name>
<visible>0</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -2702,20 +3060,20 @@ ...@@ -2702,20 +3060,20 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>23</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>128</x> <x>128</x>
<y>238</y> <y>210</y>
<height>18</height> <height>18</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sales</name> <name>transit_qty__free</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2804,34 +3162,6 @@ ...@@ -2804,34 +3162,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Tran Id:</text>
<border>0</border>
<color>33554432</color>
<x>251</x>
<y>238</y>
<height>15</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_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> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>14</id>
...@@ -2873,17 +3203,17 @@ ...@@ -2873,17 +3203,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Purc Rcp Free:</text> <text>Tran Id:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>251</x> <x>251</x>
<y>187</y> <y>238</y>
<height>15</height> <height>15</height>
<width>102</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>purc_rcp__free_t</name> <name>tran_id_t</name>
<visible>0</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -2900,20 +3230,20 @@ ...@@ -2900,20 +3230,20 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>13</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>359</x> <x>128</x>
<y>188</y> <y>238</y>
<height>18</height> <height>18</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>purc_rcp__free</name> <name>sales</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2936,6 +3266,34 @@ ...@@ -2936,6 +3266,34 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Secondry Sales:</text>
<border>0</border>
<color>33554432</color>
<x>22</x>
<y>238</y>
<height>15</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sales_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> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment