Skip to content

Commit 12cb8eb

Browse files
committed
[IMP] Purchase: Update RFQ with dependency warnings and new images
Apply suggestions from code review Co-authored-by: Felicia Kuan <[email protected]> fix edits ddfsdf
1 parent 4e8e014 commit 12cb8eb

File tree

2 files changed

+60
-35
lines changed

2 files changed

+60
-35
lines changed

Diff for: content/applications/inventory_and_mrp/purchase/manage_deals/rfq.rst

+60-35
Original file line numberDiff line numberDiff line change
@@ -22,40 +22,49 @@ Product
2222
-------
2323

2424
To auto-populate product information and prices on an |RFQ|, configure products by going to
25-
:menuselection:`Purchase app --> Products --> Products`. Select an existing product, or create a
26-
new one by selecting :guilabel:`New`. Doing so opens the product form, where various sales and
27-
purchasing data can be configured.
25+
:menuselection:`Purchase app --> Products --> Products`. Select an existing product, or create a new
26+
one by selecting :guilabel:`New`. Doing so opens the product form, where sales and purchasing data
27+
can be configured.
2828

29-
To configure purchasable products, tick the :guilabel:`Can be purchased` checkbox, under the product
30-
name. Then, go to the :guilabel:`Inventory` tab, and enable the :guilabel:`Buy` route.
29+
To configure purchasable products, tick the :guilabel:`Purchase` checkbox, under the product name.
30+
Next, go to the :guilabel:`Inventory` tab, and enable the :guilabel:`Buy` route.
31+
32+
.. important::
33+
The :guilabel:`Inventory` tab and routes are only visible if using the :doc:`Inventory app
34+
<../../inventory>`.
35+
36+
.. seealso::
37+
:doc:`Configure product types and track quantities <../../../inventory_and_mrp/inventory/product_management/configure>`
3138

3239
.. image:: rfq/product-vendor-pricelist-config.png
33-
:align: center
3440
:alt: Required configuration for purchasable products.
3541

42+
3643
.. _purchase/manage_deals/vendor-pricelist:
3744

3845
Vendor pricelist
3946
----------------
4047

41-
In the :guilabel:`Purchase` tab of the product form, input the vendor and their price, to have this
42-
information auto-populate on an |RFQ| each time the product is listed.
48+
In the :guilabel:`Purchase` tab of the product form, click :guilabel:`Add a line` to input the
49+
vendor and their price, to have this information auto-populate on an |RFQ| each time the product is
50+
listed.
4351

4452
.. seealso::
4553
:doc:`../products/pricelist`
4654

47-
Default columns include :guilabel:`Quantity`, :guilabel:`Price`, and :guilabel:`Delivery Lead Time`,
48-
but other columns like, :guilabel:`Product Variant` or :guilabel:`Discounts`, can also be enabled.
55+
Default columns include :guilabel:`Quantity`, :guilabel:`Unit Price`, and :guilabel:`Delivery Lead
56+
Time`, but other columns like, :guilabel:`Vendor Product Code` or :guilabel:`Discount (%)`, can also
57+
be enabled.
4958

5059
To enable or disable columns, click the :icon:`oi-settings-adjust` :guilabel:`(additional options)`
5160
icon on the right side of the header row to reveal a drop-down menu of additional columns that can
5261
be added (or removed) from the :guilabel:`Purchase` tab.
5362

5463
.. note::
55-
Alternatively, prices and delivery lead times for existing products can be added in bulk by
56-
going to :menuselection:`Purchase app --> Configuration --> Vendor Pricelists`. Click
57-
:guilabel:`New` in the top-left corner. In the :guilabel:`Vendor` section of the pricelist form
58-
that appears, add the product information as it pertains to the vendor.
64+
Alternatively, prices and delivery lead times for existing products can be added by going to
65+
:menuselection:`Purchase app --> Configuration --> Vendor Pricelists`. Click :guilabel:`New` in
66+
the top-left corner. In the :guilabel:`Vendor` section of the pricelist form that appears, add
67+
the product information as it pertains to the vendor.
5968

6069
Order products
6170
==============
@@ -72,8 +81,8 @@ The :guilabel:`Requests for Quotation` dashboard displays an overview of the com
7281
|POs|, and their status. The top of the screen breaks down all |RFQs| in the company, as well as
7382
individual ones (where the user is the buyer) with a summary of their status.
7483

75-
The top-right corner also provides a quick report of the company's recent purchases by total value,
76-
lead times, and number of |RFQs| sent.
84+
The top-right corner also provides a report of the company's recent purchases by total value, lead
85+
times, and number of |RFQs| sent.
7786

7887
Additionally, the dashboard includes buttons for:
7988

@@ -82,19 +91,18 @@ Additionally, the dashboard includes buttons for:
8291
- :guilabel:`Late`: |RFQs| or |POs| where the :guilabel:`Order Deadline` has passed.
8392

8493
.. image:: rfq/rfq-dashboard.png
85-
:align: center
8694
:alt: RFQ dashboard with orders and order statuses.
8795

88-
In addition to various view options, the :guilabel:`Requests for Quotation` dashboard provides
96+
In addition to view options, the :guilabel:`Requests for Quotation` dashboard provides
8997
:guilabel:`Filters` and :guilabel:`Group By` options, accessible via the search bar drop-down menu.
9098

9199
.. seealso::
92100
:doc:`../../../essentials/search`
93101

94102
.. _purchase/manage_deals/create-new-rfq:
95103

96-
Create new |RFQ|
97-
----------------
104+
Create a new |RFQ|
105+
------------------
98106

