RFQ Management Use Cases (RFQ)¶
Module Purpose: Standardize the process of requesting prices from suppliers, manage supplier performance through quality-based ranking, and optimize research for new products through the General Purchase workflow.
Use Case Quick Reference¶
| ID | Title | Priority |
|---|---|---|
| US-RFQ-001 | RFQ Initiation (Domestic/Import) | P1 |
| US-RFQ-002 | Supplier Selection Triage | P1 |
| US-RFQ-003 | Quality-Based Supplier Ranking | P2 |
| US-RFQ-004 | General Purchase Research Audit | P1 |
US-RFQ-001: RFQ Initiation (Domestic/Import)¶
Purpose: Enable users to request price quotes for specific product grades from domestic or international suppliers.
| Property | Value |
|---|---|
| Actor | Procurement Team, Sales Rep |
| Trigger | Missing price in Quote OR Mgmt Directive |
| Priority | P1 |
Main Success Scenario¶
- Requirement Selection
- User selects Product Grade and Quantity.
-
User selects RFQ Type: Domestic (INR) or Import (USD/Global).
-
Trigger Source Capture
-
System auto-tags the source: "Sales Request", "Management", or "General Purchase".
-
Inquiry Dispatch
- User selects target suppliers (see US-RFQ-002).
- System auto-generates RFQ document and sends via Email/WhatsApp.
US-RFQ-002: Supplier Selection Triage¶
Purpose: Provide a filtered selection interface to ensure RFQs are sent to the most relevant and highest-performing vendors.
| Property | Value |
|---|---|
| Actor | Procurement User |
| Priority | P1 |
Main Success Scenario¶
- Selection Categories
-
System displays three categories/tabs for selection:
- Tagged Suppliers: Those explicitly linked to this product in the master.
- Supplier Type: Filters by Manufacturer, Trader, or Supplier tags.
- All Vendors: Full searchable vendor database.
-
Supplier Data Display
- System displays the Supplier Type (Manufacturer/Trader/Supplier) prominently on each card.
- System displays the Current Ranking (1-5 stars or Score %).
US-RFQ-003: Quality-Based Supplier Ranking¶
Purpose: Automatically adjust supplier rankings based on the quality of materials received, ensuring procurement prioritizes reliable vendors.
| Property | Value |
|---|---|
| Actor | System, Quality Lab Team |
| Priority | P2 |
Main Success Scenario¶
- Quality Result Ingestion
-
System receives event from the Quality module:
Batch Result: PassorBatch Result: Fail. -
Ranking Update
- For a Pass: Supplier's positive weight increases.
- For a Fail: Supplier's ranking is penalized.
-
System recalculates the global rank for the specific Product + Supplier pair.
-
Selection Impact
- Higher-ranked suppliers are sorted to the top of the list in US-RFQ-002.
US-RFQ-004: General Purchase Research Audit¶
Purpose: Capture the research activity and contact discovery process for new or non-standard products.
| Property | Value |
|---|---|
| Actor | Procurement Researcher |
| Priority | P1 |
Main Success Scenario¶
- General Purchase Entry
-
User enters Product Name and Target Research Sources (Website Names/Links).
-
Activity Logging
- User logs: "Searched on IndiaMart (3 searches)", "Checked ChemOrbis (1 search)".
-
User adds discovered contacts: Email ID and Phone Number.
-
Deduplication Check
- For every contact entered, system performs a sub-second lookup:
SELECT count from suppliers_contacts WHERE email = X.
- If found: System flags "Contact already exists in [Supplier Name]".
- If new: System prompts to "Convert to Potential Supplier".