Skip to content

[IMP] Purchase: Update RFQ with dependency warnings and new images #12682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

slinkous
Copy link
Contributor

No description provided.

@slinkous slinkous requested a review from Felicious March 28, 2025 17:33
@robodoo
Copy link
Collaborator

robodoo commented Mar 28, 2025

Pull request status dashboard

@C3POdoo C3POdoo requested a review from a team March 28, 2025 17:35
@slinkous slinkous self-assigned this Mar 28, 2025
@slinkous slinkous closed this Mar 28, 2025
Copy link
Contributor

@Felicious Felicious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great @slinkous !

Approved with minor nitpicks (:

@slinkous slinkous reopened this Mar 28, 2025
@Felicious Felicious changed the base branch from 18.0 to 17.0 March 28, 2025 18:56
@Felicious Felicious changed the base branch from 17.0 to 18.0 March 28, 2025 18:57
@slinkous slinkous force-pushed the 18.0-purchase-rfq-stul branch 3 times, most recently from 92a8d6d to 12cb8eb Compare March 31, 2025 22:34
@slinkous slinkous added the 2 label Apr 2, 2025
@slinkous slinkous force-pushed the 18.0-purchase-rfq-stul branch from 12cb8eb to e8a1d09 Compare April 2, 2025 00:35
@slinkous slinkous requested a review from a team April 2, 2025 18:27
Copy link
Contributor

@StraubCreative StraubCreative left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @slinkous
Approving with some comments to consider.
When you're ready can pass to @samueljlieber for merge, thank you!

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're going to touch this section up then I think we can go further.
We can:

  • be more concise by removing unnecessary words and instructions
  • remove passive language in favor of the active voice
  • add time order language to imply an ordered sequence of steps
  • be more explicit in cause/effect actions (i.e. if/then/else statements, do this and then this happens, etc.)
  • be more specific with certain words and instructions (we don't select the New button because it's not presented as a choice as though it were in a menu with other list items, we click it).
Suggested change
To auto-populate product information and prices on an |RFQ|, configure products by going to
:menuselection:`Purchase app --> Products --> Products`. Select an existing product, or create a
new one by selecting :guilabel:`New`. Doing so opens the product form, where various sales and
purchasing data can be configured.
:menuselection:`Purchase app --> Products --> Products`. Select an existing product, or create a new
one by selecting :guilabel:`New`. Doing so opens the product form, where sales and purchasing data
can be configured.
To auto-populate product information and prices on an |RFQ|, first configure the product(s) by going
to :menuselection:`Purchase app --> Products --> Products`. In the list, find the existing product,
or create a new one by clicking the :guilabel:`New` button. Then, on the product's form, fill in the
necessary sales and purchasing data, so it loads across document line items automatically.

information auto-populate on an |RFQ| each time the product is listed.
In the :guilabel:`Purchase` tab of the product form, click :guilabel:`Add a line` to input the
vendor and their price, to have this information auto-populate on an |RFQ| each time the product is
listed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest to pluralize "vendor" to "vendors" and then explain how the order in the list matters (the vendor at the top of the list is preferred across other operations like reordering rules)

Comment on lines 59 to 62
To enable or disable columns, click the :icon:`oi-settings-adjust` :guilabel:`(additional options)`
icon on the right side of the header row to reveal a drop-down menu of additional columns that can
be added (or removed) from the :guilabel:`Purchase` tab.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Essentials content, can remove
It's better to more deeply explain the what default columns mean and how to fill them in correctly.

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

going to :menuselection:`Purchase app --> Configuration --> Vendor Pricelists`. Click
:guilabel:`New` in the top-left corner. In the :guilabel:`Vendor` section of the pricelist form
that appears, add the product information as it pertains to the vendor.
Alternatively, prices and delivery lead times for existing products can be added by going to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The explicit "bulk" part here is a useful tip, I don't see the need to remove it?

Comment on lines +96 to 98
In addition to view options, the :guilabel:`Requests for Quotation` dashboard provides
:guilabel:`Filters` and :guilabel:`Group By` options, accessible via the search bar drop-down menu.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

essentials content can remove

The :guilabel:`Blanket Order` field refers to long-term purchase agreements on recurring orders with
set pricing. To view and configure blanket orders, head to :menuselection:`Purchase app --> Orders
--> Purchase agreements`.
With the :doc:`Purchase Agreements feature <blanket_orders>` activated, the :guilabel:`Blanket
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that we're talking about blanket orders and dropshipping, but at this location in the content, it seems a bit premature since we're simply just trying to create an RFQ? We don't need any of these features enabled in order to create an RFQ...

@slinkous
Copy link
Contributor Author

slinkous commented Apr 3, 2025

@samueljlieber branch is ready to merge.

Per discussion with Zac, we'll make his suggested changes in a follow-up PR to keep this PR focused on its original goal.

Copy link
Contributor

@samueljlieber samueljlieber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @slinkous, thank you for your work on this PR! Your changes look good to me. Approving with a quick fix! Feel free to merge after, thank you!
..
@robodoo delegate=slinkous

Apply suggestions from code review

Co-authored-by: Felicia Kuan <[email protected]>

fix

edits

ddfsdf

.

Update content/applications/inventory_and_mrp/purchase/manage_deals/rfq.rst

Co-authored-by: Sam Lieber (sali) <[email protected]>
@slinkous slinkous force-pushed the 18.0-purchase-rfq-stul branch from de0bd81 to 14d0184 Compare April 4, 2025 21:35
@slinkous
Copy link
Contributor Author

slinkous commented Apr 4, 2025

@robodoo r+

1 similar comment
@slinkous
Copy link
Contributor Author

slinkous commented Apr 4, 2025

@robodoo r+

@robodoo
Copy link
Collaborator

robodoo commented Apr 4, 2025

This PR is already reviewed, reviewing it again is useless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants