[ADD] inventory: new doc page about using inventory valuation (#502)

This commit is contained in:
Lau-Odoo 2019-12-30 14:09:47 +01:00 committed by GitHub
parent 34a490fad2
commit 87a0b2cb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 78 additions and 0 deletions

View File

@ -7,5 +7,6 @@ Valuation Methods
:glob:
reporting/inventory_valuation_config
reporting/using_inventory_valuation
reporting/valuation_methods_continental
reporting/valuation_methods_anglo_saxon

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,77 @@
=============================
Using the inventory valuation
=============================
Inventory valuation refers to how you value your stock. Its a very
important aspect of a business as the inventory can be the biggest asset
of a company.
In this documentation, we will explain how the inventory valuation works
in Odoo.
Inventory valuation: the basics
===============================
Receive a product
-----------------
Each time a product enters or leaves your stock, the value of your
inventory is impacted. The way it is impacted depends on the
configuration of your product (more info here).
Lets take an example with a product - a table - configured with a
*FIFO costing method* and an automated inventory valuation.
I purchase 10 tables at a cost of $10.
.. image:: media/use_inventory_valuation_01.png
:align: center
When Ill confirm the receipt of the products, the value of my inventory
will be impacted. If I want to know what this impact is, I can click on
the valuation stat button.
.. tip::
The consignment feature allows you to set owners on your stock (discover
more about the consignment feature). When you receive products that are
owned by another company, they are not taken into account in your
inventory valuation.
.. image:: media/use_inventory_valuation_02.png
:align: center
.. note::
You need access rights on the accounting module to see that button.
In this case, I can see that the 10 tables entered the stock for a total
value of $100.
.. image:: media/use_inventory_valuation_03.png
:align: center
I can also easily access the accounting entry that has been generated
(in case of automated inventory valuation).
.. image:: media/use_inventory_valuation_04.png
:align: center
Deliver a product
-----------------
In the same logic, when a table will be delivered, the stock valuation
will be impacted and you will have access to a similar information.
.. image:: media/use_inventory_valuation_05.png
:align: center
The inventory valuation report
------------------------------
The summary of this is accessible via the inventory valuation report
(accessible from *Inventory > Reporting > Inventory Valuation*). It gives
you, product per product, the value of your stock. By clicking on the
button *Inventory At Date*, you can have the same information for a
past date.
.. image:: media/use_inventory_valuation_06.png
:align: center