Simple Invoices logo
  1.  permalink
    Hi,

    Sorry for adding another topc on the pdf side. I'm trying to change the column width in the pdf invoice template but it's just chinese to me.... What are the values to play with ? Same thing for numbers alignment in the invoice. They are aligned on th right when they should be on the left. Same thing with the invoice amount format which misses the '000 separators...

    I guess that is pretty straightforward... but not for me ;-)

    thx

    laurent
    • CommentAuthoraplysia
    • CommentTimeJun 23rd 2007 edited
     permalink
    Most stuff is defined over the css file. So you can change the style.css file in your way. The best thing would be the copy the default template and create an own one. So you have always a template that still works. Then your new template shows up in the template selection.
    What do you mean with '000 seperator? Are you talking about the number formatting? With which version of si are you working?
  2.  permalink
    Ok, i'm getting to chane most of what i want by now... except for the Number formatting of the bottom invoice total which shows no thousand separators....
    I'm using Version: 20070525 stable
    • CommentAuthoraplysia
    • CommentTimeJun 23rd 2007 edited
     permalink
    As far as I know the whole thing is built on http://ch2.php.net/manual/en/function.number-format.php at the moment. So it's browser/language/server dependent. And that's not really what we want. I will change this in a next release.
    • CommentAuthorjustin
    • CommentTimeJul 2nd 2007 edited
     permalink
    Hey,

    yep it uses number format - set to english style numbering (ie. 10,000.00 for ten thousand)

    hopefully in the upcoming releases we'll implement a number format that can be localised

    ie. http://framework.zend.com/manual/en/zend.locale.html />
    Cheers

    Justin



    Cheers

    Justin