account-payment icon indicating copy to clipboard operation
account-payment copied to clipboard

[12.0][IMP] account_payment_return, new reason action type

Open qgroulard opened this issue 5 years ago • 8 comments

Add a field 'Next Action' on a payment return reason.

This field is meant to categorize payment returns by the action to take when received. For instance, 'Next Action' could be 'Renew mandate', 'Update BIC' or 'Contact Customer'.

qgroulard avatar Feb 10 '20 11:02 qgroulard

Hi @qgroulard I am testing this PR, but AFIK, it simply add new m2o data field in the reasons. Which i don't see how it will be useful yet (i.e., no report related to it). May be you can explain the real use of this PR ? :) Thanks!

kittiu avatar Mar 17 '20 04:03 kittiu

By the way, can you help change the title of this PR to be, [12.0][IMP] account_payment_return, new reason action type That would make it search easily. :)

kittiu avatar Mar 17 '20 04:03 kittiu

Hi @qgroulard I am testing this PR, but AFIK, it simply add new m2o data field in the reasons. Which i don't see how it will be useful yet (i.e., no report related to it). May be you can explain the real use of this PR ? :) Thanks!

Hi @kittiu Indeed this PR adds a new m2o field with no further logic. My customer needed to be able to filter returned payments based on the next thing to do. This helps to treat them in mass and to assign actions to employees (i.e. the guy who is responsible for renewing mandates might not be the same that the one who should call the customers).

I thought it could already benefit to others as is.

qgroulard avatar Mar 17 '20 08:03 qgroulard

@qgroulard thanks for explaining. But so, I am not so sure it can benefit other. You can just add this field on your custom module, don't you?

Let's wait for others opinion :)

kittiu avatar Mar 20 '20 11:03 kittiu

I rebased this PR on #338 to be able to add the new field next_action_type_id to the payment return reason form view

sbejaoui avatar Jul 14 '20 14:07 sbejaoui

Hi @qgroulard , does this PR allows to generate an invoice to charge the customer dunning expenses? Thanks!

enricostano avatar Nov 19 '20 17:11 enricostano

Hi @qgroulard , does this PR allows to generate an invoice to charge the customer dunning expenses? Thanks!

Hello @enricostano, it does not automatically. At least it can help mark the returns as 'Next action: generate dunning invoice" so that user can easily retrieve them and create the invoices manually.

qgroulard avatar Nov 20 '20 08:11 qgroulard

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

github-actions[bot] avatar Jan 30 '22 12:01 github-actions[bot]