details:   https://code.openbravo.com/erp/devel/pi/rev/8e42c27f5269
changeset: 33643:8e42c27f5269
user:      Mark <markmm82 <at> gmail.com>
date:      Thu Mar 01 09:53:36 2018 -0500
summary:   Fixes issue 37977: Sales Invoice dimensional report showing merged 
cell

Rearranged columns in subreport causing cells were merged

diffstat:

 
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalyses_srpt_doctypecount.jrxml
 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r f71fb18c4538 -r 8e42c27f5269 
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalyses_srpt_doctypecount.jrxml
--- 
a/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalyses_srpt_doctypecount.jrxml
   Tue Mar 06 16:55:15 2018 +0100
+++ 
b/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalyses_srpt_doctypecount.jrxml
   Thu Mar 01 09:53:36 2018 -0500
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Created with Jaspersoft Studio version 6.0.0.final using JasperReports 
Library version 6.0.0  -->
-<!-- 2017-02-23T10:42:31 -->
+<!-- 2018-02-27T16:45:13 -->
 <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports 
http://jasperreports.sourceforge.net/xsd/jasperreport.xsd"; 
name="ReportInvoiceCustomerDimensionalAnalyses_srpt_doctypecount" 
pageWidth="400" pageHeight="802" whenNoDataType="AllSectionsNoDetail" 
columnWidth="400" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" 
whenResourceMissingType="Error" uuid="dcc54a6a-4fa7-4363-918c-1e721f63d8f0">
        <property name="com.jaspersoft.studio.data.defaultdataadapter" 
value="si"/>
        <property name="net.sf.jasperreports.export.xls.detect.cell.type" 
value="true"/>
@@ -97,7 +97,7 @@
                        <property name="local_mesure_unitheight" value="pixel"/>
                        <property name="com.jaspersoft.studio.unit.height" 
value="px"/>
                        <staticText>
-                               <reportElement style="Detail_Header" x="0" 
y="0" width="350" height="13" uuid="27582591-131e-420e-863d-caee79d44078">
+                               <reportElement style="Detail_Header" x="0" 
y="0" width="300" height="13" uuid="27582591-131e-420e-863d-caee79d44078">
                                        <property 
name="local_mesure_unitheight" value="pixel"/>
                                        <property 
name="com.jaspersoft.studio.unit.height" value="px"/>
                                </reportElement>
@@ -113,7 +113,7 @@
                                <text><![CDATA[Document Type]]></text>
                        </staticText>
                        <staticText>
-                               <reportElement style="Detail_Header" x="350" 
y="0" width="50" height="13" uuid="ab814f9f-ece4-4e62-b5a4-5d9bfda937a9">
+                               <reportElement style="Detail_Header" x="300" 
y="0" width="100" height="13" uuid="ab814f9f-ece4-4e62-b5a4-5d9bfda937a9">
                                        <property 
name="local_mesure_unitheight" value="pixel"/>
                                        <property 
name="com.jaspersoft.studio.unit.height" value="px"/>
                                </reportElement>
@@ -135,7 +135,7 @@
                        <property name="local_mesure_unitheight" value="pixel"/>
                        <property name="com.jaspersoft.studio.unit.height" 
value="px"/>
                        <textField>
-                               <reportElement style="Detail_Line" x="350" 
y="1" width="50" height="13" uuid="5ce07a41-f1e9-4199-99b0-de0cf018e31c">
+                               <reportElement style="Detail_Line" x="300" 
y="0" width="100" height="13" uuid="5ce07a41-f1e9-4199-99b0-de0cf018e31c">
                                        <property 
name="local_mesure_unitheight" value="pixel"/>
                                        <property 
name="com.jaspersoft.studio.unit.height" value="px"/>
                                </reportElement>
@@ -149,7 +149,7 @@
                                
<textFieldExpression><![CDATA[Integer.parseInt($F{doctypecount})]]></textFieldExpression>
                        </textField>
                        <textField>
-                               <reportElement style="Detail_Line" x="0" y="0" 
width="350" height="14" uuid="d4593cb6-8fa6-4f11-a6e1-d62b345662af">
+                               <reportElement style="Detail_Line" x="0" y="0" 
width="300" height="13" uuid="d4593cb6-8fa6-4f11-a6e1-d62b345662af">
                                        <property 
name="local_mesure_unitheight" value="pixel"/>
                                        <property 
name="com.jaspersoft.studio.unit.height" value="px"/>
                                        <property name="local_mesure_unitx" 
value="pixel"/>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to