99107
To create a new |RFQ|, click the :guilabel:`New` button on the top-left corner of the
100108
:guilabel:`Requests for Quotation` dashboard to reveal a new |PO| form.
@@ -105,11 +113,15 @@ The :guilabel:`Vendor Reference` field points to the sales and delivery order nu
105113
vendor. This comes in handy once products are received, and the |PO| needs to be matched to the
106114
delivery order.
107115

108-
The :guilabel:`Blanket Order` field refers to long-term purchase agreements on recurring orders with
109-
set pricing. To view and configure blanket orders, head to :menuselection:`Purchase app --> Orders
110-
--> Purchase agreements`.
116+
With the :doc:`Purchase Agreements feature <blanket_orders>` activated, the :guilabel:`Blanket
117+
Order` field appears, referring to long-term purchase agreements on recurring orders with set
118+
pricing. To view and configure blanket orders, head to :menuselection:`Purchase app --> Orders -->
119+
Purchase agreements`.
111120

112-
The :guilabel:`Currency` can be changed, if purchasing products from a vendor in another country.
121+
.. important::
122+
The :guilabel:`Purchase agreements` view only appears if the :guilabel:`Blanket Order` setting is
123+
enabled. To do so, navigate to :menuselection:`Purchase app --> Configuration --> Settings`, then
124+
tick the :guilabel:`Blanket Orders` checkbox.
113125

114126
Next, configure an :guilabel:`Order Deadline`, which is the date by which the vendor must confirm
115127
their agreement to supply the products.
@@ -118,29 +130,40 @@ their agreement to supply the products.
118130
After the :guilabel:`Order Deadline` is exceeded, the |RFQ| is marked as late, but the products
119131
can still be ordered.
120132

121-
:guilabel:`Expected Arrival` is automatically calculated based on the :guilabel:`Order Deadline`
122-
and vendor lead time. Tick the checkbox for :guilabel:`Ask confirmation` to ask for signage at
123-
delivery.
133+
:guilabel:`Expected Arrival` is automatically calculated based on the :guilabel:`Order Deadline` and
134+
vendor lead time. Tick the checkbox for :guilabel:`Ask confirmation` to ask the vendor to confirm
135+
the shipping date by email.
124136

125137
With the :doc:`Storage Locations feature
126-
<../../inventory/warehouses_storage/inventory_management/use_locations>` activated,
127-
the :guilabel:`Deliver to` field appears, with options for the order shipment.
138+
<../../inventory/warehouses_storage/inventory_management/use_locations>` activated, the
139+
:guilabel:`Deliver to` field appears, which specifies which warehouse operation (set in the
140+
**Inventory** app) is used to receive the shipment.
128141

129142
Select the receiving warehouse address here, or select :guilabel:`Dropship` to indicate that this
130143
order is to be shipped directly to the end customer. When :guilabel:`Dropship` is selected, the
131144
:guilabel:`Dropship address` field is enabled. Contact names auto-populate here from the
132145
**Contacts** app.
133146

147+
.. important::
148+
The :guilabel:`Dropship` options only appear if the :guilabel:`Dropshipping` setting is enabled
149+
in the **Inventory** app. To do so, navigate to :menuselection:`Inventory app --> Configuration
150+
--> Settings`, then tick the :guilabel:`Dropshipping` checkbox.
151+
152+
.. tip::
153+
To create |RFQs| using different currencies, each currency needs to be enabled in the
154+
**Invoicing** app settings. See :doc:`../../../sales/sales/products_prices/prices/currencies` to
155+
learn more.
156+
134157
Products tab
135158
~~~~~~~~~~~~
136159

137160
In the :guilabel:`Products` tab, add the products to be ordered. Click :guilabel:`Add a product`,
138161
and type in the product name, or select the item from the drop-down menu.
139162

140163
To create a new product and add it, type the new product name in the :guilabel:`Product` column,
141-
select :guilabel:`Create [product name]` from the resulting drop-down menu, and manually add the
142-
unit price. Or, select :guilabel:`Create and edit...` to be taken to the product form for that new
143-
item.
164+
select :guilabel:`Create [product name]` from the resulting drop-down menu and manually add the unit
165+
price. Alternatively, select :guilabel:`Create and edit...` to be taken to the product form for that
166+
new item.
144167

145168
:guilabel:`Catalog` can also be selected to navigate to a product menu from the chosen vendor. From
146169
here, products can be added to the cart.
@@ -150,8 +173,8 @@ here, products can be added to the cart.
150173
:icon:`oi-arrow-right` :guilabel:`(right arrow)` icon that becomes available upon hovering over
151174
the :guilabel:`Product` name.
152175

153-
Send |RFQ|
154-
----------
176+
Send the |RFQ|
177+
--------------
155178

156179
Clicking :guilabel:`Send by Email` reveals a :guilabel:`Compose Email` pop-up window, with a
157180
:guilabel:`Purchase: Request for Quotation` template loaded, ready to send to the vendor's email
@@ -162,6 +185,9 @@ After crafting the desired message, click :guilabel:`Send`. Once sent, the |RFQ|
162185

163186
Clicking :guilabel:`Print RFQ` downloads a PDF of the |RFQ|.
164187

188+
.. seealso::
189+
:doc:`../../../essentials/contacts`
190+
165191
Confirm order
166192
-------------
167193

@@ -191,4 +217,3 @@ documentation on :doc:`managing vendor bills <manage>`.
191217

192218
.. seealso::
193219
:doc:`manage`
194-
Loading

0 commit comments

Comments
 (0)