Skip to content

Commit

Permalink
#67 make fields bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
metas-lc committed Oct 23, 2017
1 parent 5518994 commit 76a60b9
Showing 1 changed file with 6 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.3.1.final using JasperReports Library version 6.3.1 -->
<!-- 2017-10-20T11:33:21 -->
<!-- Created with Jaspersoft Studio version 6.2.2.final using JasperReports Library version 6.2.2 -->
<!-- 2017-10-23T11:32:29 -->
<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="report_details_sum_medium" pageWidth="595" pageHeight="842" columnWidth="595" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" resourceBundle="de/metas/docs/sales/invoice_orgs_medium/report" uuid="b62f017e-3912-43a3-99f6-cb0c797b3e75">
<property name="ireport.scriptlethandling" value="0"/>
<property name="ireport.encoding" value="UTF-8"/>
Expand Down Expand Up @@ -92,7 +92,7 @@
<textFieldExpression><![CDATA[$R{dateto}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="false">
<reportElement key="textField-13" mode="Transparent" x="92" y="1" width="80" height="14" uuid="0add03ea-975d-42c1-9842-d4a4c6ee31d0">
<reportElement key="textField-13" mode="Transparent" x="92" y="1" width="118" height="14" uuid="0add03ea-975d-42c1-9842-d4a4c6ee31d0">
<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
Expand Down Expand Up @@ -189,7 +189,7 @@
<textFieldExpression><![CDATA[$F{lineamt}]]></textFieldExpression>
</textField>
<textField pattern="dd.MM.yyyy" isBlankWhenNull="true">
<reportElement key="textField-16" mode="Transparent" x="92" y="18" width="48" height="14" uuid="a529cb3b-1766-41f6-917a-57e7ee109ff1">
<reportElement key="textField-16" mode="Transparent" x="92" y="18" width="118" height="14" uuid="a529cb3b-1766-41f6-917a-57e7ee109ff1">
<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
Expand Down Expand Up @@ -231,15 +231,15 @@
</reportElement>
</line>
<textField>
<reportElement x="106" y="2" width="20" height="20" uuid="094378e1-04e4-4630-ae98-00349c535c27">
<reportElement x="106" y="2" width="194" height="20" uuid="094378e1-04e4-4630-ae98-00349c535c27">
<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
</reportElement>
<textElement>
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{rate}]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{rate} + " " + $R{VAT}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="2" width="104" height="20" uuid="c745be88-2a21-4282-bbc9-e076d1b96a17">
Expand All @@ -253,18 +253,6 @@
</textElement>
<textFieldExpression><![CDATA[$R{totalamt}]]></textFieldExpression>
</textField>
<textField>
<reportElement key="" x="125" y="2" width="60" height="20" uuid="0b44c4f1-69de-43d0-a87d-1dc016475904">
<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
</reportElement>
<textElement>
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{VAT}]]></textFieldExpression>
</textField>
</band>
</detail>
<pageFooter>
Expand Down

0 comments on commit 76a60b9

Please sign in to comment.