-
-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converging financial / cash discount modules for v15.0 #462
Comments
We have also made such a module in the past and have ported it up to 10.0, cf. https://github.com/luc-demeyer/noviat-apps/tree/10.0/l10n_be_cash_discount In Belgium we have specific tax implications on cash discount, hence we'll end up with a generic module + localisation module in l10n-belgium. |
@grindtildeath I'm totally for converging. IIIUC your |
@grindtildeath Can you link us to a |
@dreispt Thanks for the feedback. I opened today the PR in this repository for account_financial_discount which is functional but doesn't cover the reconciliation part: #464 I also opened another PR for the unmigrated part to bridge with the reconciliation widget: OCA/account-reconcile#421 Edit: reconciliation model is broken to generate write off in foreign currency and I submitted an OPW to Odoo about it. |
FTR: I updated #464 with the migration of reconciliation model. I some JS wiz wants to take over OCA/account-reconcile#421, I'd be happy to help. |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Following discussions on OCA/account-financial-tools#1040 it would be great to work together on providing a single module for v15.0 to provide discounts on early payments.
At the moment we have following modules either merged or in the process of being migrated to v14.0:
To avoid duplicating work, it would be great to converge all the modules together for v15.0.
I can mostly talk about account_financial_discount since it's the module we did and is used in prod for a while at one of our biggest customers. Here are what we have in this module.
Last two points are the "critical" ones in the sense that:
This module of course has its limitations, (stated here https://github.com/OCA/account-financial-tools/pull/1040/files#diff-427ccfc78b333e526364e3533ee8a1b7635cfc7c0145ffc9f36c0f6b8b653d2dR35-R45 for v13.0) and as the reconciliation widget was moved to enterprise for v14.0 I'm not finished with migrating it (although I'll be soon able to open a PR with full support of register payments).
From what I've seen about the other modules:
@sbidoul @pedrobaeza @max3903 @dreispt you're welcome to join the discussion.
The text was updated successfully, but these errors were encountered: