Skip to content
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

[WIP][ADD] Add account cash discount base module #208

Closed

Conversation

adrienpeiffer
Copy link
Contributor

No description provided.

@pedrobaeza
Copy link
Member

Isn't better account-payment repo for this module (because you can make cash-discount without SEPA modules)?

@sbidoul sbidoul changed the title [WIP][ADD] Add account cash discount module [WIP][ADD] Add account cash discount base module Sep 1, 2015
@sbidoul
Copy link
Member

sbidoul commented Sep 1, 2015

@pedrobaeza this module "just" adds basic fields to encode cash discount data on invoices. It serves as a basis for other modules, and in particular account_cash_discount_payment (#209) which lets you consider cash discount date and amount when creating payment orders, which therefore depends on account_banking_payment_export and account_cash_discount_base.

We also considered putting it in OCA/account-invoicing but that would create circular dependencies between repos.

That's why we chose to have it here to avoid creating a new repository dependency.

@pedrobaeza
Copy link
Member

OK, I see, let's continue here then.


This module was written to allow you to define cash discount on your customer
or supplier invoice. On customer invoice, you can add a discount delay and
a discount percent. At invoice's validation, the discount due date is genereted

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/genereted/generated

@laetitia-gangloff
Copy link

I make a little test, and value of fields : "Amount Discount deducted" and "Amount Discount" are not kept when I change "Discount percent". (on Customer Invoice)
I think, this is because "Amount Discount deducted" is readonly.

@adrienpeiffer adrienpeiffer force-pushed the 8.0-add-account-cash-discount-base branch 2 times, most recently from e83f681 to d0c1f9d Compare December 14, 2015 14:37
@pedrobaeza
Copy link
Member

Is this one still a WIP?

@pedrobaeza
Copy link
Member

Is this PR and other WIP PRs of this repo still relevant? Should we close them?

@Cedric-Pigeon Cedric-Pigeon force-pushed the 8.0-add-account-cash-discount-base branch from d0c1f9d to 3b78018 Compare April 25, 2017 13:48
@pedrobaeza
Copy link
Member

@sbidoul is this still interesting for you or should we move to later versions?

@sbidoul
Copy link
Member

sbidoul commented May 23, 2018

This is running in production but we don't plan additional work on 8.0. OCA/account-payment#174 is ready for 10.0.

@pedrobaeza
Copy link
Member

There are several pending comments and this is unreviewed, so I'm not sure if merge optimistically or what. What do you think?

@sbidoul
Copy link
Member

sbidoul commented May 23, 2018

@pedrobaeza we should close these PR as we will not put efforts in maintaining them.

@pedrobaeza
Copy link
Member

Thanks for unblocking this. I close then the v8 PRs and make to get v10 ones.

P.S.: I have been pushing all my customers to v10/v11. I only have 2 with v8 that are in the way, and now I really hate v8 with the API mix and so on, but it's still a needed one for some.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants