Commit Graph

18 Commits

Author SHA1 Message Date
Yannick Tivisse
bb2a9468ad [FIX] valuation_methods_anglo_saxon: Correct valuation-chart + use dollars 2016-08-16 13:51:21 +02:00
Yenthe
a6db76c830 [IMP] inventory: Improve inventory documentation
Without adding the information about marking a transfer as TO DO you will not
see the icon show up and this is really confusing.

Closes #150
2016-03-17 13:59:11 +01:00
Yannick Tivisse
156e2123e2 [IMP] Inventory valuation method (FGI review)
Spec:
- In accounting doc remove the last three topics and replace them by the memento. They all head to the old memento.

- add links to new memento in following page: https://www.odoo.com/documentation/user/9.0/inventory/routes/strategies/removal.html

- The following doc topic "What costing method should you use? (standard, average, fifo)" heads to the former memento https://www.odoo.com/documentation/functional/valuation.html#costingmethod
This memento does not answer this complex question at all actually. Please remove it.

- The introduction text should be before "Costing Method" title:
Every year your inventory valuation has to be recorded in your balance sheet. This implies two main choices:
the way you compute the cost of your stored items (Standard vs. Average vs. Real Price);
the way you record the inventory value into your books (Periodic vs. Perpetual).

- New definition for FIFO (right side):
For Real Price (FIFO, LIFO, FEFO, etc), the costing is further refined by the removal strategy set on the warehouse location or product's internal category. The default strategy is FIFO. With such method, your inventory value is computed from the real cost of your stored products (cfr. Quantitative Valuation) and not from the cost price shown in the product form. Whenever you ship items, the cost price is reset to the cost of the last item(s) shipped. This cost price is used to value any product not received from a purchase order (e.g. inventory adjustments).
FIFO is advised if you manage all your workflow into Odoo (Sales, Purchases, Inventory). It suits any kind of users.

- Add definition for LIFO method:
For Real Price (FIFO, LIFO, FEFO, etc), the costing is further refined by the removal strategy set on the warehouse location or product's internal category. The default strategy is FIFO. With such method, your inventory value is computed from the real cost of your stored products (cfr. Quantitative Valuation) and not from the cost price shown in the product form. Whenever you ship items, the cost price is reset to the cost of the last item(s) shipped. This cost price is used to value any product not received from a purchase order (e.g. inventory adjustments).
LIFO is not permitted outside the United States.

- New definition for Average Price:
The Average Price method recomputes the cost price as a receipt order has been processed, based on prices defined in tied purchase orders:
FORMULA (see here attached)
The average cost does not change when products leave the warehouse.
From an accounting point of view, this method is mainly justified in case of huge purchase price variations and is quite unusual due to its operational complexity. Your actually need a software like Odoo to easily keep this cost up-to-date.
This method is dedicated to advanced users. It requires well established business processes because the order in which you process receipt orders matters in the cost computation.

- In Continental memento: If the stock value decreased, he makes it upside down. -> If the stock value decreased, the "Inventory" account is credited and the "Inventory Variations" debited.

- Remove "[1] products leaving the stock have no impact on the average price." Now added to average price definition.

- At the botton, add links to following docs:
What is a removal strategy (FIFO, LIFO, FEFO, Specific Indentification): https://www.odoo.com/documentation/user/9.0/inventory/routes/strategies/removal.html
Impact on the average price valuation when returning goods: https://www.odoo.com/documentation/user/9.0/accounting/others/inventory/avg_price_valuation.html
How to integrate landed costs in the cost of the product? https://www.odoo.com/documentation/user/9.0/inventory/routes/costing/landed_costs.html
2016-03-08 10:21:30 +01:00
Yannick Tivisse
6c9e05622d [ADD] project: How to manage & collaborate on tasks?
https://docs.google.com/document/d/1wK_yaHZ6SgnmvBTIwtYTlz7aic7L6eLe4MLGvExKt8M/edit
2016-02-24 11:49:35 +01:00
Yannick Tivisse
a8274f23f7 [ADD] inventory: How to cancel a delivery order?
https://docs.google.com/document/d/1--3Nj9Y_pnTAFyJj0aoL5wy0ZxOUaBTCOpK2UQKwLoA/edit
2016-02-24 11:03:01 +01:00
Yannick Tivisse
2fde7d20aa [ADD] inventory: How to change the label type of your delivery order?
https://docs.google.com/document/d/1HoAg2VOtAPH8M20kwfSGV8xBbikjFoIFtPx9thNqA3c/edit
2016-02-24 10:55:22 +01:00
Yannick Tivisse
19c4036723 [ADD] inventory: How to limit a delivery method to a certain number of countries?
https://docs.google.com/document/d/1eohk_KxZhNI9dbQcbIKUOohqsuIi44OHLTRp02-bSms/edit
2016-02-24 10:42:51 +01:00
Yannick Tivisse
50af8adc85 [ADD] Inventory: How to change the packaging type for your sale order?
https://docs.google.com/document/d/1HoAg2VOtAPH8M20kwfSGV8xBbikjFoIFtPx9thNqA3c/edit
2016-02-24 10:11:02 +01:00
Jesús Alan Ramos Rodríguez
ceb06c02f8 [FIX]:Lots and Serial Numbers to Valuation Methods
The name Lots and Serial Numbers is not related to the content of this menu, this menu is focused in Valuation methods
2016-01-29 13:27:47 +01:00
Yannick Tivisse
222dc5b20a [IMP] Modify the inventory valuation memento, for the anglo-saxon accounting 2015-12-03 16:02:12 +01:00
Yannick Tivisse
a08d151437 [IMP] Modify the inventory valuation memento, for the continental accounting 2015-12-03 16:02:12 +01:00
Martin Trigaux
b5ceada81f [IMP] inventory: clean TOC and titles 2015-11-05 15:48:02 +01:00
Yannick Tivisse
b45124ce41 [ADD] How to manage lots of identical products?
https://docs.google.com/document/d/13bkpwntVllj9LWGHXl-Rj62K8wdGP6FjAPYkSIKrE0g/edit#
2015-11-04 11:25:20 +01:00
Yannick Tivisse
ba8bd16c3d [IMP] inventory: make the structure consistent with the 'Odoo 9 Documentation' spreadsheet 2015-11-04 10:39:37 +01:00
Yannick Tivisse
0e69c63dc2 [ADD] inventory: How to choose the right inventory flow to handle delivery orders?
https://docs.google.com/document/d/1F8Qkdc5sf80kBEjpaTEA3rn1NXLBWglCWcmns-Vl5G4/edit#heading=h.1zfr3egfv9rc
PS : Fix typo
2015-10-30 15:58:28 +01:00
Yannick Tivisse
f6a4f51a68 [ADD] Inventory: How to choose between minimum stock rule and make to order
https://docs.google.com/document/d/1Euf2MFlhXsLzNRal8tYF8cZL0a0KQTx19xpmYKCNnmg/edit#heading=h.tum9sox5i0c
2015-10-30 15:36:16 +01:00
Martin Trigaux
877b37923e [ADD] inventory: How to make the initial inventory?
https://docs.google.com/document/d/1YLqUpa3N6jTXvsL-53Y0P1awN5dLtMReKY1MQ_DhZek/edit#heading=h.z1h9s5nd8ghi
2015-10-29 16:43:45 +01:00
Martin Trigaux
582429fe61 [IMP] warehouse -> inventory 2015-09-29 15:35:51 +02:00