diff --git a/purchase/purchases/rfq.rst b/purchase/purchases/rfq.rst index 58a742bcf..383633c37 100644 --- a/purchase/purchases/rfq.rst +++ b/purchase/purchases/rfq.rst @@ -1,6 +1,6 @@ -====================== -Request for Quotations -====================== +========================================== +Request for Quotations and Purchase Orders +========================================== .. toctree:: :titlesonly: @@ -8,6 +8,7 @@ Request for Quotations rfq/create rfq/bills rfq/reception + rfq/lock_orders rfq/cancel rfq/approvals rfq/analyze diff --git a/purchase/purchases/rfq/lock_orders.rst b/purchase/purchases/rfq/lock_orders.rst new file mode 100644 index 000000000..c0f6d0498 --- /dev/null +++ b/purchase/purchases/rfq/lock_orders.rst @@ -0,0 +1,28 @@ +===================== +Lock a purchase order +===================== + +Once an order is confirmed, you can lock it preventing any further +editing. + +Configuration +============= + +For this feature to work, go to :menuselection:`Purchases --> +Configuration --> Settings` and activate the *Lock Confirmed Orders* +feature + +.. image:: media/lock_orders01.png + :align: center + +Lock an order +============= + +While working on a purchase order, when you confirm it, you can then +lock the order preventing any further modification on the document. + +.. image:: media/lock_orders02.png + :align: center + +.. note:: + You can unlock the document if you need to make additional changes diff --git a/purchase/purchases/rfq/media/lock_orders01.png b/purchase/purchases/rfq/media/lock_orders01.png new file mode 100644 index 000000000..a4fc7406a Binary files /dev/null and b/purchase/purchases/rfq/media/lock_orders01.png differ diff --git a/purchase/purchases/rfq/media/lock_orders02.png b/purchase/purchases/rfq/media/lock_orders02.png new file mode 100644 index 000000000..29b4fe014 Binary files /dev/null and b/purchase/purchases/rfq/media/lock_orders02.png differ