111 lines
4.2 KiB
XML
111 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<TenwaReport>
|
|
<datasources>
|
|
<datasource>
|
|
<id>2c9023815726a036015726a496b00001</id>
|
|
<dataSourceName>eleasing_mysql</dataSourceName>
|
|
<dataSourceType>SPRING</dataSourceType>
|
|
<jndi>dataSourceJDBC</jndi>
|
|
<url></url>
|
|
<username></username>
|
|
<driverName></driverName>
|
|
<password></password>
|
|
<dialect>com.tenwa.report.query.dialect.MysqlDialect</dialect>
|
|
<dialectName>Mysql</dialectName>
|
|
</datasource>
|
|
</datasources>
|
|
<reports>
|
|
<report>
|
|
<id>402882355daabd9f015dab29f923000f</id>
|
|
<name>起租统计表(内部行业)</name>
|
|
<enname>onhire_statistics_cust_kind</enname>
|
|
<code>REPORT_CODE_1501815240995</code>
|
|
<isActived>true</isActived>
|
|
<position>13</position>
|
|
<reportType>REPORT</reportType>
|
|
<parentReport>2c9c81b7685efbbc016931c77d170008</parentReport>
|
|
<children/>
|
|
<layouts>
|
|
<layout>402882355daba41d015dabc248590005</layout>
|
|
</layouts>
|
|
</report>
|
|
</reports>
|
|
<tables/>
|
|
<charts>
|
|
<chart>
|
|
<id>402882355daba41d015dabbf07800001</id>
|
|
<name>起租统计表(内部行业)</name>
|
|
<caption>起租金额</caption>
|
|
<xAxisName></xAxisName>
|
|
<yAxisName></yAxisName>
|
|
<sAxisName></sAxisName>
|
|
<chartType>Pie</chartType>
|
|
<fusionChart>Pie3D</fusionChart>
|
|
<dataSource>2c9023815726a036015726a496b00001</dataSource>
|
|
<queryType>COMPLEXSQL</queryType>
|
|
<query>SELECT
|
|
custkindcode.itemname,
|
|
onhirelist.summoney
|
|
FROM
|
|
(SELECT 
|
|
lci.project_industry,
|
|
SUM(lcc.clean_lease_money) AS summoney
|
|
FROM LC_CALC_CONDITION_STATUS lccs
|
|
LEFT JOIN LC_CALC_CONDITION lcc ON lcc.payment_number=lccs.payment_number
|
|
LEFT JOIN LB_CONTRACT_INFO lci ON lci.id=lccs.contract_id
|
|
WHERE lci.contract_status<100
|
|
GROUP BY lci.project_industry)onhirelist 
|
|
LEFT JOIN 
|
|
code_library custkindcode ON onhirelist.project_industry=custkindcode.itemno AND custkindcode.codeno='cust_kind'</query>
|
|
<columns>
|
|
<column>
|
|
<id>402882355dcf2889015dcfba42dd0002</id>
|
|
<name>summoney</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<usageType>DATA</usageType>
|
|
<formater></formater>
|
|
<label>起租金额</label>
|
|
<position>2</position>
|
|
<color></color>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
<showValue>false</showValue>
|
|
<isRightY>false</isRightY>
|
|
</column>
|
|
<column>
|
|
<id>402882355daba41d015dabbf07900003</id>
|
|
<name>itemname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<usageType>LABEL</usageType>
|
|
<formater></formater>
|
|
<label>itemname</label>
|
|
<position>3</position>
|
|
<color></color>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
<showValue>false</showValue>
|
|
<isRightY>false</isRightY>
|
|
</column>
|
|
</columns>
|
|
<searchs/>
|
|
<filters/>
|
|
<filterExpress></filterExpress>
|
|
<searchExpress></searchExpress>
|
|
</chart>
|
|
</charts>
|
|
<pages/>
|
|
<layouts>
|
|
<layout>
|
|
<id>402882355daba41d015dabc248590005</id>
|
|
<divHeight>300</divHeight>
|
|
<divWidth>1200</divWidth>
|
|
<position>0</position>
|
|
<contentId>CHART#402882355daba41d015dabbf07800001</contentId>
|
|
<report>402882355daabd9f015dab29f923000f</report>
|
|
<contentType>CHART</contentType>
|
|
</layout>
|
|
</layouts>
|
|
</TenwaReport>
|