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 option to skip some items on a subscription #270

Open
Tracked by #305
chrean opened this issue Dec 13, 2022 · 0 comments
Open
Tracked by #305

Add option to skip some items on a subscription #270

chrean opened this issue Dec 13, 2022 · 0 comments

Comments

@chrean
Copy link
Contributor

chrean commented Dec 13, 2022

There are some use cases where, on a subscription, users may need to skip the delivery of some items. This may happen e.g., when a subscription contains items consumed with different frequencies, causing some to stockpile.

Adding an option to skip some items from the next shipment would solve this problem.

For additional context, one possible way to solve this at the moment is by updating the actionable_date on the SubscriptionLineItem model. Then, when processing the subscription, one would only charge the user for the items whose actionable date is equal to or before the current date.

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

1 participant