-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[13.0] Add sale_cutoff_time_weekday_delivery #1379
[13.0] Add sale_cutoff_time_weekday_delivery #1379
Conversation
4fa737e
to
0986b1e
Compare
0986b1e
to
d461972
Compare
When a customer has a delivery time window, we want to apply the cut-off time on the scheduded date. Whenever we have a customer with weekly delivery, the scheduled datetime of the delivery must be set at the cut-off time for this order: * e.g. I set a customer to be shipped on Tuesday and Thursday between 13:55-14:30, * I place a SO on the 29th of November 2020, my scheduled datetime on my delivery must be 1st december at 09:00 * 1st december because it is the next Tuesday from the order creation * 09:00 because my cut-off time for WH is set at 09:00 and the customer doesn't have any specific cut-off time
d461972
to
4bcfed0
Compare
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 13.0-ocabot-merge-pr-1379-by-dreispt-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
NOTE: this feature has been merged in the new module |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Replaces #1107
Depends on