Commit Graph

22 Commits

Author SHA1 Message Date
Holger Brunn
279990a2eb [IMP] account_payment_order: Set orders to done on payment reconciliation 2021-10-09 10:21:12 +02:00
Pedro M. Baeza
95b737a225 [FIX] account_payment_error: Avoid singleton error in allowed_journal_ids
Fixes #612
2019-06-26 11:49:25 +02:00
Pedro M. Baeza
9f02441c56 Merge pull request #560 from acsone/12.0-ref_payment_order_generate_move_tbi
[12.0] [REF] Account Payment Order: split generate_move method
2019-04-10 15:35:39 +02:00
Thomas Binsfeld
ed53202f70 [REF] Payment Order: move all move preparation code in _prepare_move 2019-04-10 14:05:02 +02:00
Pedro M. Baeza
5c8bdbbde7 Merge pull request #538 from acsone/12.0-ref_account_payment_order_draft2open_tbi
[12.0] [REF] Payment Order: better performance of draft2open method
2019-03-15 11:01:13 +01:00
Thomas Binsfeld
241b38747f [REF] Account Payment Order: split generate_move method 2019-03-06 14:10:04 +01:00
Pedro M. Baeza
c71a8e9cb6 [FIX] account_payment_order: Fix journal domain
Steps to reproduce
------------------

* Create a payment mode with "Link to Bank Account" = "Variable".
* Select several journals.
* Create a payment order with that payment mode.
* Save.
* Go to other menu and come back to payment order.
* Try to select a journal: the list is empty.

Fixes #544
2019-02-02 12:32:49 +01:00
Thomas Binsfeld
8b78be9dd7 [REF] Payment Order: better performance of draft2open method
Add a norecompute in draft2open to avoid the recomputation of total_company_currency n times (where n is the number of payment lines)
2019-01-23 08:41:53 +01:00
ecino
bb001e8dbd [IMP] account_payment_order: Use bank.payment.line reference in Payment Order Move Lines (#418) 2018-12-13 17:02:13 +01:00
Jordi Ballester
e8ebf4861a When the user looks for open payables or receivables, in the
context of payment orders, she should ocus on the amount that
is due to be paid. In this method we are forcing to display both
the amount due in company and in the invoice currency.

We then hide the fields debit and credit, because they add no value.
2018-12-13 17:02:13 +01:00
etobella
435acb4b0b [MIG] account_payment_order 2018-12-13 17:02:13 +01:00
Gilles Meyomesse (ACSONE)
3bd26a7dee [ADD] report for payment order (#370) 2018-12-13 17:02:13 +01:00
gilles
aabace0e1e [ADD] description field for payment order 2018-12-13 17:02:13 +01:00
Akim Juillerat
96a7ee437c [IMP] account_payment_order: Restriction + tests
* Restrict the deletion of bank payment line
* Add test_cancel_payment_order
2018-12-13 17:02:13 +01:00
mdietrichc2c
18a46ce204 [IMP] account_payment_order: Don't allow deletion of an uploaded payment order + allow to cancel an uploaded payment order 2018-12-13 17:02:13 +01:00
Alexis de Lattre
d059a5eb0d [FIX+IMP] account_payment_order:
* FIX: Bug #353 crash when selecting a payment mode that has a variable link to a bank account
* FIX: Add 'post_move' option on account.payment.mode with default True, to keep the previous behavior
* IMP: Explicit error when bank account is missing on bank journal
* IMP: Add field default_date_prefered on payment mode.
2018-12-13 16:52:20 +01:00
vrenaville
629ed3a036 [FIX] fill date instead off maturity date on account move line generated 2018-12-13 16:51:51 +01:00
Alexis de Lattre
63ca3e4868 Port almost all modules to v10 (#305)
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
2018-12-13 16:51:51 +01:00
Stéphane Bidoul (ACSONE)
0466e0f869 [IMP] set partner on offsetting account move line if possible
fixes #277
2018-12-13 16:50:58 +01:00
Stéphane Bidoul (ACSONE)
e3f19d9d1b [FIX+IMP] account_payment_order: 2 more things:
* IMP: extensibility of _prepare_move

  Pass the list of bank lines to _prepare_move so it is possible to customize the move (eg it's name) based on the lines being paid.

* FIX: payment order: add missing onchange dependencies in move selection wizard
2018-12-13 16:49:11 +01:00
Alexis de Lattre
3a135fcba8 Add support for multi-currency in the generation of the account move.
Take into account all the remaining remarks of Frederic Clementi dated May 30:
- see multi-currency amounts in the wizard to add transaction lines
- add help msg on bank payment lines
2018-12-13 16:48:31 +01:00
Alexis de Lattre
c51c659623 Start to port bank-payment to v9 (with a lot of improvements) during the Sorrento Code sprint 2016
Improvements include:
- full re-organisation of modules and big re-organisation of the code
- simplification of the code related to the fact that support for direct debit is now in t
he base module, not added by an optional module account_direct_debit (module was removed)
- new design of the wizard to select move lines to pay
- support for non-SEPA file transfer-
- support for German direct debit SEPA files (fixes bug #129)
- remove workflow of payment.order
- add wizard of selection of move lines to pay
2018-12-13 16:47:14 +01:00