You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Guido Amarilla (JIRA)" <ji...@apache.org> on 2007/01/10 23:08:27 UTC

[jira] Created: (OFBIZ-614) Order PDF Report list items font size

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