~vauxoo/addons-vauxoo/7.0-ifrs_agrinos-dev-hbto

« back to all changes in this revision

Viewing changes to crm_profile_reporting/report/report_profile.rml

  • Committer: Miguel Delgado
  • Date: 2011-09-05 22:30:00 UTC
  • Revision ID: miguel.delgado07@gmail.com-20110905223000-07xrcmyvsddq46d1

[ADD] se agrego el modulo para imprimir reportes de crm_profile 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<document filename="test.pdf">
 
3
  <template pageSize="(210.0mm,297.0mm)" title="Test" author="Martin Simon" allowSplitting="20" showBoundary="0">
 
4
    <pageTemplate id="first">
 
5
      <frame id="first"     x1="10.0mm"     y1="15mm"    width="260mm"  height="180mm"/>
 
6
    </pageTemplate>
 
7
  </template>
 
8
 
 
9
  <stylesheet>
 
10
    <initialize>
 
11
      <paraStyle name="all" alignment="JUSTIFY" fontName="Helvetica" fontSize="6.0" leading="8" spaceBefore="3.0" textColor="blue"/>
 
12
    </initialize>
 
13
  </stylesheet>
 
14
 
 
15
  <images/>
 
16
  <story>
 
17
    <para> Hola Mundo </para>
 
18
  </story>
 
19
</document>