-
Notifications
You must be signed in to change notification settings - Fork 2
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
tracking types of discounts #1074
Comments
Removing the |
As we are adding a new choice field that will also indicate whether a discount is for financial assistance or not. We will also need to remove the usages of the existing boolean field @jkachel WDYT how we should approach replacing We (me & @arslanashraf7) think that we should go with a single PR. |
@pdpinch What do I need to do for this? Sorry, but I do not know about these changes. Is this something that I need to work on? |
I think this is fine to roll into the open PR, since it's all affecting the same parts of the code. |
As a member of the marketing team, I'd like to be able to filter financial reports on marketing discounts, so I can focus my analysis on the transactions where marketing coupons were used.
As a member of the MITx team, I'd like to be able to filter on financial assistance discounts, so I can analyze and project how much it costs.
in xPRO we have various coupon "types." These have proven helpful for filtering data in reports
https://github.com/mitodl/mitxpro/blob/2dfd014f70abf56b3bde856160ad5d2686bfa6d3/ecommerce/models.py#L506-L515
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: