Merge lp:~therp-nl/banking-addons/6.1-lp778668-Italian_IBAN_format into lp:~banking-addons-team/banking-addons/6.1-dev

Proposed by Stefan Rijnhart (Opener)
Status: Superseded
Proposed branch: lp:~therp-nl/banking-addons/6.1-lp778668-Italian_IBAN_format
Merge into: lp:~banking-addons-team/banking-addons/6.1-dev
Prerequisite: lp:~therp-nl/banking-addons/6.1-dev-useful_defaults
Diff against target: 12 lines (+1/-1)
1 file modified
account_banking/sepa/iban.py (+1/-1)
To merge this branch: bzr merge lp:~therp-nl/banking-addons/6.1-lp778668-Italian_IBAN_format
Reviewer Review Type Date Requested Status
Banking Addons Core Editors Pending
Review via email: mp+104518@code.launchpad.net

This proposal has been superseded by a proposal from 2012-05-03.

To post a comment you must log in.

Unmerged revisions

134. By Stefan Rijnhart (Opener)

[FIX] Italian BBAN format

133. By Stefan Rijnhart (Opener)

[ADD] Useful defaults on simple setups for import settings (lp:931395)
[ADD] Default to first available parser on the import wizard
[FIX] Statements field on import wizard not invisible in initial state
[FIX] Typo in Dutch translation

132. By Stefan Rijnhart (Opener)

[FIX] Duplicate statement line does not show up red on statement due to
 color precendence
[FIX] Cannot cancel statement line

131. By Stefan Rijnhart (Opener)

[FIX] Ability to encode statements manually,
 as well as compatibility with point_of_sale module (lp 992141)
[FIX] Post vouchers using workflow
[FIX] Remove redundant move_id fields on statement line.
 Use existing move_ids field instead. This restores
 the ability to cancel legacy (stateless) statement lines.

130. By Stefan Rijnhart (Opener)

[FIX] Selection of bugs and style issues found by pylint

129. By Stefan Rijnhart (Opener)

[RFR] Restore confirm and cancel logic for other match types
[RFR] Adapt direct debit workflow to 6.1

128. By Stefan Rijnhart (Opener)

[MRG] Merged with main development branch

127. By Stefan Rijnhart (Opener)

[ADD] Move voucher logic from statement line to the transaction level
     Preserve legacy methods for canceling reconciliation oriented transactions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account_banking/sepa/iban.py'
--- account_banking/sepa/iban.py 2012-04-17 11:11:43 +0000
+++ account_banking/sepa/iban.py 2012-05-03 10:34:23 +0000
@@ -219,7 +219,7 @@
219 # Iceland uses an extra identification number, split in two on219 # Iceland uses an extra identification number, split in two on
220 # display. Coded here as %P%V.220 # display. Coded here as %P%V.
221 'IS': BBANFormat('CCCCTTAAAAAAPPPPPPVVVV', '%C-%T-%A-%P-%V'),221 'IS': BBANFormat('CCCCTTAAAAAAPPPPPPVVVV', '%C-%T-%A-%P-%V'),
222 #'IT': BBANFormat('WBBBBBCCCCCCAAAAAAAAAAAAV', '%W/%B/%C/%A%V'),222 'IT': BBANFormat('WBBBBBCCCCCAAAAAAAAAAAA', '%W/%B/%C/%A'),
223 'LV': BBANFormat('BBBBAAAAAAAAAAAAA', '%I'),223 'LV': BBANFormat('BBBBAAAAAAAAAAAAA', '%I'),
224 'LI': BBANFormat('CCCCCAAAAAAAAAAAA', '%C %A', nolz=True),224 'LI': BBANFormat('CCCCCAAAAAAAAAAAA', '%C %A', nolz=True),
225 'LT': BBANFormat('BBBBBAAAAAAAAAAA', '%I'),225 'LT': BBANFormat('BBBBBAAAAAAAAAAA', '%I'),

Subscribers

People subscribed via source and target branches