Skip to content

Commit 3946ac0

Browse files
committed
[REF] inventory: move removal strats into own folder
1 parent 67894e3 commit 3946ac0

29 files changed

+20
-10
lines changed

content/applications/inventory_and_mrp/inventory/product_management/product_tracking/expiration_dates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ alerts will be created.
223223
Removal strategies can also be set on :guilabel:`Product Categories`.
224224

225225
.. seealso::
226-
:doc:`../../warehouses_storage/advanced_operations_warehouse/removal`
226+
:doc:`../../warehouses_storage/removal_strategies/removal`
227227

228228
View expiration dates for lots & serial numbers
229229
===============================================

content/applications/inventory_and_mrp/inventory/product_management/product_tracking/lots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ include that specific part of the total quantity.
210210
quantity in one lot to fulfill the order.
211211

212212
.. seealso::
213-
:doc:`/applications/inventory_and_mrp/inventory/warehouses_storage/advanced_operations_warehouse/removal`
213+
:doc:`/applications/inventory_and_mrp/inventory/warehouses_storage/removal_strategies/removal`
214214

215215
Then, click :guilabel:`Add a line`, select an additional (different) :guilabel:`Lot/Serial Number`,
216216
apply the rest of the :guilabel:`Done` quantities, and click :guilabel:`Confirm` to close the

content/applications/inventory_and_mrp/inventory/warehouses_storage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Warehouses and storage
99

1010
warehouses_storage/inventory_management
1111
warehouses_storage/inventory_valuation
12+
warehouses_storage/removal_strategies
1213
warehouses_storage/advanced_operations_warehouse

content/applications/inventory_and_mrp/inventory/warehouses_storage/advanced_operations_warehouse.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,3 @@ Advanced operations
1616
advanced_operations_warehouse/putaway
1717
advanced_operations_warehouse/usage
1818
advanced_operations_warehouse/cluster_picking
19-
advanced_operations_warehouse/removal
20-
advanced_operations_warehouse/fifo
21-
advanced_operations_warehouse/lifo
22-
advanced_operations_warehouse/fefo
23-
advanced_operations_warehouse/closest_location
24-
advanced_operations_warehouse/least_packages

content/applications/inventory_and_mrp/inventory/warehouses_storage/inventory_management/use_locations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Starting from the :menuselection:`Inventory` app, select :menuselection:`Configu
3535
- :guilabel:`Is a Return Location?`: check this box to allow products to be returned to this
3636
location
3737
- :guilabel:`Barcode`: the barcode number assigned to the location
38-
- :guilabel:`Removal Strategy`: the :doc:`strategy <../advanced_operations_warehouse/removal>` for
39-
how items should be taken from inventory
38+
- :guilabel:`Removal Strategy`: the :doc:`strategy <../removal_strategies/removal>` for how items
39+
should be taken from inventory
4040

4141
.. image:: use_locations/new-location-form.png
4242
:align: center
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:nosearch:
2+
3+
==================
4+
Removal strategies
5+
==================
6+
7+
.. toctree::
8+
:titlesonly:
9+
10+
removal_strategies/removal
11+
removal_strategies/fifo
12+
removal_strategies/lifo
13+
removal_strategies/fefo
14+
removal_strategies/closest_location
15+
removal_strategies/least_packages

0 commit comments

Comments
 (0)