Skip to content

Commit

Permalink
#67 scale rate
Browse files Browse the repository at this point in the history
  • Loading branch information
metas-lc committed Oct 23, 2017
1 parent 76a60b9 commit bc045ce
Showing 1 changed file with 2 additions and 2 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.2.2.final using JasperReports Library version 6.2.2 -->
<!-- 2017-10-23T11:32:29 -->
<!-- 2017-10-23T11:56:00 -->
<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 @@ -239,7 +239,7 @@
<textElement>
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{rate} + " " + $R{VAT}]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{rate}.setScale(2, java.math.RoundingMode.HALF_UP) + " " + $R{VAT}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="2" width="104" height="20" uuid="c745be88-2a21-4282-bbc9-e076d1b96a17">
Expand Down

0 comments on commit bc045ce

Please sign in to comment.