añadido Purchase Order Product Recommendation
This commit is contained in:
parent
50752d87e7
commit
b65ba39360
15 changed files with 1701 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
||||
* David Vidal
|
||||
* Ernesto Tejeda
|
||||
* Pedro M. Baeza
|
10
purchase_order_product_recommendation/readme/DESCRIPTION.rst
Normal file
10
purchase_order_product_recommendation/readme/DESCRIPTION.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
This module adds a recommended products wizard to current purchase order.
|
||||
|
||||
It is based on delivered products to customer locations in a given range of
|
||||
dates, and allows the purchase manager to quickly know the most sold products
|
||||
for the current supplier, which results in an easy to use hint to improve
|
||||
the purchase workflow.
|
||||
|
||||
If you want a better mobile usability, the module is ready to use with the
|
||||
'web_widget_numeric_step' module. Just install it and you will get a better
|
||||
numeric input experience.
|
19
purchase_order_product_recommendation/readme/USAGE.rst
Normal file
19
purchase_order_product_recommendation/readme/USAGE.rst
Normal file
|
@ -0,0 +1,19 @@
|
|||
To use this module, you need to:
|
||||
|
||||
#. Create a new purchase order.
|
||||
#. Assign its supplier.
|
||||
#. Press *Recommended Products* button.
|
||||
#. Set or adjust hinted quantities to order.
|
||||
#. Press *Accept*.
|
||||
|
||||
The wizard filters products those with supplier infos set for the current order
|
||||
supplier. Then it computes how many times those products have been delivered to
|
||||
customer locations, and finally it makes a simple estimation of how many
|
||||
quantites would be necesary to order given the forcasted stock and the computed
|
||||
demand.
|
||||
|
||||
If you want to constrain results to only some categories, you can also select
|
||||
them in the wizard.
|
||||
|
||||
If you have multiple warehouses, you can also constrain the recommendations to
|
||||
the deliveries of specific ones.
|
Loading…
Add table
Add a link
Reference in a new issue