~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to huissier/report/badge.rml

  • Committer: Fabien Pinckaers
  • Date: 2007-09-11 04:39:38 UTC
  • Revision ID: fp@tinyerp.com-e13b2bc66a40166d5c624d3fd49af85b2383053c
Modifs

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        </initialize>
20
20
        <paraStyle name="P1" fontName="Times-Roman" fontSize="10.0" leading="9" alignment="CENTER"/>
21
21
        <paraStyle name="P2" fontName="Times-Roman" fontSize="10.0" leading="9" alignment="RIGHT" spaceBefore="0.0" spaceAfter="6.0"/>
22
 
        <paraStyle name="P3" fontName="Courier-Bold" fontSize="10.0" leading="15" alignment="RIGHT" spaceBefore="0.0" spaceAfter="6.0"/>
 
22
        <paraStyle name="P3" fontName="Courier-Bold" fontSize="9.0" leading="15" alignment="RIGHT" spaceBefore="0.0" spaceAfter="6.0"/>
23
23
        <paraStyle name="P4" fontName="Times-Bold" fontSize="8.0" leading="12"/>
24
24
        <paraStyle name="P5" fontName="Times-Roman" fontSize="8.0" leading="12"/>
 
25
        <paraStyle name="P8" fontName="Times-Roman" fontSize="8.0" leading="12"/>
25
26
        <paraStyle name="P6" fontName="Times-Roman" fontSize="10.0" leading="11" alignment="RIGHT"/>
26
27
        <paraStyle name="P7" fontName="Courier-Bold" fontSize="10.0" leading="15"/>
27
28
        <paraStyle name="Standard" fontName="Times-Roman"/>
38
39
  </stylesheet>
39
40
  <story>
40
41
        [[ repeatIn(objects,'o') ]]
41
 
        <blockTable colWidths="4.5cm,3cm" style="Tableau1">
 
42
        <blockTable colWidths="5cm,3cm" style="Tableau1">
42
43
          <tr>
43
44
                <td>
44
 
                  <para style="P4">[[ o.name[:30] ]]</para>
 
45
                  <para style="P4">[[ o.name[:24] ]]</para>
45
46
                  <para style="P5">[[ o.address and o.address[0].street[:30] or False]], [[o.address and o.address[0].zip[:5] or False]] [[o.address and o.address[0].city[:15] or False]] [[o.address and o.address[0].country_id and o.address[0].country_id.code or False]]</para>
46
 
                  <para style="P5">Expiration: [[o.date_expiration or False]], [[ o.ref ]]</para>
 
47
                  <para style="P8">Expiration: [[o.date_expiration or False]], [[ o.ref ]]</para>
47
48
                  <barCode code="code128" xdim="0.03" height="0.4" quiet="0">[[o.ref or False]]</barCode>
48
49
                </td>
49
50
                <td>