Commit 9613bbfe authored by pchavan's avatar pchavan

Added costctr and accounts fields to show description.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175975 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2f8fdcb7
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>22</height> <height>20</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_id</name> <name>tran_id</name>
<dbname>costalloc_bas_det.tran_id</dbname> <dbname>costalloc_bas_det.tran_id</dbname>
</table_column> </table_column>
...@@ -60,7 +59,6 @@ ...@@ -60,7 +59,6 @@
<type precision="0">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name> <name>line_no</name>
<dbname>costalloc_bas_det.line_no</dbname> <dbname>costalloc_bas_det.line_no</dbname>
</table_column> </table_column>
...@@ -85,10 +83,19 @@ ...@@ -85,10 +83,19 @@
<name>alloc_perc</name> <name>alloc_perc</name>
<dbname>costalloc_bas_det.alloc_perc</dbname> <dbname>costalloc_bas_det.alloc_perc</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;costalloc_bas_det&quot; ) COLUMN(NAME=&quot;costalloc_bas_det.tran_id&quot;) COLUMN(NAME=&quot;costalloc_bas_det.line_no&quot;) COLUMN(NAME=&quot;costalloc_bas_det.acct_code__alloc&quot;) COLUMN(NAME=&quot;costalloc_bas_det.cctr_code__to&quot;) COLUMN(NAME=&quot;costalloc_bas_det.alloc_perc&quot;)WHERE( EXP1 =&quot;~&quot;COSTALLOC_BAS_DET~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve> <table_column>
<update>COSTALLOC_BAS_DET</update> <type size="40">char</type>
<updatewhere>0</updatewhere> <updatewhereclause>yes</updatewhereclause>
<updatekeyinplace>no</updatekeyinplace> <name>accounts_descr</name>
<dbname>accounts.descr</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>costctr_descr</name>
<dbname>costctr.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;costalloc_bas_det&quot; ) TABLE(NAME=&quot;accounts&quot; ) TABLE(NAME=&quot;costctr&quot; ) COLUMN(NAME=&quot;costalloc_bas_det.tran_id&quot;) COLUMN(NAME=&quot;costalloc_bas_det.line_no&quot;) COLUMN(NAME=&quot;costalloc_bas_det.acct_code__alloc&quot;) COLUMN(NAME=&quot;costalloc_bas_det.cctr_code__to&quot;) COLUMN(NAME=&quot;costalloc_bas_det.alloc_perc&quot;) COLUMN(NAME=&quot;accounts.descr&quot;) COLUMN(NAME=&quot;costctr.descr&quot;) JOIN (LEFT=&quot;costalloc_bas_det.cctr_code__to&quot; OP =&quot;=&quot;RIGHT=&quot;costctr.cctr_code&quot; OUTER1 =&quot;costalloc_bas_det.cctr_code__to&quot; ) JOIN (LEFT=&quot;costalloc_bas_det.acct_code__alloc&quot; OP =&quot;=&quot;RIGHT=&quot;accounts.acct_code&quot; OUTER1 =&quot;costalloc_bas_det.acct_code__alloc&quot; )WHERE( EXP1 =&quot;~&quot;COSTALLOC_BAS_DET~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<argument> <argument>
<name>tran_id</name> <name>tran_id</name>
<type>string</type> <type>string</type>
...@@ -236,23 +243,23 @@ ...@@ -236,23 +243,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>4</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>436</x> <x>314</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>145</width> <width>120</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>alloc_perc</name> <name>cctr_code__to</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>4</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -274,23 +281,23 @@ ...@@ -274,23 +281,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>314</x> <x>169</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>120</width> <width>143</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cctr_code__to</name> <name>acct_code__alloc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>4</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -312,23 +319,23 @@ ...@@ -312,23 +319,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>2</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>10</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>169</x> <x>70</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>143</width> <width>97</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>acct_code__alloc</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -350,23 +357,23 @@ ...@@ -350,23 +357,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>1</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>70</x> <x>2</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>97</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>tran_id</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -388,23 +395,23 @@ ...@@ -388,23 +395,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>5</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>2</x> <x>436</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>66</width> <width>145</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>alloc_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -424,6 +431,120 @@ ...@@ -424,6 +431,120 @@
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Accounts Descr</text>
<border>6</border>
<color>33554432</color>
<x>583</x>
<y>1</y>
<height>16</height>
<width>207</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>accounts_descr_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Costctr Descr</text>
<border>6</border>
<color>33554432</color>
<x>792</x>
<y>1</y>
<height>16</height>
<width>200</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>costctr_descr_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>793</x>
<y>1</y>
<height>16</height>
<width>199</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>costctr_descr</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>584</x>
<y>1</y>
<height>16</height>
<width>206</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>accounts_descr</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</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