Commit Graph

15 Commits

Author SHA1 Message Date
Stéphane Bidoul
e2be1a6e0d [IMP] refactoring in order to use direct debit independently of bank statement import
In a nutshell, this commit 
- moves payment_order_type (payment|debit) to account_banking_payment_export
- makes payment_order_type visible in account_direct_debit
- make direct_debit depend on account_banking_payment_export
2014-02-16 17:13:15 +01:00
Alexis de Lattre
9ca27914c3 [FIX] ALlow payment of customer refunds 2014-02-16 15:03:28 +01:00
Ruchir Shukla
1f9b56be79 return Form view of Payment Orders so record will be reloaded 2013-12-05 14:48:43 +05:30
Stéphane Bidoul
13c5ef0e4a pep8 2013-09-12 09:05:59 +02:00
Stéphane Bidoul
e89095dcbe [IMP] clarify scope of account_banking_payment_export by moving some features back to account_banking_payment
[IMP] nicer manual payment wizard
2013-08-13 11:18:15 +02:00
Stéphane Bidoul
77b6806e07 [IMP] account_banking_payment refactoring to make payment export features available without pulling bank statement features
- introduce account_banking_payment_export module with all features from account_banking_payment that do not involve changing the payment order workflow or depend on bank statement changes
- account_banking_payment_export does not depend on account_banking 
- account_banking_payment is consequently stripped of above features
- account_banking_sepa_credit_transfer depend on account_banking_payment_export and is compatible with the default payment order workflow
2013-08-09 22:55:49 +02:00
Stefan Rijnhart
6312bfbe92 [MRG] Merged with target branch 2013-06-26 23:14:41 +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
fd6cac4854 [RFR] Sort out 'add invoices' wizard code between payment and debit module 2013-05-28 15:37:47 +02:00
Stefan Rijnhart
27f7ee28b1 [FIX] Faulty import
[IMP] Method references in confirm/cancel mappings
2013-05-24 11:00:42 +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
943343061a [FIX] Fixes from pylint 2013-03-17 10:10:15 +01:00
Stefan Rijnhart
8f9fada351 [RFR] Split off payment functionality in a different addon 2013-03-16 17:44:19 +01:00