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>
...@@ -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>
...@@ -113,14 +124,8 @@ ...@@ -113,14 +124,8 @@
<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>
...@@ -744,42 +784,6 @@ ...@@ -744,42 +784,6 @@
<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>
......
...@@ -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>
......
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