From 582429fe615adbad4d15629675a432e380450ff5 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Tue, 29 Sep 2015 15:35:51 +0200 Subject: [PATCH] [IMP] warehouse -> inventory --- _static/banners/{warehouse.jpg => inventory.jpg} | Bin applications.rst | 2 +- inventory.rst | 12 ++++++++++++ {warehouse => inventory}/management.rst | 0 .../management/miscellaneous.rst | 0 .../management/miscellaneous/schedulers.rst | 0 {warehouse => inventory}/overview.rst | 0 {warehouse => inventory}/overview/double-entry.rst | 0 {warehouse => inventory}/overview/valuation.rst | 0 {warehouse => inventory}/settings.rst | 0 {warehouse => inventory}/settings/warehouses.rst | 0 .../warehouses/difference_warehouse_location.rst | 0 purchase/replenishment/flows/setup_stock_rule.rst | 6 +++--- warehouse.rst | 12 ------------ 14 files changed, 16 insertions(+), 16 deletions(-) rename _static/banners/{warehouse.jpg => inventory.jpg} (100%) create mode 100644 inventory.rst rename {warehouse => inventory}/management.rst (100%) rename {warehouse => inventory}/management/miscellaneous.rst (100%) rename {warehouse => inventory}/management/miscellaneous/schedulers.rst (100%) rename {warehouse => inventory}/overview.rst (100%) rename {warehouse => inventory}/overview/double-entry.rst (100%) rename {warehouse => inventory}/overview/valuation.rst (100%) rename {warehouse => inventory}/settings.rst (100%) rename {warehouse => inventory}/settings/warehouses.rst (100%) rename {warehouse => inventory}/settings/warehouses/difference_warehouse_location.rst (100%) delete mode 100644 warehouse.rst diff --git a/_static/banners/warehouse.jpg b/_static/banners/inventory.jpg similarity index 100% rename from _static/banners/warehouse.jpg rename to _static/banners/inventory.jpg diff --git a/applications.rst b/applications.rst index 819a5629e..5d383265a 100644 --- a/applications.rst +++ b/applications.rst @@ -10,4 +10,4 @@ Applications expenses purchase recruitment - warehouse + inventory diff --git a/inventory.rst b/inventory.rst new file mode 100644 index 000000000..0e60bbf69 --- /dev/null +++ b/inventory.rst @@ -0,0 +1,12 @@ +:banner: banners/inventory.jpg + +========= +Inventory +========= + +.. toctree:: + :titlesonly: + + inventory/overview + inventory/settings + inventory/management diff --git a/warehouse/management.rst b/inventory/management.rst similarity index 100% rename from warehouse/management.rst rename to inventory/management.rst diff --git a/warehouse/management/miscellaneous.rst b/inventory/management/miscellaneous.rst similarity index 100% rename from warehouse/management/miscellaneous.rst rename to inventory/management/miscellaneous.rst diff --git a/warehouse/management/miscellaneous/schedulers.rst b/inventory/management/miscellaneous/schedulers.rst similarity index 100% rename from warehouse/management/miscellaneous/schedulers.rst rename to inventory/management/miscellaneous/schedulers.rst diff --git a/warehouse/overview.rst b/inventory/overview.rst similarity index 100% rename from warehouse/overview.rst rename to inventory/overview.rst diff --git a/warehouse/overview/double-entry.rst b/inventory/overview/double-entry.rst similarity index 100% rename from warehouse/overview/double-entry.rst rename to inventory/overview/double-entry.rst diff --git a/warehouse/overview/valuation.rst b/inventory/overview/valuation.rst similarity index 100% rename from warehouse/overview/valuation.rst rename to inventory/overview/valuation.rst diff --git a/warehouse/settings.rst b/inventory/settings.rst similarity index 100% rename from warehouse/settings.rst rename to inventory/settings.rst diff --git a/warehouse/settings/warehouses.rst b/inventory/settings/warehouses.rst similarity index 100% rename from warehouse/settings/warehouses.rst rename to inventory/settings/warehouses.rst diff --git a/warehouse/settings/warehouses/difference_warehouse_location.rst b/inventory/settings/warehouses/difference_warehouse_location.rst similarity index 100% rename from warehouse/settings/warehouses/difference_warehouse_location.rst rename to inventory/settings/warehouses/difference_warehouse_location.rst diff --git a/purchase/replenishment/flows/setup_stock_rule.rst b/purchase/replenishment/flows/setup_stock_rule.rst index eb08250f1..b622e6656 100644 --- a/purchase/replenishment/flows/setup_stock_rule.rst +++ b/purchase/replenishment/flows/setup_stock_rule.rst @@ -93,7 +93,7 @@ location in which the product will be stored in the **Location** field. .. seealso:: - :doc:`../../../warehouse/settings/warehouses/difference_warehouse_location` + :doc:`../../../inventory/settings/warehouses/difference_warehouse_location` .. image:: media/setup02.png @@ -133,13 +133,13 @@ based on your maximum quantity to replenish your stock. 12:00PM. To know how to configure and run the schedulers manually, read the - document on :doc:`../../../warehouse/management/miscellaneous/schedulers` + document on :doc:`../../../inventory/management/miscellaneous/schedulers` .. seealso:: :doc:`replenishment_methods` - :doc:`../../../warehouse/management/miscellaneous/schedulers` + :doc:`../../../inventory/management/miscellaneous/schedulers` .. rst-class:: text-muted diff --git a/warehouse.rst b/warehouse.rst deleted file mode 100644 index d5e67c3d9..000000000 --- a/warehouse.rst +++ /dev/null @@ -1,12 +0,0 @@ -:banner: banners/warehouse.jpg - -========= -Warehouse -========= - -.. toctree:: - :titlesonly: - - warehouse/overview - warehouse/settings - warehouse/management