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

Allow saving group_order despite negative account balance if changes are positive #280

Open
JuliusR opened this issue Apr 2, 2014 · 2 comments
Labels

Comments

@JuliusR
Copy link
Contributor

JuliusR commented Apr 2, 2014

In our foodcoop we use "dummy" StockArticles with a negative price for accounting the return of deposit. It would be nice if one could "buy" these articles even though the account balance is negative.

Another use case would be reducing the amount of ordered articles step by step, e.g., in different orders.

@JuliusR JuliusR added the feature label Apr 2, 2014
@wvengen
Copy link
Member

wvengen commented Apr 3, 2014

Nice idea. Would removing these negative-price articles from a GroupOrder still be allowed? In that case negative-price articles we could allow always to be added and removed in an open GroupOrder, irregardless of the available funds.

@JuliusR
Copy link
Contributor Author

JuliusR commented Apr 4, 2014

Yeah, that would be a step forward from the user perspective. However, currently saving the order is not possible so that probably it is easier to check for an increasing or decreasing total price.

Moreover, this idea refers to usual, i.e., non-negative, articles

Another use case would be reducing the amount of ordered articles step by step, e.g., in different orders.

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

No branches or pull requests

2 participants