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

URGENT! Changing the set price for "Default " rate type (also listed as billing type) #839

Closed
JeanFrancoisFournier opened this issue Dec 7, 2018 · 1 comment

Comments

@JeanFrancoisFournier
Copy link
Contributor

JeanFrancoisFournier commented Dec 7, 2018

URGENT!

Expected Behaviour

We use 2 "billing type/Rate type": Low Income and Default

Both prices are hard coded in the application.

LOW INCOME: 4,50$ per meal (including a free side dish) with 0,75$ for any extra side dishes or larger portions of the main meal.

DEFAULT: 5,50$ per meal (including a free side dish) with 1,00$ for any extra side dishes or larger portions of the main meal.

In January we will have a price increase of 1$ that will ONLY affect the DEFAULT rate.

We need to change the value allocated to this DEFAULT rate to 6,00$

Actual Behaviour

Right now, the value of the DEFAULT rate is set to 5,50$ and can't be changed from the UI or the ADMIN.

@JeanFrancoisFournier JeanFrancoisFournier changed the title Changing the set price for "Default " rate type (also listed as billing type) URGENT! Changing the set price for "Default " rate type (also listed as billing type) Dec 7, 2018
@taowa
Copy link
Contributor

taowa commented Dec 20, 2018

We can change this:

MAIN_PRICE_DEFAULT = 5.50 # TODO use decimal ?

However, I'm unsure whether this will affect the billing of previous orders.

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

No branches or pull requests

2 participants