Alexis de Lattre
4c2bd0f6c9
[FIX] Fix several obvious bugs that I found when testing the code.
2013-08-03 00:41:42 +02:00
Stefan Rijnhart
00901adf2b
[FIX] Clearing lines should not have a partner, because of the new constraint
...
on the reconciliation object that prevents reconciliation between
various partners.
[MGR] Adaptation of the debit module to view changes
2013-07-15 15:31:34 +02:00
Stefan Rijnhart
6312bfbe92
[MRG] Merged with target branch
2013-06-26 23:14:41 +02:00
Stefan Rijnhart
85de0d7581
[FIX] Improve translatable labels for move and move lines
2013-06-26 23:10:06 +02:00
Stefan Rijnhart
20d37b1a56
[FIX] Attempt to add move line without invoice to payment order gives
...
error on empty value for the payment line's 'state' field
2013-06-04 23:19:18 +02:00
Stefan Rijnhart
cf6c8e624e
[FIX] Only allow posted move lines in payment order
2013-06-04 16:48:54 +02:00
Stefan Rijnhart
ad4784cbd4
[RFR] Do not reuse the transaction amount but always take the statement line
...
amount. To be able to do so, create the transaction's statement
line a little earlier.
[FIX] Syntax error in assigning confirm_map items
[RFR] Remove autosplit functionality that was already disabled
[FIX] Logical order of the arguments in an error message
2013-06-04 15:44:24 +02:00
Stefan Rijnhart
b15cf15cd5
[FIX] Various fixes
...
[IMP] Improvements on payment matching
2013-06-04 13:56:05 +02:00
Stefan Rijnhart
509b9bc3a8
[MRG] Merged with target branch
2013-06-04 12:18:31 +02:00
unknown
21c1b90ea4
[FIX] Faulty import
...
[IMP] Method references in confirm/cancel mappings
2013-06-03 11:47:11 +02:00
Stefan Rijnhart
4656a4de4b
[FIX] Don't overwrite match_type field's selection again
2013-05-30 12:03:41 +02:00
Stefan Rijnhart
1d81e9f30b
[RFR] Payment order workflow now allows cancelling of reconciled
...
orders
[FIX] Fixes from testing
[IMP] Manual matching of payment orders and lines
2013-05-30 00:26:36 +02:00
Stefan Rijnhart
9e36b2f324
[FIX] Fixes from testing
2013-05-29 16:52:31 +02:00
Stefan Rijnhart
08436c0bf5
[FIX] Move attributes to from 'states' dictionary to view
2013-05-29 16:42:50 +02:00
Stefan Rijnhart
1aac39a952
[RFR] Remove unused field 'export_state' on payment line
2013-05-29 16:20:31 +02:00
Stefan Rijnhart
e045946a13
[FIX] Make payment mode type required
...
[RFR] Cosmetic view changes
2013-05-29 14:35:04 +02:00
Stefan Rijnhart
a5e98db809
[RFR] API: remove deprecated 'type' elements from view records
...
[MIG] Set upgraded modules to installable
[FIX] Redefined _columns member
[FIX] Remove void default for date_done, update field type
[FIX] Add required string tag to form views
[FIX] Merge payment mode view overrides
2013-05-28 17:18:26 +02:00
Stefan Rijnhart
4b998a263e
[RFR] Sort out view changes between debit and payment modules
2013-05-28 16:42:13 +02:00
Stefan Rijnhart
3c5fdecf37
[RFR] Rename field 'debit_move_line_id'
2013-05-28 16:17:56 +02:00
Stefan Rijnhart
fd6cac4854
[RFR] Sort out 'add invoices' wizard code between payment and debit module
2013-05-28 15:37:47 +02:00
Stefan Rijnhart
7fc4e0f975
[RFR] Sort out payment/payment line code between payment and debit module
2013-05-28 14:56:27 +02:00
Stefan Rijnhart
345381a8a7
[RFR] Move workflow adaptions from debit module to payment module
2013-05-28 07:16:26 +02:00
Stefan Rijnhart
5ae5d657f8
[ADD] Foreporting crude support for full payment workflow including
...
transferral move that pays the invoices
2013-05-27 21:36:20 +02:00
Stefan Rijnhart
27f7ee28b1
[FIX] Faulty import
...
[IMP] Method references in confirm/cancel mappings
2013-05-24 11:00:42 +02:00
unknown
a9336393a0
[MIG] Forward port of lp:account-banking/6.1, rev. 165
...
[FIX] be less intrusive when adapting button's attrs, thereby preserving
the fix for lp:1172293 in ocb-addons
2013-05-01 16:40:54 +02:00
unknown
4b46dcc56c
[MIG] Forward port of lp:banking-addons/6.1 rev. 162:
...
[FIX] avoid linking to the same invoice twice
[FIX] don't choke on order line without debit moves
[FIX] seems like some fields in clieop can't start with a space
[FIX] only employ partial matching on move lines with an invoice attached
[FIX] only return matched invoice if we have a matched invoice
2013-05-01 16:36:59 +02:00
Stefan Rijnhart
bcfa846bd5
[FIX] Fixes found by review
2013-04-06 07:02:18 +02:00
Stefan Rijnhart
b19939a25e
[FIX] UTC and time issues
2013-03-17 21:53:48 +01:00
Stefan Rijnhart
1856830612
[RFR] Restore compatibility with 6.1 for review
2013-03-17 21:04:17 +01:00
Stefan Rijnhart
37828e97c1
[FIX] Manual payments workflow
2013-03-17 21:03:32 +01:00
Stefan Rijnhart
8c3f6166ae
[FIX] Bugfix in call to move_info2values
...
[RFR] Trigger payment order workflow when matching a payment order line
[FIX] Store functions, not methods in *function* map
2013-03-17 21:01:50 +01:00
Stefan Rijnhart
e5c611df07
[FIX] PEP8
2013-03-17 21:00:38 +01:00
Stefan Rijnhart
91b9d190d9
[FIX] Various fixes from testing
2013-03-17 13:53:37 +01:00
Stefan Rijnhart
8f3b37855d
[FIX] Update xml reference to manual payment wizard
2013-03-17 13:22:56 +01:00
Stefan Rijnhart
943343061a
[FIX] Fixes from pylint
2013-03-17 10:10:15 +01:00
Stefan Rijnhart
931110224a
[FIX] Various fixes
...
[RFR] Converted manual payment wizard to transient model
2013-03-16 20:00:59 +01:00
Stefan Rijnhart
8f9fada351
[RFR] Split off payment functionality in a different addon
2013-03-16 17:44:19 +01:00