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

Add a way to enter a price and have it multiplied by 1.1 #157

Open
SammyDelanghe opened this issue Sep 8, 2021 · 2 comments
Open

Add a way to enter a price and have it multiplied by 1.1 #157

SammyDelanghe opened this issue Sep 8, 2021 · 2 comments

Comments

@SammyDelanghe
Copy link

When adding a product, it is nice if you don't need to calculate the markup price with the added 10% by hand, but it can be done automatically. It should still be possible to set a price which won't be multiplied.

@redfast00
Copy link
Member

Would you store the original price and a markup field (defaulting to 10%) or just store the price? The first is nicer imo, but will also break the API if we're not careful.

@RealFoxie
Copy link

I would not keep the markup field, but just include a handy frontend change.
As the 10% is not super fixed, so that way the price can be rounded to something nicer too (for example 0.94 -> 0.95)

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

No branches or pull requests

4 participants