-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
fix: required by date in the reorder material request (backport #44497) #44508
fix: required by date in the reorder material request (backport #44497) #44508
Conversation
(cherry picked from commit 4001166) # Conflicts: # erpnext/stock/doctype/stock_entry/test_stock_entry.py
Cherry-pick of 4001166 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
@Mergifyio backport version-14 |
✅ Backports have been created
|
… (#44508) * fix: required by date in the reorder material request (#44497) (cherry picked from commit 4001166) # Conflicts: # erpnext/stock/doctype/stock_entry/test_stock_entry.py * chore: fix conflicts --------- Co-authored-by: rohitwaghchaure <[email protected]> (cherry picked from commit 15e3663)
## [14.78.2](v14.78.1...v14.78.2) (2024-12-12) ### Bug Fixes * add docstatus for translation ([0a4090a](0a4090a)) * add label strings for translation in pos_controller.js ([8233e22](8233e22)) * add labels for translation in production_analytics.py ([1a7f195](1a7f195)) * add labels for translation in purchase_order_analysis.py ([f9974f9](f9974f9)) * add labels for translation in quality_inspection_summary.py ([9986c26](9986c26)) * add labels for translation in sales_order_analysis.py ([bad1b2a](bad1b2a)) * add labels for translation in sales_order.js ([3620dda](3620dda)) * add string for translation in delayed_tasks_summary.py ([ce04f6d](ce04f6d)) * add strings for translation in pos_item_cart.js ([1f0f31a](1f0f31a)) * add strings for translation payment_terms_status_for_sales_order.py ([17dad01](17dad01)) * add title for translation in asset.js ([aed90f7](aed90f7)) * **Bank Transaction:** error in party matching should not block submitting (backport [#44416](#44416)) ([#44573](#44573)) ([ebc8bed](ebc8bed)) * description overwrite on qty change (backport [#44606](#44606)) ([#44608](#44608)) ([a460bf9](a460bf9)) * incorrect stock UOM for BOM raw materials (backport [#44528](#44528)) ([#44530](#44530)) ([ecc756b](ecc756b)) * inv dimensions fields not creating for standard doctype (backport [#44504](#44504)) ([#44514](#44514)) ([c502b56](c502b56)) * prevent set_payment_schedule on return documents ([3c8b637](3c8b637)) * required by date in the reorder material request (backport [#44497](#44497)) ([#44508](#44508)) ([15e3663](15e3663)) * strings for translation in pos_past_order_summary.js ([dfbb227](dfbb227)) * variant qty while making work order from BOM (backport [#44548](#44548)) ([#44550](#44550)) ([e2aedc8](e2aedc8))
🎉 This PR is included in version 14.78.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Issue
The lead time days in the item master are not considered when automatically calculating the 'Required By' date in the material request created based on the reorder level.
Lead time days = 25 (in the item master)
Today's date = 04-12-2024
Expected Required By Date = 29-12-2024
Actual Required By Date = 04-12-2024 (Wrong)
After Fix
This is an automatic backport of pull request #44497 done by [Mergify](https://mergify.com).