~xcg/account-financial-report/account-financial-report

« back to all changes in this revision

Viewing changes to account_financial_report/report/balance_full.rml

[MERGE] [account_financial_report] Added Printing Date to all reports

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        <pageTemplate id="first">
5
5
            <frame id="first" x1="1cm" y1="1.0cm" width="19.0cm" height="23cm"/>
6
6
            <pageGraphics>
7
 
                <setFont name="Helvetica" size="9"/>
 
7
                <setFont name="Helvetica-Oblique" size="6"/>
8
8
                
9
9
                <image x="1.0cm" y="24.0cm" width="5.0cm">[[company.logo and company.logo or removeParentNode('image')]]</image>
10
10
<!--
29
29
                        </tr>
30
30
                    </blockTable>
31
31
                </place>
32
 
                <drawRightString x="192mm" y="5mm">[[ get_informe_text(data['form']) ]] /  Pág.: <pageNumber/>-<pageCount/> </drawRightString> 
 
32
                <drawRightString x="207mm" y="5mm">Printing Date: [[ formatLang(time.strftime('%Y-%m-%d'),date=True) ]] [[ get_informe_text(data['form']) ]] /  Pág.: <pageNumber/>-<pageCount/></drawRightString> 
 
33
 
33
34
            </pageGraphics>
34
35
 
35
36
        </pageTemplate>