[IMP] purchase: update approvals.rst to 12.0
This commit is contained in:
parent
1b339dfc80
commit
82f5434e6b
@ -1,34 +1,40 @@
|
|||||||
================================================
|
==============================================
|
||||||
Setup two levels of approval for purchase orders
|
Request managers approval for expensive orders
|
||||||
================================================
|
==============================================
|
||||||
|
|
||||||
Two level approval setup
|
In case of expensive purchases you may want a manager approval to
|
||||||
========================
|
validate the orders, Odoo let's you easily set that up.
|
||||||
|
|
||||||
Double validation on purchases forces a validation when the purchased amount
|
Configuration
|
||||||
exceeds a certain limit.
|
=============
|
||||||
|
|
||||||
Install **Purchase Management** module and then go to **General Settings** to
|
For this feature to work, go to :menuselection:`Purchases -->
|
||||||
configure the company data.
|
Configuration --> Settings` and activate the *Order Approval* feature.
|
||||||
|
From there you can also set the minimum amount required to activate this
|
||||||
|
feature.
|
||||||
|
|
||||||
.. image:: media/approvals01.png
|
.. image:: media/approvals01.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
Set here the amount limit for second approval and set approval from
|
Create a new Request for Quotation
|
||||||
manager side.
|
==================================
|
||||||
|
|
||||||
Process
|
While working on a new RfQ, if the order is made by a user and not a
|
||||||
=======
|
manager and the amount of the order is above the minimum amount you
|
||||||
|
specified, a new *To Approve* status will be introduced in the
|
||||||
Logged as a purchase user, create a purchase order for more than the amount set
|
process.
|
||||||
above, and confirm it. The purchase order is set in a state **To Approve**
|
|
||||||
|
|
||||||
.. image:: media/approvals02.png
|
.. image:: media/approvals02.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
The manager gets the order to approve and validates the final order.
|
Approve the order
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
If you are a purchase manager, you can now go to the purchase order and
|
||||||
|
approve the order if everything is alright with it. Giving you full
|
||||||
|
control of what your users can or can't do.
|
||||||
|
|
||||||
|
Once approved, the purchase order follows the normal process.
|
||||||
|
|
||||||
.. image:: media/approvals03.png
|
.. image:: media/approvals03.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
Once approved, the purchase order follows the normal process.
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue
Block a user