branch feature/1196-reports_font updated (fd942df -> 3b132bf)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1196-reports_font in repository lima. See http://git.chorem.org/lima.git from fd942df fixes #1196 changement de polices sur les rapports + correction à la génération de ceux ci new 3b132bf refs #1196 il restait des polices non libres sur ce documents The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 3b132bf6ca98af9ea0171f116bb25b04153d7012 Author: dcosse <cosse@codelutin.com> Date: Wed Mar 11 17:30:38 2015 +0100 refs #1196 il restait des polices non libres sur ce documents Summary of changes: .../jasperreports/generalEntryBook/EntryBookPeriodReport.jrxml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1196-reports_font in repository lima. See http://git.chorem.org/lima.git commit 3b132bf6ca98af9ea0171f116bb25b04153d7012 Author: dcosse <cosse@codelutin.com> Date: Wed Mar 11 17:30:38 2015 +0100 refs #1196 il restait des polices non libres sur ce documents --- .../jasperreports/generalEntryBook/EntryBookPeriodReport.jrxml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lima-web/src/main/resources/jasperreports/generalEntryBook/EntryBookPeriodReport.jrxml b/lima-web/src/main/resources/jasperreports/generalEntryBook/EntryBookPeriodReport.jrxml index 78b4ddb..2506f1e 100644 --- a/lima-web/src/main/resources/jasperreports/generalEntryBook/EntryBookPeriodReport.jrxml +++ b/lima-web/src/main/resources/jasperreports/generalEntryBook/EntryBookPeriodReport.jrxml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Created with Jaspersoft Studio version 6.0.3.final using JasperReports Library version 6.0.3 --> -<!-- 2015-03-02T15:09:34 --> +<!-- 2015-03-11T17:29: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="BalanceClassesReport" pageWidth="578" pageHeight="20" whenNoDataType="BlankPage" columnWidth="578" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" whenResourceMissingType="Empty" isIgnorePagination="true" uuid="75ff [...] <property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/> <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.HorizontalRowLayout"/> @@ -13,8 +13,8 @@ <property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/> <property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/> <property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/> - <style name="Default" isDefault="true" fontName="Arial"/> - <style name="Default oblique" fontName="Monospaced"/> + <style name="Default" isDefault="true" fontName="DejaVu Sans"/> + <style name="Default oblique" fontName="DejaVu Sans Mono"/> <queryString> <![CDATA[]]> </queryString> @@ -114,7 +114,7 @@ <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> </box> <textElement textAlignment="Right" verticalAlignment="Middle"> - <font fontName="Courier 10 Pitch" size="8" isBold="true"/> + <font fontName="DejaVu Sans Mono" size="8" isBold="true"/> <paragraph lineSpacingSize="0.0" rightIndent="2"/> </textElement> <textFieldExpression><![CDATA[new Boolean($F{soldeDebit}.compareTo(BigDecimal.ZERO) != 0) ? $F{formatter}.format($F{soldeDebit}) : ""]]></textFieldExpression> @@ -128,7 +128,7 @@ <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> </box> <textElement textAlignment="Right" verticalAlignment="Middle"> - <font fontName="Courier 10 Pitch" size="8" isBold="true"/> + <font fontName="DejaVu Sans Mono" size="8" isBold="true"/> <paragraph lineSpacingSize="0.0" rightIndent="2"/> </textElement> <textFieldExpression><![CDATA[new Boolean($F{soldeCredit}.compareTo(BigDecimal.ZERO) != 0) ? $F{formatter}.format($F{soldeCredit}) : ""]]></textFieldExpression> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm