diff --git a/inventory/overview/process.rst b/inventory/overview/process.rst index ee46c670f..8601d6a1a 100644 --- a/inventory/overview/process.rst +++ b/inventory/overview/process.rst @@ -8,3 +8,4 @@ Process Overview process/sale_to_delivery process/receive_in_stock + process/deliver_from_stock diff --git a/inventory/overview/process/deliver_from_stock.rst b/inventory/overview/process/deliver_from_stock.rst new file mode 100644 index 000000000..6bd6cf249 --- /dev/null +++ b/inventory/overview/process/deliver_from_stock.rst @@ -0,0 +1,63 @@ +=========================== +Deliver Products from Stock +=========================== + +Create Storable/Consumable Products +=================================== + +The first step to use the inventory application is to create products in +your database via the menu *Master Data > Products*. Click the Create +button and enter the name of your product. + +.. image:: media/deliver_from_stock_01.png + :align: center + +In case you set the product as *storable*, you will track the stock +for this product and know how many units are in stock and what is the +forecasted number of units. If you want to include a product on +receipts/deliveries but don’t need to track its stock, you can set it as +*consumable*. + +.. image:: media/deliver_from_stock_02png + :align: center + +Deliver Products from Stock +=========================== + +Once you have existing products, you can decide to create a delivery to +deliver products to your customers. The process in order to do so is +described in the following print screens. + +.. image:: media/deliver_from_stock_03.png + :align: center + +.. image:: media/deliver_from_stock_04.png + :align: center + +On the delivery order, you can specify to whom the products will be +delivered along with the different products and their respective +quantities. When the delivery is complete you can hit *Validate* and +the products will go out of your stock. + +.. image:: media/deliver_from_stock_05.png + :align: center + +In case you have a delivery that is planned but shouldn’t be immediately +validated, you can create a *planned delivery* with a scheduled date +in the future. You can indicate the initial demand for each product, +corresponding to what has been ordered by your customer. Once the +document is filled in, you can hit “Mark as to do” in order to consider +it in your product forecasts. + +.. image:: media/deliver_from_stock_06.png + :align: center + +Deliver Products from Stock from a Sale Order +============================================= + +If you have the *Sales* application installed, delivery can be +directly created by *validating a quotation*. You will be able to find +the corresponding delivery directly on the *sale order*. + +.. image:: media/deliver_from_stock_07.png + :align: center \ No newline at end of file diff --git a/inventory/overview/process/media/deliver_from_stock_01.png b/inventory/overview/process/media/deliver_from_stock_01.png new file mode 100644 index 000000000..0f6b579a2 Binary files /dev/null and b/inventory/overview/process/media/deliver_from_stock_01.png differ diff --git a/inventory/overview/process/media/deliver_from_stock_02.png b/inventory/overview/process/media/deliver_from_stock_02.png new file mode 100644 index 000000000..7b1898c93 Binary files /dev/null and b/inventory/overview/process/media/deliver_from_stock_02.png differ diff --git a/inventory/overview/process/media/deliver_from_stock_03.png b/inventory/overview/process/media/deliver_from_stock_03.png new file mode 100644 index 000000000..3727866a9 Binary files /dev/null and b/inventory/overview/process/media/deliver_from_stock_03.png differ diff --git a/inventory/overview/process/media/deliver_from_stock_04.png b/inventory/overview/process/media/deliver_from_stock_04.png new file mode 100644 index 000000000..dc1cb751e Binary files /dev/null and b/inventory/overview/process/media/deliver_from_stock_04.png differ diff --git a/inventory/overview/process/media/deliver_from_stock_05.png b/inventory/overview/process/media/deliver_from_stock_05.png new file mode 100644 index 000000000..bf5f78861 Binary files /dev/null and b/inventory/overview/process/media/deliver_from_stock_05.png differ diff --git a/inventory/overview/process/media/deliver_from_stock_06.png b/inventory/overview/process/media/deliver_from_stock_06.png new file mode 100644 index 000000000..168508aae Binary files /dev/null and b/inventory/overview/process/media/deliver_from_stock_06.png differ diff --git a/inventory/overview/process/media/deliver_from_stock_07.png b/inventory/overview/process/media/deliver_from_stock_07.png new file mode 100644 index 000000000..84db8d0c5 Binary files /dev/null and b/inventory/overview/process/media/deliver_from_stock_07.png differ