-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
feat(delivery): add cutoff item date for so delivery items #38561
feat(delivery): add cutoff item date for so delivery items #38561
Conversation
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
This comment was marked as resolved.
This comment was marked as resolved.
2931fa8
to
252fae6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #38561 +/- ##
===========================================
- Coverage 60.20% 60.20% -0.01%
===========================================
Files 757 757
Lines 70811 70822 +11
===========================================
+ Hits 42635 42636 +1
- Misses 28176 28186 +10
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
✅ Branch has been successfully updated |
@blaggacao so_to_delivery_note.webm |
84fdd4f
to
9a70516
Compare
@ruthra-kumar Thanks a lot for the friendly QA! I worked around this issue in the case of a bulk transaction with the amendment in 9a70516. I've tested in on a local database and it appears to behave as intended, now. 🤝 I thought it might be good for performance on large bulk transactions to not depend on the python GC, hence: |
@ruthra-kumar I've been busy myself this week, but maybe we shouldn't let this dry out? I think it's ready. |
Will take a look at it this week. |
@ruthra-kumar maybe we can get this merged this week, still? 🙏 |
@blaggacao I think, making this a toggleable feature would be better. Add an option in |
@ruthra-kumar added in: b8dac84 |
semgrep failure is unrelated.Ignoring. |
When backporting include #40509 |
#38053 still addresses a very common use case and a current flaw in the end-2-end buisness workflow.
no-docs