Merge lp:~unifield-team/unifield-wm/us-692 into lp:unifield-wm

Proposed by jftempo
Status: Merged
Merged at revision: 2708
Proposed branch: lp:~unifield-team/unifield-wm/us-692
Merge into: lp:unifield-wm
Diff against target: 12 lines (+1/-1)
1 file modified
vertical_integration/report/hq_report_ocb_matching.py (+1/-1)
To merge this branch: bzr merge lp:~unifield-team/unifield-wm/us-692
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+283067@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 'vertical_integration/report/hq_report_ocb_matching.py'
2--- vertical_integration/report/hq_report_ocb_matching.py 2015-09-16 09:26:03 +0000
3+++ vertical_integration/report/hq_report_ocb_matching.py 2016-01-19 10:38:39 +0000
4@@ -86,7 +86,7 @@
5 sqlrequests = {
6 # Do not take lines that come from a HQ or MIGRATION journal
7 'reconciliable': """
8- SELECT aml.id, m.name AS "entry_sequence", aml.name, aml.ref, aml.document_date, aml.date, a.code, aml.partner_txt, debit_currency, credit_currency, c.name AS "Booking Currency", aml.debit, aml.credit, cc.name AS "functional_currency", aml.reconcile_id
9+ SELECT aml.id, m.name AS "entry_sequence", aml.name, aml.ref, aml.document_date, aml.date, a.code, aml.partner_txt, debit_currency, credit_currency, c.name AS "Booking Currency", ROUND(aml.debit, 2), ROUND(aml.credit, 2), cc.name AS "functional_currency", aml.reconcile_id
10 FROM account_move_line AS aml, account_move AS m, account_account AS a, res_currency AS c, res_company AS e, res_currency AS cc, account_journal AS j
11 WHERE aml.move_id = m.id
12 AND aml.account_id = a.id

Subscribers

People subscribed via source and target branches