[FW][IMP] inventory: delivery orders and incoming shipments restructure #4331
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tasks: #3205819, #3208499, #3208472, #3210922, #3189292, #3189335
Targets: 14.0, 15.0, & 16.0
This PR restructures the Delivery Orders and Incoming Shipments folders by consolidating both folders into a single Incoming Shipments & Delivery Orders folder and merges the following docs:
delivery/inventory_flow.rst➡️shipments_deliveries/inventory_flow.rstdelivery/one_step.rst&incoming/one_step.rst➡️shipments_deliveries/receipts_delivery_one_step.rstdelivery/two_steps.rst&incoming/two_step.rst➡️shipments_deliveries/receipts_delivery_two_steps.rstdelivery/three_steps.rst➡️shipments_deliveries/delivery_three_steps.rstincoming/three_steps.rst➡️shipments_deliveries/receipts_three_steps.rstAs well as moved two files from Delivery Orders to a more appropriate location for the file content Shipping Operations:
delivery/label_type.rst➡️shipping/operation/label_type.rstdelivery/dropshipping.rst➡️shipping/operation/dropshipping.rstHere are images showing the old structure and the new structure created by this PR.
Redirects were added for all file moves and name changes.
Forward-Port-Of: #3762