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 ;-)
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?
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
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.