Commit f2e926f6 authored by caluka's avatar caluka

add user,add date,add term,change user,Change date,change term added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102434 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d52fd928
...@@ -191,8 +191,44 @@ ...@@ -191,8 +191,44 @@
<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>datetime</type>
<updatewhereclause>yes</updatewhereclause>
<name>add_date</name>
<dbname>cust_stock.add_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>add_user</name>
<dbname>cust_stock.add_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>add_term</name>
<dbname>cust_stock.add_term</dbname>
</table_column>
<table_column>
<type>datetime</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>cust_stock.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>cust_stock.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>cust_stock.chg_term</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;) 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 +246,7 @@ ...@@ -210,7 +246,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>2696</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>146</width> <width>146</width>
...@@ -708,13 +744,181 @@ ...@@ -708,13 +744,181 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text> Add Date</text>
<border>0</border>
<color>33554432</color>
<x>2029</x>
<y>1</y>
<height>17</height>
<width>105</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_date_t</name>
<visible>1</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> Add User</text>
<border>0</border>
<color>33554432</color>
<x>2136</x>
<y>1</y>
<height>17</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_user_t</name>
<visible>1</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>Add Term</text>
<border>0</border>
<color>33554432</color>
<x>2231</x>
<y>2</y>
<height>17</height>
<width>108</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_term_t</name>
<visible>1</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>Change Date</text>
<border>0</border>
<color>33554432</color>
<x>2341</x>
<y>1</y>
<height>17</height>
<width>112</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</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>Change User</text>
<border>0</border>
<color>33554432</color>
<x>2455</x>
<y>1</y>
<height>17</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cust_stock_chg_user_t</name>
<visible>1</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>Change Term</text>
<border>0</border>
<color>33554432</color>
<x>2556</x>
<y>1</y>
<height>17</height>
<width>138</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</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>Confirmed</text> <text>Confirmed</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2177</x> <x>2844</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -742,7 +946,7 @@ ...@@ -742,7 +946,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>2934</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>133</width> <width>133</width>
...@@ -770,7 +974,7 @@ ...@@ -770,7 +974,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>3069</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>118</width> <width>118</width>
...@@ -837,10 +1041,10 @@ ...@@ -837,10 +1041,10 @@
<tabsequence>110</tabsequence> <tabsequence>110</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1143</x> <x>1144</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>104</width> <width>103</width>
<format>dd/mm/yy</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1024,10 +1228,10 @@ ...@@ -1024,10 +1228,10 @@
<tabsequence>100</tabsequence> <tabsequence>100</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1020</x> <x>1021</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>121</width> <width>120</width>
<format>dd/mm/yy</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1093,10 +1297,10 @@ ...@@ -1093,10 +1297,10 @@
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>210</tabsequence> <tabsequence>270</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2402</x> <x>3069</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>118</width> <width>118</width>
...@@ -1311,10 +1515,10 @@ ...@@ -1311,10 +1515,10 @@
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>250</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2177</x> <x>2844</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1347,10 +1551,10 @@ ...@@ -1347,10 +1551,10 @@
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>260</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2267</x> <x>2934</x>
<y>0</y> <y>0</y>
<height>16</height> <height>16</height>
<width>133</width> <width>133</width>
...@@ -1454,10 +1658,10 @@ ...@@ -1454,10 +1658,10 @@
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>180</tabsequence> <tabsequence>240</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2029</x> <x>2696</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>146</width> <width>146</width>
...@@ -1558,6 +1762,220 @@ ...@@ -1558,6 +1762,220 @@
<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>2030</x>
<y>1</y>
<height>16</height>
<width>104</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>190</tabsequence>
<border>0</border>
<color>0</color>
<x>2136</x>
<y>1</y>
<height>16</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_user</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>24</id>
<alignment>0</alignment>
<tabsequence>200</tabsequence>
<border>0</border>
<color>0</color>
<x>2231</x>
<y>1</y>
<height>16</height>
<width>108</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_term</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>25</id>
<alignment>0</alignment>
<tabsequence>210</tabsequence>
<border>0</border>
<color>0</color>
<x>2342</x>
<y>1</y>
<height>16</height>
<width>111</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>26</id>
<alignment>0</alignment>
<tabsequence>220</tabsequence>
<border>0</border>
<color>0</color>
<x>2455</x>
<y>1</y>
<height>16</height>
<width>99</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</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>27</id>
<alignment>0</alignment>
<tabsequence>230</tabsequence>
<border>0</border>
<color>0</color>
<x>2556</x>
<y>1</y>
<height>16</height>
<width>138</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</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>
......
...@@ -26,8 +26,14 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -26,8 +26,14 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="cust_stock.status" ) column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="cust_stock.status" )
column=(type=char(6) updatewhereclause=yes name=status_dis dbname="status_dis" ) column=(type=char(6) updatewhereclause=yes name=status_dis dbname="status_dis" )
column=(type=char(4000) updatewhereclause=yes name=position_descr dbname="position_descr" ) column=(type=char(4000) updatewhereclause=yes name=position_descr dbname="position_descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"station~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"customer.stan_code~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"station.descr~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"cust_stock.prd_code~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.conf_date~") COLUMN(NAME=~"cust_stock.pos_code~") COLUMN(NAME=~"cust_stock.emp_code~") COLUMN(NAME=~"cust_stock.status~") COMPUTE(NAME=~"(CASE WHEN cust_stock.status is null THEN 'Open' WHEN cust_stock.status='O' THEN 'Open' WHEN cust_stock.status='S' THEN 'Submit' ELSE 'Open' end) as status_dis~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"customer.stan_code~" OP =~"=~"RIGHT=~"station.stan_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="cust_stock" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) ) column=(type=datetime updatewhereclause=yes name=add_date dbname="cust_stock.add_date" )
text(band=header alignment="0" text="Cust Stock Status" border="0" color="33554432" x="2029" y="1" height="17" width="146" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column=(type=char(10) updatewhereclause=yes name=add_user dbname="cust_stock.add_user" )
column=(type=char(15) updatewhereclause=yes name=add_term dbname="cust_stock.add_term" )
column=(type=datetime updatewhereclause=yes name=chg_date dbname="cust_stock.chg_date" )
column=(type=char(10) updatewhereclause=yes name=chg_user dbname="cust_stock.chg_user" )
column=(type=char(15) updatewhereclause=yes name=chg_term dbname="cust_stock.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"station~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"customer.stan_code~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"station.descr~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"cust_stock.prd_code~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.conf_date~") COLUMN(NAME=~"cust_stock.pos_code~") COLUMN(NAME=~"cust_stock.emp_code~") COLUMN(NAME=~"cust_stock.status~") COMPUTE(NAME=~"(CASE WHEN cust_stock.status is null THEN 'Open' WHEN cust_stock.status='O' THEN 'Open' WHEN cust_stock.status='S' THEN 'Submit' ELSE 'Open' end) as status_dis~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") COLUMN(NAME=~"cust_stock.add_date~") COLUMN(NAME=~"cust_stock.add_user~") COLUMN(NAME=~"cust_stock.add_term~") COLUMN(NAME=~"cust_stock.chg_date~") COLUMN(NAME=~"cust_stock.chg_user~") COLUMN(NAME=~"cust_stock.chg_term~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"customer.stan_code~" OP =~"=~"RIGHT=~"station.stan_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="CUST_STOCK" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) )
text(band=header alignment="0" text="Cust Stock Status" border="0" color="33554432" x="2696" y="1" height="17" width="146" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Status" border="0" color="0" x="2" y="4" height="16" width="94" html.valueishtml="0" name=status_dis_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Status" border="0" color="0" x="2" y="4" height="16" width="94" html.valueishtml="0" name=status_dis_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Customer/Stockiest" border="0" color="0" x="98" y="0" height="16" width="139" html.valueishtml="0" name=cust_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Customer/Stockiest" border="0" color="0" x="98" y="0" height="16" width="139" html.valueishtml="0" name=cust_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Cust Name" border="0" color="0" x="239" y="1" height="16" width="196" html.valueishtml="0" name=cust_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Cust Name" border="0" color="0" x="239" y="1" height="16" width="196" html.valueishtml="0" name=cust_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
...@@ -45,30 +51,42 @@ text(band=header alignment="0" text=" Position Code" border="0" color="33554432" ...@@ -45,30 +51,42 @@ text(band=header alignment="0" text=" Position Code" border="0" color="33554432"
text(band=header alignment="0" text="Position Descr" border="0" color="33554432" x="1469" y="1" height="17" width="213" html.valueishtml="0" name=position_descr_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Position Descr" border="0" color="33554432" x="1469" y="1" height="17" width="213" html.valueishtml="0" name=position_descr_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Transaction Id" border="0" color="0" x="1774" y="2" height="16" width="128" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Transaction Id" border="0" color="0" x="1774" y="2" height="16" width="128" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Tran Id Last" border="0" color="0" x="1904" y="2" height="16" width="123" html.valueishtml="0" name=tran_id__last_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Tran Id Last" border="0" color="0" x="1904" y="2" height="16" width="123" html.valueishtml="0" name=tran_id__last_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Confirmed" border="0" color="0" x="2177" y="1" height="16" width="88" html.valueishtml="0" name=confirmed_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text=" Add Date" border="0" color="33554432" x="2029" y="1" height="17" width="105" html.valueishtml="0" name=add_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Conf Date" border="0" color="0" x="2267" y="1" height="16" width="133" html.valueishtml="0" name=conf_date_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text=" Add User" border="0" color="33554432" x="2136" y="1" height="17" width="93" html.valueishtml="0" name=add_user_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Station Code" border="0" color="33554432" x="2402" y="1" height="16" width="118" html.valueishtml="0" name=stan_code_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Add Term" border="0" color="33554432" x="2231" y="2" height="17" width="108" html.valueishtml="0" name=add_term_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Change Date" border="0" color="33554432" x="2341" y="1" height="17" width="112" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Change User" border="0" color="33554432" x="2455" y="1" height="17" width="99" html.valueishtml="0" name=cust_stock_chg_user_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Change Term" border="0" color="33554432" x="2556" y="1" height="17" width="138" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Confirmed" border="0" color="0" x="2844" y="1" height="16" width="88" html.valueishtml="0" name=confirmed_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Conf Date" border="0" color="0" x="2934" y="1" height="16" width="133" html.valueishtml="0" name=conf_date_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Station Code" border="0" color="33554432" x="3069" y="1" height="16" width="118" html.valueishtml="0" name=stan_code_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=160 border="0" color="0" x="1774" y="2" height="16" width="128" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=2 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=160 border="0" color="0" x="1774" y="2" height="16" width="128" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=2 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=110 border="0" color="0" x="1143" y="2" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=tran_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=2 alignment="0" tabsequence=110 border="0" color="0" x="1144" y="2" height="16" width="103" format="dd/mm/yy" html.valueishtml="0" name=tran_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=20 border="0" color="0" x="98" y="2" height="16" width="139" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=20 border="0" color="0" x="98" y="2" height="16" width="139" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=120 border="0" color="0" x="1249" y="2" height="16" width="70" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=4 alignment="0" tabsequence=120 border="0" color="0" x="1249" y="2" height="16" width="70" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=170 border="0" color="0" x="1904" y="2" height="16" width="123" format="[general]" html.valueishtml="0" name=tran_id__last visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=5 alignment="0" tabsequence=170 border="0" color="0" x="1904" y="2" height="16" width="123" format="[general]" html.valueishtml="0" name=tran_id__last visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=50 border="0" color="0" x="552" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=item_ser visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=6 alignment="0" tabsequence=50 border="0" color="0" x="552" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=item_ser visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=100 border="0" color="0" x="1020" y="2" height="16" width="121" format="dd/mm/yy" html.valueishtml="0" name=stmt_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=7 alignment="0" tabsequence=100 border="0" color="0" x="1021" y="2" height="16" width="120" format="dd/mm/yy" html.valueishtml="0" name=stmt_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=30 border="0" color="0" x="239" y="0" height="16" width="196" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=8 alignment="0" tabsequence=30 border="0" color="0" x="239" y="0" height="16" width="196" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=210 border="0" color="0" x="2402" y="1" height="16" width="118" format="[general]" html.valueishtml="0" name=stan_code visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=9 alignment="0" tabsequence=270 border="0" color="0" x="3069" y="1" height="16" width="118" format="[general]" html.valueishtml="0" name=stan_code visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=90 border="0" color="0" x="932" y="1" height="16" width="86" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=10 alignment="0" tabsequence=90 border="0" color="0" x="932" y="1" height="16" width="86" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=40 border="0" color="0" x="437" y="1" height="16" width="113" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=11 alignment="0" tabsequence=40 border="0" color="0" x="437" y="1" height="16" width="113" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=60 border="0" color="0" x="620" y="1" height="16" width="105" format="dd/mm/yy" html.valueishtml="0" name=from_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=12 alignment="0" tabsequence=60 border="0" color="0" x="620" y="1" height="16" width="105" format="dd/mm/yy" html.valueishtml="0" name=from_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=70 border="0" color="0" x="727" y="1" height="16" width="102" format="dd/mm/yy" html.valueishtml="0" name=to_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=13 alignment="0" tabsequence=70 border="0" color="0" x="727" y="1" height="16" width="102" format="dd/mm/yy" html.valueishtml="0" name=to_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=80 border="0" color="0" x="831" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=14 alignment="0" tabsequence=80 border="0" color="0" x="831" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=190 border="0" color="0" x="2177" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=confirmed visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=15 alignment="0" tabsequence=250 border="0" color="0" x="2844" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=confirmed visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=200 border="0" color="0" x="2267" y="0" height="16" width="133" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="0" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=16 alignment="0" tabsequence=260 border="0" color="0" x="2934" y="0" height="16" width="133" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="0" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=130 border="0" color="0" x="1321" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=pos_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=17 alignment="0" tabsequence=130 border="0" color="0" x="1321" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=pos_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=150 border="0" color="0" x="1684" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=18 alignment="0" tabsequence=150 border="0" color="0" x="1684" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=180 border="0" color="0" x="2029" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=status visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=19 alignment="0" tabsequence=240 border="0" color="0" x="2696" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=status visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=10 border="0" color="0" x="2" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=status_dis visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=20 alignment="0" tabsequence=10 border="0" color="0" x="2" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=status_dis visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=140 border="0" color="0" x="1469" y="1" height="16" width="213" format="[general]" html.valueishtml="0" name=position_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=21 alignment="0" tabsequence=140 border="0" color="0" x="1469" y="1" height="16" width="213" format="[general]" html.valueishtml="0" name=position_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=180 border="0" color="0" x="2030" y="1" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=add_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=190 border="0" color="0" x="2136" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=add_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=200 border="0" color="0" x="2231" y="1" height="16" width="108" format="[general]" html.valueishtml="0" name=add_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=25 alignment="0" tabsequence=210 border="0" color="0" x="2342" y="1" height="16" width="111" format="dd/mm/yy" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=26 alignment="0" tabsequence=220 border="0" color="0" x="2455" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=27 alignment="0" tabsequence=230 border="0" color="0" x="2556" y="1" height="16" width="138" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(usetemplate="" headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_cust_stoc_gwt_view" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><tran_id>order_type</tran_id><tran_date>tran_date</tran_date><cust_code>cust_code</cust_code><site_code>site_code</site_code><tran_id__last>cust_name</tran_id__last><item_ser>item_ser</item_ser><stmt_date>stmt_date</stmt_date></untitled_row></untitled>")) export.xml(usetemplate="" headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_cust_stoc_gwt_view" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><tran_id>order_type</tran_id><tran_date>tran_date</tran_date><cust_code>cust_code</cust_code><site_code>site_code</site_code><tran_id__last>cust_name</tran_id__last><item_ser>item_ser</item_ser><stmt_date>stmt_date</stmt_date></untitled_row></untitled>"))
......
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