Order PDF Report list items font size
-------------------------------------
Key: OFBIZ-614
URL:
https://issues.apache.org/jira/browse/OFBIZ-614 Project: Apache OFBiz (The Open for Business Project)
Issue Type: Improvement
Components: order
Affects Versions: SVN trunk
Reporter: Guido Amarilla
Priority: Minor
PDF report is generated with a very big font and product items with long names overlap with amounts or prices in the order's product list.
I suggest changing the font size of order product list to use the a smaller size.
<#if orderHeader?has_content>
<fo:table border-spacing="3pt">
to this
<#if orderHeader?has_content>
<fo:table border-spacing="3pt" font-size="9pt">
(If this is not an issue, I will need to customize my templates to fit my needs.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira