-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I'm quite new to TinyERP and absolutely excited about this great
product. Today I spent a lot of time on customizing reports and ran into
trouble while trying to set a left margin for the invoice.rml template
(./addons/account/report/invoice.rml).

The original header of the rml looks like:

<?xml version="1.0"?>
<document filename="test.pdf">
  <template pageSize="(595.0,842.0)" title="Test" author="Martin Simon"
allowSplitting="20">
    <pageTemplate id="first">
...


Now I tried to follow the ReportLab RML reference and added a
leftMargin="2.0cm" to the <template> tag, so it looks:

<?xml version="1.0"?>
<document filename="test.pdf">
  <template pageSize="(595.0,842.0)" leftMargin="2.0cm" title="Test"
author="Martin Simon" allowSplitting="20">
    <pageTemplate id="first">
...

Unfortunately this did not change anything. Did I choose the wrong way?


Kind regards,
Matthias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHwYWc3amPPXYwsmQRAovXAJ9qJf+m9tMo4pnR28eIruAdn15vqwCgtRNf
7/ANPRy9hRjjFXy++H3WXJE=
=EGdQ
-----END PGP SIGNATURE-----
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to