Replace retainer_contract13.xml

parent 3f9b4d41
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>79741120</color> <color>1073741824</color>
<processing>0</processing> <processing>1</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
...@@ -29,7 +29,12 @@ ...@@ -29,7 +29,12 @@
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
<grid.lines>0</grid.lines>
</BaseDefinition> </BaseDefinition>
<Header>
<height>36</height>
<color>536870912</color>
</Header>
<Summary> <Summary>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
...@@ -39,251 +44,245 @@ ...@@ -39,251 +44,245 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>523</height> <height>16</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>contract_id</name> <name>contract_id</name>
<dbname>retainer_contract_asset.contract_id</dbname> <dbname>retainer_contract_asset.contract_id</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>line_no</name>
<dbname>retainer_contract_asset.line_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>asset_code</name> <name>asset_code</name>
<dbname>retainer_contract_asset.asset_code</dbname> <dbname>retainer_contract_asset.asset_code</dbname>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
</table_column>
<table_column>
<type size="120">varchar</type>
<name>descr</name>
<dbname>asset_register.descr</dbname>
<update>no</update>
<updatewhereclause>no</updatewhereclause>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>amc_amt</name> <name>amc_amt</name>
<dbname>retainer_contract_asset.amc_amt</dbname> <dbname>retainer_contract_asset.amc_amt</dbname>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<initial>0</initial>
</table_column> </table_column>
<table_column> <table_column>
<type size="120">varchar</type> <type size="120">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>remarks</name> <name>remarks</name>
<dbname>retainer_contract_asset.remarks</dbname> <dbname>retainer_contract_asset.remarks</dbname>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type size="100">char</type>
<name>line_no</name> <updatewhereclause>yes</updatewhereclause>
<dbname>retainer_contract_asset.line_no</dbname> <name>descr</name>
<update>yes</update> <dbname>asset_register.descr</dbname>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
</table_column> </table_column>
<retrieve>SELECT RETAINER_CONTRACT_ASSET.CONTRACT_ID AS CONTRACT_ID, RETAINER_CONTRACT_ASSET.ASSET_CODE AS ASSET_CODE, ASSET_REGISTER.DESCR AS ASSET_DESCR, RETAINER_CONTRACT_ASSET.AMC_AMT AS AMC_AMT, RETAINER_CONTRACT_ASSET.REMARKS AS REMARKS, RETAINER_CONTRACT_ASSET.LINE_NO AS LINE_NO <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;retainer_contract_asset&quot; ) TABLE(NAME=&quot;asset_register&quot; ) COLUMN(NAME=&quot;retainer_contract_asset.contract_id&quot;) COLUMN(NAME=&quot;retainer_contract_asset.line_no&quot;) COLUMN(NAME=&quot;retainer_contract_asset.asset_code&quot;) COLUMN(NAME=&quot;retainer_contract_asset.amc_amt&quot;) COLUMN(NAME=&quot;retainer_contract_asset.remarks&quot;) COLUMN(NAME=&quot;asset_register.descr&quot;) JOIN (LEFT=&quot;retainer_contract_asset.asset_code&quot; OP =&quot;=&quot;RIGHT=&quot;asset_register.asset_code&quot; OUTER1 =&quot;retainer_contract_asset.asset_code&quot; )) ARG(NAME = &quot;contract_id&quot; TYPE = string) ARG(NAME = &quot;line_no&quot; TYPE = number) </retrieve>
FROM RETAINER_CONTRACT_ASSET
LEFT JOIN ASSET_REGISTER ON RETAINER_CONTRACT_ASSET.ASSET_CODE = ASSET_REGISTER.ASSET_CODE</retrieve>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<update>retainer_contract_asset</update> <update>retainer_contract_asset</update>
</TableDefinition><TextObject> <updatewhere>0</updatewhere>
<band>Detail</band> <updatekeyinplace>no</updatekeyinplace>
<alignment>1</alignment> <argument>
<text>Contract ID</text> <name>contract_id</name>
<type>string</type>
</argument>
<argument>
<name>line_no</name>
<type>number</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Contract Id</text>
<border>0</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>10</x> <x>2</x>
<y>10</y> <y>2</y>
<height>15</height> <height>16</height>
<width>100</width> <width>139</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>contract_id_t</name> <name>contract_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>79741120</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Asset Code</text> <text>Line No</text>
<border>0</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>20</x> <x>143</x>
<y>20</y> <y>2</y>
<height>15</height> <height>16</height>
<width>150</width> <width>139</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>asset_code_t</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>79741120</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Asset Description</text> <text>Asset Code</text>
<border>0</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>30</x> <x>284</x>
<y>30</y> <y>2</y>
<height>15</height> <height>16</height>
<width>500</width> <width>139</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>descr_t</name> <name>asset_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>79741120</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>AMC Amount</text> <text>Amc Amount</text>
<border>0</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>40</x> <x>425</x>
<y>40</y> <y>2</y>
<height>15</height> <height>16</height>
<width>220</width> <width>139</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amc_amt_t</name> <name>amc_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>79741120</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Remarks</text> <text>Remarks</text>
<border>0</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>50</x> <x>566</x>
<y>50</y> <y>2</y>
<height>15</height> <height>16</height>
<width>500</width> <width>726</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks_t</name> <name>remarks_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>79741120</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Line No</text> <text>Descr</text>
<border>0</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>60</x> <x>1294</x>
<y>60</y> <y>2</y>
<height>15</height> <height>16</height>
<width>50</width> <width>606</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no_t</name> <name>descr_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>79741120</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>20</x> <x>2</x>
<y>10</y> <y>2</y>
<height>15</height> <height>19</height>
<width>100</width> <width>139</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -292,112 +291,112 @@ ...@@ -292,112 +291,112 @@
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
<required>yes</required>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>10</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>30</x> <x>143</x>
<y>20</y> <y>2</y>
<height>15</height> <height>19</height>
<width>150</width> <width>139</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>asset_code</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>0</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
<required>yes</required>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>40</x> <x>284</x>
<y>30</y> <y>3</y>
<height>15</height> <height>19</height>
<width>500</width> <width>139</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>descr</name> <name>asset_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>120</limit> <limit>15</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>4</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>20</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>50</x> <x>425</x>
<y>40</y> <y>2</y>
<height>15</height> <height>19</height>
<width>220</width> <width>139</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -405,37 +404,37 @@ ...@@ -405,37 +404,37 @@
<name>amc_amt</name> <name>amc_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>22</limit> <limit>0</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
<required>yes</required>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>60</x> <x>566</x>
<y>50</y> <y>2</y>
<height>15</height> <height>19</height>
<width>500</width> <width>726</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -444,64 +443,64 @@ ...@@ -444,64 +443,64 @@
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>120</limit> <limit>120</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>6</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>70</x> <x>1294</x>
<y>60</y> <y>2</y>
<height>15</height> <height>19</height>
<width>50</width> <width>606</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>descr</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>100</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</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>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
<HtmlGen> <HtmlGen>
...@@ -527,5 +526,4 @@ ...@@ -527,5 +526,4 @@
<distill.custompostscript>0</distill.custompostscript> <distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print> <xslfop.print>0</xslfop.print>
</Export.PDF> </Export.PDF>
</Sybase_eDataWindow> </Sybase_eDataWindow>
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