Merge lp:~julie-w/unifield-server/US-6939 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 5666
Proposed branch: lp:~julie-w/unifield-server/US-6939
Merge into: lp:unifield-server
Diff against target: 39 lines (+10/-6)
1 file modified
bin/addons/register_accounting/report/liquidity_position_pdf.rml (+10/-6)
To merge this branch: bzr merge lp:~julie-w/unifield-server/US-6939
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+380502@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/addons/register_accounting/report/liquidity_position_pdf.rml'
2--- bin/addons/register_accounting/report/liquidity_position_pdf.rml 2018-11-09 17:17:34 +0000
3+++ bin/addons/register_accounting/report/liquidity_position_pdf.rml 2020-03-10 17:00:49 +0000
4@@ -5,13 +5,22 @@
5 </docinit>
6 <template pageSize="(842.0,595.0)" title="liquidity_position" author="Medecins Sans Frontieres" allowSplitting="20">
7 <pageTemplate id="first">
8- <frame id="first" x1="42.0" y1="42.0" width="756" height="539" />
9+ <frame id="first" x1="42.0" y1="42.0" width="756" height="462" />
10 <pageGraphics>
11 <fill color="blue"/>
12 <image x="18mm" y="270mm" height="53.3" width="100">[[ company.logo or removeParentNode('image') ]]</image>
13 <setFont name="Helvetica" size="8"/>
14 <fill color="black"/>
15 <drawString x="20.0" y="10.0">Page : <pageNumber /></drawString>
16+
17+ <!-- Header -->
18+ <place x="7.3cm" y="8.8cm" height="11.5cm" width="15.0cm">
19+ <title style="text">Liquidity Position [[ getPeriod().name ]]</title>
20+ <spacer length="6"/>
21+ <para style="center">Period end date: [[ formatLang(getPeriod().date_stop, date=True) ]]</para>
22+ <para style="center">Report date: [[ formatLang(time.strftime("%Y-%m-%d"), date=True) ]]</para>
23+ </place>
24+
25 </pageGraphics>
26 </pageTemplate>
27 </template>
28@@ -41,11 +50,6 @@
29
30 <story>
31
32- <title style="text">Liquidity Position [[ getPeriod().name ]]</title>
33- <para style="center">Period end date: [[ formatLang(getPeriod().date_stop, date=True) ]]</para>
34- <para style="center">Report date: [[ formatLang(time.strftime("%Y-%m-%d"), date=True) ]]</para>
35- <spacer length="24"/>
36-
37 <section>
38 [[ repeatIn(getRegistersByType(), 'reg_type') ]]
39 <condPageBreak height="9cm"/>

Subscribers

People subscribed via source and target branches