Commit 82e0c4cc authored by ssurve's avatar ssurve

Invoice Amendment Req. ID - WM2CSUN002 cust_pord, pord_date added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93148 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7d063102
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>561</height>
<height>611</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -313,14 +313,14 @@
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf__str1</name>
<dbname>udf__str1</dbname>
<dbname>invoice_amendment.udf__str1</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf__str2</name>
<dbname>udf__str2</dbname>
<dbname>invoice_amendment.udf__str2</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
......@@ -398,8 +398,22 @@
<name>tran_id</name>
<dbname>invoice_amendment.tran_id</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;invoice_amendment&quot; ) TABLE(NAME=&quot;invoice&quot; ) TABLE(NAME=&quot;transporter&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;sales_pers&quot; ) TABLE(NAME=&quot;station&quot; ) COLUMN(NAME=&quot;invoice_amendment.invoice_id&quot;) COLUMN(NAME=&quot;invoice_amendment.status&quot;) COLUMN(NAME=&quot;invoice_amendment.eff_date&quot;) COLUMN(NAME=&quot;invoice_amendment.desp_id&quot;) COLUMN(NAME=&quot;invoice_amendment.tran_code&quot;) COLUMN(NAME=&quot;invoice_amendment.lr_no&quot;) COLUMN(NAME=&quot;invoice_amendment.lr_date&quot;) COLUMN(NAME=&quot;invoice_amendment.octroi_rcp_no&quot;) COLUMN(NAME=&quot;invoice_amendment.octroi_rcp_date&quot;) COLUMN(NAME=&quot;invoice_amendment.remarks&quot;) COLUMN(NAME=&quot;transporter.tran_name&quot;) COLUMN(NAME=&quot;invoice_amendment.ref_no&quot;) COLUMN(NAME=&quot;invoice_amendment.ref_date&quot;) COLUMN(NAME=&quot;invoice_amendment.no_art&quot;) COLUMN(NAME=&quot;invoice_amendment.gp_no&quot;) COLUMN(NAME=&quot;invoice_amendment.gp_date&quot;) COLUMN(NAME=&quot;invoice_amendment.gr_no&quot;) COLUMN(NAME=&quot;invoice_amendment.gr_date&quot;) COLUMN(NAME=&quot;invoice_amendment.curr_code__frt&quot;) COLUMN(NAME=&quot;invoice_amendment.exch_rate__frt&quot;) COLUMN(NAME=&quot;invoice_amendment.frt_amt&quot;) COLUMN(NAME=&quot;invoice_amendment.curr_code__ins&quot;) COLUMN(NAME=&quot;invoice_amendment.exch_rate__ins&quot;) COLUMN(NAME=&quot;invoice_amendment.ins_amt&quot;) COLUMN(NAME=&quot;invoice_amendment.sail_date&quot;) COLUMN(NAME=&quot;invoice_amendment.lorry_no&quot;) COLUMN(NAME=&quot;invoice.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;invoice.sales_pers&quot;) COLUMN(NAME=&quot;sales_pers.sp_name&quot;) COMPUTE(NAME=&quot;&apos;&apos; as item_info&quot;) COLUMN(NAME=&quot;invoice_amendment.sb_no&quot;) COLUMN(NAME=&quot;invoice_amendment.sb_date&quot;) COLUMN(NAME=&quot;invoice_amendment.stan_code__init&quot;) COLUMN(NAME=&quot;station.descr&quot;) COLUMN(NAME=&quot;invoice_amendment.date_arr&quot;) COLUMN(NAME=&quot;invoice_amendment.date_dep&quot;) COLUMN(NAME=&quot;invoice_amendment.shipment_id&quot;) COMPUTE(NAME=&quot;invoice_amendment.udf__str1&quot;) COMPUTE(NAME=&quot;invoice_amendment.udf__str2&quot;) COLUMN(NAME=&quot;invoice_amendment.gross_weight&quot;) COLUMN(NAME=&quot;invoice_amendment.bl_rec_date&quot;) COLUMN(NAME=&quot;invoice_amendment.trans_mode&quot;) COMPUTE(NAME=&quot;&apos; &apos; trans_descr&quot;) COLUMN(NAME=&quot;invoice_amendment.confirmed&quot;) COLUMN(NAME=&quot;invoice_amendment.conf_date&quot;) COLUMN(NAME=&quot;invoice_amendment.emp_code__aprv&quot;) COLUMN(NAME=&quot;invoice_amendment.rd_permit_no&quot;) COLUMN(NAME=&quot;invoice_amendment.sales_sch&quot;) COLUMN(NAME=&quot;invoice_amendment.chg_date&quot;) COLUMN(NAME=&quot;invoice_amendment.tran_id&quot;) JOIN (LEFT=&quot;invoice_amendment.stan_code__init&quot; OP =&quot;=&quot;RIGHT=&quot;station.stan_code&quot; OUTER1 =&quot;invoice_amendment.stan_code__init&quot; ) JOIN (LEFT=&quot;invoice_amendment.tran_code&quot; OP =&quot;=&quot;RIGHT=&quot;transporter.tran_code&quot; OUTER1 =&quot;invoice_amendment.tran_code&quot; ) JOIN (LEFT=&quot;invoice.sales_pers&quot; OP =&quot;=&quot;RIGHT=&quot;sales_pers.sales_pers&quot; OUTER1 =&quot;invoice.sales_pers&quot; ) JOIN (LEFT=&quot;invoice_amendment.invoice_id&quot; OP =&quot;=&quot;RIGHT=&quot;invoice.invoice_id&quot; ) JOIN (LEFT=&quot;invoice.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; ) WHERE( EXP1 =&quot;invoice_amendment.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>invoice_amendment</update>
<table_column>
<type size="50">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cust_pord</name>
<dbname>invoice_amendment.cust_pord</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>pord_date</name>
<dbname>invoice_amendment.pord_date</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;invoice_amendment&quot; ) TABLE(NAME=&quot;invoice&quot; ) TABLE(NAME=&quot;transporter&quot; ) TABLE(NAME=&quot;customer&quot; ) TABLE(NAME=&quot;sales_pers&quot; ) TABLE(NAME=&quot;station&quot; ) COLUMN(NAME=&quot;invoice_amendment.invoice_id&quot;) COLUMN(NAME=&quot;invoice_amendment.status&quot;) COLUMN(NAME=&quot;invoice_amendment.eff_date&quot;) COLUMN(NAME=&quot;invoice_amendment.desp_id&quot;) COLUMN(NAME=&quot;invoice_amendment.tran_code&quot;) COLUMN(NAME=&quot;invoice_amendment.lr_no&quot;) COLUMN(NAME=&quot;invoice_amendment.lr_date&quot;) COLUMN(NAME=&quot;invoice_amendment.octroi_rcp_no&quot;) COLUMN(NAME=&quot;invoice_amendment.octroi_rcp_date&quot;) COLUMN(NAME=&quot;invoice_amendment.remarks&quot;) COLUMN(NAME=&quot;transporter.tran_name&quot;) COLUMN(NAME=&quot;invoice_amendment.ref_no&quot;) COLUMN(NAME=&quot;invoice_amendment.ref_date&quot;) COLUMN(NAME=&quot;invoice_amendment.no_art&quot;) COLUMN(NAME=&quot;invoice_amendment.gp_no&quot;) COLUMN(NAME=&quot;invoice_amendment.gp_date&quot;) COLUMN(NAME=&quot;invoice_amendment.gr_no&quot;) COLUMN(NAME=&quot;invoice_amendment.gr_date&quot;) COLUMN(NAME=&quot;invoice_amendment.curr_code__frt&quot;) COLUMN(NAME=&quot;invoice_amendment.exch_rate__frt&quot;) COLUMN(NAME=&quot;invoice_amendment.frt_amt&quot;) COLUMN(NAME=&quot;invoice_amendment.curr_code__ins&quot;) COLUMN(NAME=&quot;invoice_amendment.exch_rate__ins&quot;) COLUMN(NAME=&quot;invoice_amendment.ins_amt&quot;) COLUMN(NAME=&quot;invoice_amendment.sail_date&quot;) COLUMN(NAME=&quot;invoice_amendment.lorry_no&quot;) COLUMN(NAME=&quot;invoice.cust_code&quot;) COLUMN(NAME=&quot;customer.cust_name&quot;) COLUMN(NAME=&quot;invoice.sales_pers&quot;) COLUMN(NAME=&quot;sales_pers.sp_name&quot;) COMPUTE(NAME=&quot;&apos;&apos; as item_info&quot;) COLUMN(NAME=&quot;invoice_amendment.sb_no&quot;) COLUMN(NAME=&quot;invoice_amendment.sb_date&quot;) COLUMN(NAME=&quot;invoice_amendment.stan_code__init&quot;) COLUMN(NAME=&quot;station.descr&quot;) COLUMN(NAME=&quot;invoice_amendment.date_arr&quot;) COLUMN(NAME=&quot;invoice_amendment.date_dep&quot;) COLUMN(NAME=&quot;invoice_amendment.shipment_id&quot;) COMPUTE(NAME=&quot;invoice_amendment.udf__str1&quot;) COMPUTE(NAME=&quot;invoice_amendment.udf__str2&quot;) COLUMN(NAME=&quot;invoice_amendment.gross_weight&quot;) COLUMN(NAME=&quot;invoice_amendment.bl_rec_date&quot;) COLUMN(NAME=&quot;invoice_amendment.trans_mode&quot;) COMPUTE(NAME=&quot;&apos; &apos; trans_descr&quot;) COLUMN(NAME=&quot;invoice_amendment.confirmed&quot;) COLUMN(NAME=&quot;invoice_amendment.conf_date&quot;) COLUMN(NAME=&quot;invoice_amendment.emp_code__aprv&quot;) COLUMN(NAME=&quot;invoice_amendment.rd_permit_no&quot;) COLUMN(NAME=&quot;invoice_amendment.sales_sch&quot;) COLUMN(NAME=&quot;invoice_amendment.chg_date&quot;) COLUMN(NAME=&quot;invoice_amendment.tran_id&quot;) COLUMN(NAME=&quot;invoice_amendment.cust_pord&quot;) COLUMN(NAME=&quot;invoice_amendment.pord_date&quot;) JOIN (LEFT=&quot;invoice_amendment.stan_code__init&quot; OP =&quot;=&quot;RIGHT=&quot;station.stan_code&quot; OUTER1 =&quot;invoice_amendment.stan_code__init&quot; ) JOIN (LEFT=&quot;invoice_amendment.tran_code&quot; OP =&quot;=&quot;RIGHT=&quot;transporter.tran_code&quot; OUTER1 =&quot;invoice_amendment.tran_code&quot; ) JOIN (LEFT=&quot;invoice.sales_pers&quot; OP =&quot;=&quot;RIGHT=&quot;sales_pers.sales_pers&quot; OUTER1 =&quot;invoice.sales_pers&quot; ) JOIN (LEFT=&quot;invoice_amendment.invoice_id&quot; OP =&quot;=&quot;RIGHT=&quot;invoice.invoice_id&quot; ) JOIN (LEFT=&quot;invoice.cust_code&quot; OP =&quot;=&quot;RIGHT=&quot;customer.cust_code&quot; )WHERE( EXP1 =&quot;invoice_amendment.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>INVOICE_AMENDMENT</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -412,11 +426,11 @@
<text>Basic</text>
<border>2</border>
<color>33554432</color>
<x>0</x>
<y>4</y>
<height>554</height>
<width>507</width>
<name>basic</name>
<x>1</x>
<y>2</y>
<height>603</height>
<width>509</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -427,8 +441,8 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
<mode>2</mode>
<color>67108864</color>
</background>
</GroupBox>
<TextObject>
......@@ -444,7 +458,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_tran_id_t</name>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -510,7 +524,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_invoice_id_t</name>
<name>invoice_id_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -576,7 +590,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_desp_id_t</name>
<name>desp_id_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -604,8 +618,9 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_shipment_id_t</name>
<name>shipment_id_t</name>
<visible>1</visible>
<hidesnaked>1</hidesnaked>
<font>
<face>Tahoma</face>
<height>-10</height>
......@@ -708,7 +723,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_tran_code_t</name>
<name>tran_code_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -805,14 +820,14 @@
<text>Customer:</text>
<border>0</border>
<color>33554432</color>
<x>4</x>
<x>3</x>
<y>89</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_cust_code_t</name>
<name>cust_code_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -916,7 +931,7 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_sales_pers_t</name>
<name>sales_pers_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1007,21 +1022,29 @@
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>LR/AWB/BOL No:</text>
<border>0</border>
<id>2</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2</x>
<y>135</y>
<x>408</x>
<y>24</y>
<height>16</height>
<width>101</width>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_lr_no_t</name>
<name>status</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Tahoma</face>
<height>-10</height>
......@@ -1031,34 +1054,31 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>3</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<tabsequence>50</tabsequence>
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>135</y>
<x>408</x>
<y>45</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lr_no</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>25</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Tahoma</face>
......@@ -1076,17 +1096,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>LR Date:</text>
<text>Eff Date:</text>
<border>0</border>
<color>33554432</color>
<x>289</x>
<y>135</y>
<x>348</x>
<y>45</y>
<height>16</height>
<width>97</width>
<width>57</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_lr_date_t</name>
<name>eff_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1101,55 +1121,20 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>33554432</color>
<x>388</x>
<y>135</y>
<height>16</height>
<width>110</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lr_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Tahoma</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>1</alignment>
<text>Octroi Rcp No:</text>
<text>Status:</text>
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>158</y>
<x>363</x>
<y>24</y>
<height>16</height>
<width>97</width>
<width>42</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_octroi_rcp_no_t</name>
<name>status_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1166,27 +1151,25 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>52</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<tabsequence>370</tabsequence>
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>158</y>
<x>103</x>
<y>136</y>
<height>16</height>
<width>90</width>
<width>380</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>octroi_rcp_no</name>
<name>cust_pord</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1205,17 +1188,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Octroi Rcp Date:</text>
<text>Customer PORD:</text>
<border>0</border>
<color>33554432</color>
<x>289</x>
<y>158</y>
<x>4</x>
<y>136</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_octroi_rcp_date_t</name>
<name>cust_pord_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1230,41 +1213,6 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>33554432</color>
<x>388</x>
<y>158</y>
<height>16</height>
<width>110</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>octroi_rcp_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Tahoma</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>1</alignment>
......@@ -1272,13 +1220,13 @@
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>181</y>
<y>228</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_ref_no_t</name>
<name>ref_no_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1301,7 +1249,7 @@
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>181</y>
<y>228</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
......@@ -1338,13 +1286,13 @@
<border>0</border>
<color>33554432</color>
<x>289</x>
<y>181</y>
<y>228</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_ref_date_t</name>
<name>ref_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1367,7 +1315,7 @@
<border>5</border>
<color>33554432</color>
<x>388</x>
<y>181</y>
<y>228</y>
<height>16</height>
<width>110</width>
<format>[shortdate] [time]</format>
......@@ -1401,13 +1349,13 @@
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>205</y>
<y>252</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_trans_mode_t</name>
<name>trans_mode_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1430,7 +1378,7 @@
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>205</y>
<y>252</y>
<height>16</height>
<width>31</width>
<format>[general]</format>
......@@ -1468,7 +1416,7 @@
<border>5</border>
<color>255</color>
<x>139</x>
<y>205</y>
<y>252</y>
<height>16</height>
<width>360</width>
<format>[general]</format>
......@@ -1505,13 +1453,13 @@
<border>0</border>
<color>33554432</color>
<x>302</x>
<y>228</y>
<y>275</y>
<height>16</height>
<width>84</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_gp_date_t</name>
<name>gp_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1534,7 +1482,7 @@
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>228</y>
<y>275</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
......@@ -1571,13 +1519,13 @@
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>228</y>
<y>275</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_gp_no_t</name>
<name>gp_no_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1599,13 +1547,13 @@
<border>0</border>
<color>33554432</color>
<x>3</x>
<y>274</y>
<y>321</y>
<height>16</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_curr_code__frt_t</name>
<name>curr_code__frt_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1628,7 +1576,7 @@
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>274</y>
<y>321</y>
<height>16</height>
<width>50</width>
<format>[general]</format>
......@@ -1665,13 +1613,13 @@
<border>0</border>
<color>33554432</color>
<x>157</x>
<y>274</y>
<y>321</y>
<height>16</height>
<width>105</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_exch_rate__frt_t</name>
<name>exch_rate__frt_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1693,13 +1641,13 @@
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>297</y>
<y>344</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_curr_code__ins_t</name>
<name>curr_code__ins_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1721,13 +1669,13 @@
<border>0</border>
<color>33554432</color>
<x>350</x>
<y>297</y>
<y>344</y>
<height>16</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_ins_amt_t</name>
<name>ins_amt_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1750,7 +1698,7 @@
<border>5</border>
<color>33554432</color>
<x>427</x>
<y>297</y>
<y>344</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
......@@ -1788,7 +1736,7 @@
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>297</y>
<y>344</y>
<height>16</height>
<width>50</width>
<format>[general]</format>
......@@ -1825,13 +1773,13 @@
<border>0</border>
<color>33554432</color>
<x>160</x>
<y>296</y>
<y>343</y>
<height>17</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_exch_rate__ins_t</name>
<name>exch_rate__ins_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1853,13 +1801,13 @@
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>321</y>
<y>368</y>
<height>16</height>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_lorry_no_t</name>
<name>lorry_no_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1882,7 +1830,7 @@
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>321</y>
<y>368</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
......@@ -1919,13 +1867,13 @@
<border>0</border>
<color>33554432</color>
<x>290</x>
<y>321</y>
<y>368</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_sail_date_t</name>
<name>sail_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -1948,7 +1896,7 @@
<border>5</border>
<color>33554432</color>
<x>389</x>
<y>321</y>
<y>368</y>
<height>16</height>
<width>110</width>
<format>[shortdate] [time]</format>
......@@ -1982,13 +1930,13 @@
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>345</y>
<y>392</y>
<height>16</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_rd_permit_no_t</name>
<name>rd_permit_no_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2011,7 +1959,7 @@
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>345</y>
<y>392</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
......@@ -2049,7 +1997,7 @@
<border>5</border>
<color>33554432</color>
<x>389</x>
<y>345</y>
<y>392</y>
<height>16</height>
<width>110</width>
<format>[general]</format>
......@@ -2086,13 +2034,13 @@
<border>0</border>
<color>33554432</color>
<x>290</x>
<y>345</y>
<y>392</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_gross_weight_t</name>
<name>gross_weight_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2114,13 +2062,13 @@
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>369</y>
<y>416</y>
<height>16</height>
<width>101</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_sb_no_t</name>
<name>sb_no_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2143,7 +2091,7 @@
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>369</y>
<y>416</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
......@@ -2180,13 +2128,13 @@
<border>0</border>
<color>33554432</color>
<x>283</x>
<y>369</y>
<y>416</y>
<height>16</height>
<width>104</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_sb_date_t</name>
<name>sb_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2209,7 +2157,7 @@
<border>5</border>
<color>33554432</color>
<x>389</x>
<y>369</y>
<y>416</y>
<height>16</height>
<width>110</width>
<format>[shortdate] [time]</format>
......@@ -2243,13 +2191,13 @@
<border>0</border>
<color>33554432</color>
<x>5</x>
<y>392</y>
<y>439</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_stan_code__init_t</name>
<name>stan_code__init_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2272,7 +2220,7 @@
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>392</y>
<y>439</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
......@@ -2310,7 +2258,7 @@
<border>5</border>
<color>255</color>
<x>199</x>
<y>392</y>
<y>439</y>
<height>16</height>
<width>300</width>
<format>[general]</format>
......@@ -2347,13 +2295,13 @@
<border>0</border>
<color>33554432</color>
<x>5</x>
<y>415</y>
<y>462</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_date_arr_t</name>
<name>date_arr_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2375,13 +2323,13 @@
<border>0</border>
<color>33554432</color>
<x>290</x>
<y>415</y>
<y>462</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_date_dep_t</name>
<name>date_dep_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2404,7 +2352,7 @@
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>415</y>
<y>462</y>
<height>16</height>
<width>90</width>
<format>[shortdate] [time]</format>
......@@ -2439,7 +2387,7 @@
<border>5</border>
<color>33554432</color>
<x>389</x>
<y>415</y>
<y>462</y>
<height>16</height>
<width>110</width>
<format>[shortdate] [time]</format>
......@@ -2473,7 +2421,7 @@
<border>0</border>
<color>33554432</color>
<x>5</x>
<y>439</y>
<y>486</y>
<height>16</height>
<width>97</width>
<html>
......@@ -2502,7 +2450,7 @@
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>439</y>
<y>486</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
......@@ -2540,7 +2488,7 @@
<border>5</border>
<color>33554432</color>
<x>389</x>
<y>439</y>
<y>486</y>
<height>16</height>
<width>110</width>
<format>[general]</format>
......@@ -2577,7 +2525,7 @@
<border>0</border>
<color>33554432</color>
<x>290</x>
<y>439</y>
<y>486</y>
<height>16</height>
<width>97</width>
<html>
......@@ -2605,13 +2553,13 @@
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>462</y>
<y>509</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_bl_rec_date_t</name>
<name>bl_rec_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2634,7 +2582,7 @@
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>462</y>
<y>509</y>
<height>16</height>
<width>90</width>
<format>[shortdate] [time]</format>
......@@ -2669,7 +2617,7 @@
<border>5</border>
<color>33554432</color>
<x>389</x>
<y>462</y>
<y>509</y>
<height>16</height>
<width>110</width>
<format>[general]</format>
......@@ -2705,13 +2653,13 @@
<border>0</border>
<color>33554432</color>
<x>290</x>
<y>462</y>
<y>509</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_sales_sch_t</name>
<name>sales_sch_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2733,13 +2681,13 @@
<border>0</border>
<color>33554432</color>
<x>5</x>
<y>486</y>
<y>533</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_remarks_t</name>
<name>remarks_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2762,7 +2710,7 @@
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>486</y>
<y>533</y>
<height>16</height>
<width>395</width>
<format>[general]</format>
......@@ -2799,7 +2747,7 @@
<border>0</border>
<color>33554432</color>
<x>3</x>
<y>510</y>
<y>557</y>
<height>16</height>
<width>101</width>
<html>
......@@ -2828,7 +2776,7 @@
<border>5</border>
<color>255</color>
<x>105</x>
<y>510</y>
<y>557</y>
<height>16</height>
<width>395</width>
<format>[general]</format>
......@@ -2865,13 +2813,13 @@
<border>0</border>
<color>33554432</color>
<x>27</x>
<y>533</y>
<y>580</y>
<height>16</height>
<width>75</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_confirmed_t</name>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2894,7 +2842,7 @@
<border>5</border>
<color>255</color>
<x>104</x>
<y>533</y>
<y>580</y>
<height>16</height>
<width>26</width>
<format>[general]</format>
......@@ -2931,13 +2879,13 @@
<border>0</border>
<color>33554432</color>
<x>310</x>
<y>533</y>
<y>580</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_emp_code__aprv_t</name>
<name>code__aprv_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -2960,7 +2908,7 @@
<border>5</border>
<color>255</color>
<x>410</x>
<y>533</y>
<y>580</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
......@@ -2997,13 +2945,13 @@
<border>0</border>
<color>33554432</color>
<x>135</x>
<y>533</y>
<y>580</y>
<height>16</height>
<width>61</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_conf_date_t</name>
<name>conf_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -3026,7 +2974,7 @@
<border>5</border>
<color>255</color>
<x>197</x>
<y>533</y>
<y>580</y>
<height>16</height>
<width>110</width>
<format>[shortdate] [time]</format>
......@@ -3061,7 +3009,7 @@
<border>5</border>
<color>33554432</color>
<x>388</x>
<y>228</y>
<y>275</y>
<height>16</height>
<width>110</width>
<format>[shortdate] [time]</format>
......@@ -3096,7 +3044,7 @@
<border>5</border>
<color>255</color>
<x>264</x>
<y>274</y>
<y>321</y>
<height>16</height>
<width>80</width>
<format>[general]</format>
......@@ -3134,7 +3082,7 @@
<border>5</border>
<color>255</color>
<x>264</x>
<y>297</y>
<y>344</y>
<height>16</height>
<width>80</width>
<format>[general]</format>
......@@ -3172,7 +3120,7 @@
<border>5</border>
<color>33554432</color>
<x>426</x>
<y>274</y>
<y>321</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
......@@ -3209,13 +3157,13 @@
<border>0</border>
<color>33554432</color>
<x>346</x>
<y>274</y>
<y>321</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_frt_amt_t</name>
<name>frt_amt_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -3237,13 +3185,13 @@
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>251</y>
<y>298</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_gr_no_t</name>
<name>gr_no_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -3266,7 +3214,7 @@
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>251</y>
<y>298</y>
<height>16</height>
<width>50</width>
<format>[general]</format>
......@@ -3303,13 +3251,13 @@
<border>0</border>
<color>33554432</color>
<x>211</x>
<y>251</y>
<y>298</y>
<height>16</height>
<width>51</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_gr_date_t</name>
<name>gr_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -3332,7 +3280,7 @@
<border>5</border>
<color>33554432</color>
<x>264</x>
<y>251</y>
<y>298</y>
<height>16</height>
<width>80</width>
<format>[shortdate] [time]</format>
......@@ -3366,13 +3314,13 @@
<border>0</border>
<color>33554432</color>
<x>379</x>
<y>251</y>
<y>298</y>
<height>16</height>
<width>44</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_no_art_t</name>
<name>no_art_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -3395,7 +3343,7 @@
<border>5</border>
<color>33554432</color>
<x>426</x>
<y>251</y>
<y>298</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
......@@ -3425,27 +3373,57 @@
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>LR/AWB/BOL No:</text>
<border>0</border>
<color>33554432</color>
<x>0</x>
<y>182</y>
<height>16</height>
<width>101</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lr_no_t</name>
<visible>1</visible>
<font>
<face>Tahoma</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>2</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<tabsequence>70</tabsequence>
<border>5</border>
<color>33554432</color>
<x>408</x>
<y>24</y>
<x>104</x>
<y>182</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>status</name>
<name>lr_no</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<EditStyle style="edit">
<limit>25</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -3461,22 +3439,50 @@
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>LR Date:</text>
<border>0</border>
<color>33554432</color>
<x>289</x>
<y>182</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lr_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</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>3</id>
<id>7</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<tabsequence>80</tabsequence>
<border>5</border>
<color>33554432</color>
<x>408</x>
<y>45</y>
<x>388</x>
<y>182</y>
<height>16</height>
<width>90</width>
<width>110</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<name>lr_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
......@@ -3499,17 +3505,83 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Eff Date:</text>
<text>Octroi Rcp No:</text>
<border>0</border>
<color>33554432</color>
<x>348</x>
<y>45</y>
<x>4</x>
<y>205</y>
<height>16</height>
<width>57</width>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>octroi_rcp_no_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>205</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_eff_date_t</name>
<name>octroi_rcp_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Tahoma</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>1</alignment>
<text>Octroi Rcp Date:</text>
<border>0</border>
<color>33554432</color>
<x>288</x>
<y>205</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>octroi_rcp_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -3524,20 +3596,55 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>33554432</color>
<x>388</x>
<y>205</y>
<height>16</height>
<width>110</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>octroi_rcp_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Tahoma</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>1</alignment>
<text>Status:</text>
<text>PORD Date:</text>
<border>0</border>
<color>33554432</color>
<x>363</x>
<y>24</y>
<x>31</x>
<y>159</y>
<height>16</height>
<width>42</width>
<width>70</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>invoice_amendment_status_t</name>
<name>pord_date_t</name>
<visible>1</visible>
<font>
<face>Tahoma</face>
......@@ -3552,6 +3659,41 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>53</id>
<alignment>0</alignment>
<tabsequence>380</tabsequence>
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>159</y>
<height>16</height>
<width>90</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pord_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Tahoma</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>
<border>1</border>
</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