details: https://code.openbravo.com/erp/devel/pi/rev/ce0880485b42 changeset: 23501:ce0880485b42 user: Atul Gaware <atul.gaware <at> openbravo.com> date: Tue Jun 10 21:04:10 2014 +0530 summary: Fixes Issue 26177: Vendor invoice report shows warnings due to fonts not found in JVM
diffstat: src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorJR.jrxml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r da05de1f3ff6 -r ce0880485b42 src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorJR.jrxml --- a/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorJR.jrxml Wed Jun 18 00:13:30 2014 +0000 +++ b/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorJR.jrxml Tue Jun 10 21:04:10 2014 +0530 @@ -2,6 +2,7 @@ <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="ReportInvoiceVendorJR" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="782" leftMargin="30" rightMargin="30" topMargin="20" bottomMargin="20"> <property name="ireport.scriptlethandling" value="0"/> <property name="ireport.encoding" value="UTF-8"/> + <property name="net.sf.jasperreports.awt.ignore.missing.font" value="true"/> <import value="net.sf.jasperreports.engine.*"/> <import value="java.util.*"/> <import value="net.sf.jasperreports.engine.data.*"/> ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
