Commit 96a8ca05 authored by dpawar's avatar dpawar

added new column


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94032 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 32c94ecb
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<grid.lines>0</grid.lines> <grid.lines>0</grid.lines>
</BaseDefinition> </BaseDefinition>
<Header> <Header>
<height>20</height> <height>19</height>
<color>536870912</color> <color>536870912</color>
</Header> </Header>
<Summary> <Summary>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>23</height> <height>22</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -148,12 +148,6 @@ ...@@ -148,12 +148,6 @@
<name>amount</name> <name>amount</name>
<dbname>spl_sales_por_det.amount</dbname> <dbname>spl_sales_por_det.amount</dbname>
</table_column> </table_column>
<table_column>
<type size="130">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>item.descr</dbname>
</table_column>
<table_column> <table_column>
<type size="100">char</type> <type size="100">char</type>
<update>yes</update> <update>yes</update>
...@@ -169,38 +163,34 @@ ...@@ -169,38 +163,34 @@
<dbname>spl_sales_por_det.transit_day</dbname> <dbname>spl_sales_por_det.transit_day</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="4">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>aprv_rate</name> <name>debit_note_amt</name>
<dbname>spl_sales_por_det.aprv_rate</dbname> <dbname>spl_sales_por_det.debit_note_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="4">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>debit_note_amt</name> <name>aprv_rate</name>
<dbname>spl_sales_por_det.debit_note_amt</dbname> <dbname>spl_sales_por_det.aprv_rate</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;spl_sales_por_det&quot; ) TABLE(NAME=&quot;item&quot; ) COLUMN(NAME=&quot;spl_sales_por_det.tran_id&quot;) COLUMN(NAME=&quot;spl_sales_por_det.line_no&quot;) COLUMN(NAME=&quot;spl_sales_por_det.line_no__trace&quot;) COLUMN(NAME=&quot;spl_sales_por_det.item_code&quot;) COLUMN(NAME=&quot;spl_sales_por_det.loc_code&quot;) COLUMN(NAME=&quot;spl_sales_por_det.lot_no&quot;) COLUMN(NAME=&quot;spl_sales_por_det.lot_sl&quot;) COLUMN(NAME=&quot;spl_sales_por_det.bill_no&quot;) COLUMN(NAME=&quot;spl_sales_por_det.bil_date&quot;) COLUMN(NAME=&quot;spl_sales_por_det.rate__inv&quot;) COLUMN(NAME=&quot;spl_sales_por_det.rate__resale&quot;) COLUMN(NAME=&quot;spl_sales_por_det.quantity__inv&quot;) COLUMN(NAME=&quot;spl_sales_por_det.quantity__resale&quot;) COLUMN(NAME=&quot;spl_sales_por_det.amount&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;spl_sales_por_det.remarks&quot;) COLUMN(NAME=&quot;spl_sales_por_det.transit_day&quot;) COLUMN(NAME=&quot;spl_sales_por_det.aprv_rate&quot;) COLUMN(NAME=&quot;spl_sales_por_det.debit_note_amt&quot;) JOIN (LEFT=&quot;spl_sales_por_det.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; )WHERE( EXP1 =&quot;spl_sales_por_det.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve> <retrieve>PBSELECT(TABLE(NAME=&quot;spl_sales_por_det&quot;) COLUMN(NAME=&quot;spl_sales_por_det.tran_id&quot;)COLUMN(NAME=&quot;spl_sales_por_det.line_no&quot;)COLUMN(NAME=&quot;spl_sales_por_det.line_no__trace&quot;)COLUMN(NAME=&quot;spl_sales_por_det.item_code&quot;)COLUMN(NAME=&quot;spl_sales_por_det.loc_code&quot;)COLUMN(NAME=&quot;spl_sales_por_det.lot_no&quot;)COLUMN(NAME=&quot;spl_sales_por_det.lot_sl&quot;)COLUMN(NAME=&quot;spl_sales_por_det.bill_no&quot;)COLUMN(NAME=&quot;spl_sales_por_det.bil_date&quot;)COLUMN(NAME=&quot;spl_sales_por_det.rate__inv&quot;)COLUMN(NAME=&quot;spl_sales_por_det.rate__resale&quot;)COLUMN(NAME=&quot;spl_sales_por_det.quantity__inv&quot;)COLUMN(NAME=&quot;spl_sales_por_det.quantity__resale&quot;)COLUMN(NAME=&quot;spl_sales_por_det.amount&quot;)COLUMN(NAME=&quot;spl_sales_por_det.remarks&quot;)COLUMN(NAME=&quot;spl_sales_por_det.transit_day&quot;)COLUMN(NAME=&quot;spl_sales_por_det.debit_note_amt&quot;)COLUMN(NAME=&quot;spl_sales_por_det.aprv_rate&quot;))</retrieve>
<update>spl_sales_por_det</update> <update>spl_sales_por_det</update>
<updatewhere>0</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument>
<name>tran_id</name>
<type>string</type>
</argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Transaction Id</text> <text>Tran Id</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>95</width> <width>66</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -215,20 +205,20 @@ ...@@ -215,20 +205,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Line No</text> <text>Line No</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>99</x> <x>70</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>95</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -243,20 +233,20 @@ ...@@ -243,20 +233,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Line No Trace</text> <text>Line No Trace</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>196</x> <x>144</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>102</width> <width>84</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -271,20 +261,20 @@ ...@@ -271,20 +261,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Item Code</text> <text>Item Code</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>300</x> <x>230</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>100</width> <width>66</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -299,20 +289,20 @@ ...@@ -299,20 +289,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Location Code</text> <text>Loc Code</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>820</x> <x>298</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>108</width> <width>55</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -327,19 +317,19 @@ ...@@ -327,19 +317,19 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Lot No</text> <text>Lot No</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>930</x> <x>355</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>96</width> <width>96</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -355,19 +345,19 @@ ...@@ -355,19 +345,19 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Lot Sl</text> <text>Lot Sl</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1028</x> <x>453</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>96</width> <width>96</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -383,20 +373,20 @@ ...@@ -383,20 +373,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Bill No</text> <text>Bill No</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1126</x> <x>551</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>149</width> <width>113</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -411,19 +401,19 @@ ...@@ -411,19 +401,19 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Bill Date</text> <text>Bil Date</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1277</x> <x>666</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>132</width> <width>132</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -439,20 +429,20 @@ ...@@ -439,20 +429,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Invoice Rate</text> <text>Rate Inv</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1411</x> <x>800</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>118</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -467,20 +457,20 @@ ...@@ -467,20 +457,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Resale Rate</text> <text>Rate Resale</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1789</x> <x>874</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>95</width> <width>75</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -495,20 +485,20 @@ ...@@ -495,20 +485,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Invoice Quantity</text> <text>Quantity Inv</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1886</x> <x>951</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>126</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -523,20 +513,20 @@ ...@@ -523,20 +513,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Resale Quantity</text> <text>Quantity Resale</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2014</x> <x>1025</x>
<y>2</y> <y>2</y>
<height>15</height> <height>15</height>
<width>126</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -551,20 +541,20 @@ ...@@ -551,20 +541,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Amount</text> <text>Amount</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2142</x> <x>1124</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>92</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -579,148 +569,120 @@ ...@@ -579,148 +569,120 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Item Description</text>
<border>6</border>
<color>33554432</color>
<x>402</x>
<y>1</y>
<height>16</height>
<width>158</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr_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>2</mode>
<color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Remarks</text> <text>Remarks</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2494</x> <x>1198</x>
<y>1</y> <y>2</y>
<height>17</height> <height>15</height>
<width>598</width> <width>329</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>spl_sales_por_det_remarks_t</name> <name>remarks_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-11</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Transit Day(s)</text> <text>Transit Day</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2236</x> <x>1529</x>
<y>1</y> <y>2</y>
<height>17</height> <height>15</height>
<width>256</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>spl_sales_por_det_transit_day_t</name> <name>transit_day_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-11</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Approved Rate</text> <text>Debit Note Amt</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1531</x> <x>1603</x>
<y>1</y> <y>2</y>
<height>17</height> <height>15</height>
<width>256</width> <width>89</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>spl_sales_por_det_aprv_rate_t</name> <name>debit_note_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-11</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Debit Note Amt</text> <text>Aprv Rate</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>562</x> <x>1694</x>
<y>1</y> <y>2</y>
<height>17</height> <height>15</height>
<width>256</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>debit_note_amt_t</name> <name>aprv_rate_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-11</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
...@@ -732,8 +694,8 @@ ...@@ -732,8 +694,8 @@
<color>33554432</color> <color>33554432</color>
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>95</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -768,10 +730,10 @@ ...@@ -768,10 +730,10 @@
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>99</x> <x>70</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>95</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -806,10 +768,10 @@ ...@@ -806,10 +768,10 @@
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>196</x> <x>144</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>102</width> <width>84</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -844,10 +806,10 @@ ...@@ -844,10 +806,10 @@
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>300</x> <x>230</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>100</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -879,13 +841,13 @@ ...@@ -879,13 +841,13 @@
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>50</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>820</x> <x>298</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>108</width> <width>55</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -917,12 +879,12 @@ ...@@ -917,12 +879,12 @@
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>60</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>930</x> <x>355</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>96</width> <width>96</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
...@@ -955,12 +917,12 @@ ...@@ -955,12 +917,12 @@
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>70</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1028</x> <x>453</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>96</width> <width>96</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
...@@ -993,13 +955,13 @@ ...@@ -993,13 +955,13 @@
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>80</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1126</x> <x>551</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>149</width> <width>113</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1031,12 +993,12 @@ ...@@ -1031,12 +993,12 @@
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>90</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1277</x> <x>666</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>132</width> <width>132</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
...@@ -1069,13 +1031,13 @@ ...@@ -1069,13 +1031,13 @@
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>10</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>120</tabsequence> <tabsequence>100</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1411</x> <x>800</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>118</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1107,13 +1069,13 @@ ...@@ -1107,13 +1069,13 @@
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>11</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>140</tabsequence> <tabsequence>110</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1789</x> <x>874</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>95</width> <width>75</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1145,13 +1107,13 @@ ...@@ -1145,13 +1107,13 @@
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>12</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>150</tabsequence> <tabsequence>120</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1886</x> <x>951</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>126</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1183,13 +1145,13 @@ ...@@ -1183,13 +1145,13 @@
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>13</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>160</tabsequence> <tabsequence>130</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2014</x> <x>1025</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>126</width> <width>97</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1221,13 +1183,13 @@ ...@@ -1221,13 +1183,13 @@
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>14</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>170</tabsequence> <tabsequence>140</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2142</x> <x>1124</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>92</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1259,23 +1221,25 @@ ...@@ -1259,23 +1221,25 @@
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>150</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>402</x> <x>1198</x>
<y>1</y> <y>2</y>
<height>16</height> <height>18</height>
<width>158</width> <width>329</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>descr</name> <name>remarks</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>100</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1294,24 +1258,26 @@ ...@@ -1294,24 +1258,26 @@
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>16</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>190</tabsequence> <tabsequence>160</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2494</x> <x>1529</x>
<y>1</y> <y>2</y>
<height>15</height> <height>18</height>
<width>598</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks</name> <name>transit_day</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1330,24 +1296,26 @@ ...@@ -1330,24 +1296,26 @@
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>17</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>180</tabsequence> <tabsequence>170</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2236</x> <x>1603</x>
<y>1</y> <y>2</y>
<height>15</height> <height>18</height>
<width>256</width> <width>89</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>transit_day</name> <name>debit_note_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1366,14 +1334,14 @@ ...@@ -1366,14 +1334,14 @@
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>18</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>130</tabsequence> <tabsequence>180</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1531</x> <x>1694</x>
<y>1</y> <y>2</y>
<height>15</height> <height>18</height>
<width>256</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1383,43 +1351,9 @@ ...@@ -1383,43 +1351,9 @@
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <autohscroll>yes</autohscroll>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>0</border>
<color>33554432</color>
<x>562</x>
<y>1</y>
<height>15</height>
<width>256</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>debit_note_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1453,12 +1387,6 @@ ...@@ -1453,12 +1387,6 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>d_spl_sales_por_det_brow</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_spl_sales_por_det_brow&gt;&lt;d_spl_sales_por_det_brow_row __pbband=&quot;detail&quot;&gt;&lt;tran_id&gt;tran_id&lt;/tran_id&gt;&lt;line_no&gt;line_no&lt;/line_no&gt;&lt;line_no__trace&gt;line_no__trace&lt;/line_no__trace&gt;&lt;item_code&gt;item_code&lt;/item_code&gt;&lt;loc_code&gt;loc_code&lt;/loc_code&gt;&lt;lot_no&gt;lot_no&lt;/lot_no&gt;&lt;lot_sl&gt;lot_sl&lt;/lot_sl&gt;&lt;bill_no&gt;bill_no&lt;/bill_no&gt;&lt;bil_date&gt;bil_date&lt;/bil_date&gt;&lt;rate__inv&gt;rate__inv&lt;/rate__inv&gt;&lt;rate__resale&gt;rate__resale&lt;/rate__resale&gt;&lt;quantity__inv&gt;quantity__inv&lt;/quantity__inv&gt;&lt;quantity__resale&gt;quantity__resale&lt;/quantity__resale&gt;&lt;amount&gt;amount&lt;/amount&gt;&lt;descr&gt;descr&lt;/descr&gt;&lt;remarks&gt;remarks&lt;/remarks&gt;&lt;transit_day&gt;transit_day&lt;/transit_day&gt;&lt;debit_note_amt/&gt;&lt;aprv_rate&gt;aprv_rate&lt;/aprv_rate&gt;&lt;/d_spl_sales_por_det_brow_row&gt;&lt;/d_spl_sales_por_det_brow&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
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