# ProcurementService

**Kind:** Service

**Source:** `Frontend/src/app/components/procurement/procurement.service.ts` (line 1)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Relationships

- IMPORTS → `AppSettings`
- IMPORTS → `ProcurementDetails`
- IMPORTS → `ProcurementInquiries`
- IMPORTS → `ProcurementOffer`
- IMPORTS → `ProcurementOrder`
- IMPORTS → `ProcurementProducts`
- IMPORTS → `PriorityProductStageEnum`
- IMPORTS → `FinalItemsOverOffers_Offers`
- IMPORTS → `PaymentMilestone`
- IMPORTS → `RejectReasonModel`
- IMPORTS → `CancelReasonModel`
- IMPORTS → `RegretReasonModel`
- IMPORTS → `EmailData`

## Used by

7 references from 7 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (7)

- `ProcurementDetailsComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts`:1
- `ProcurementInquiryComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-inquiry/procurement-inquiry.component.ts`:1
- `ProcurementOfferComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-offer/procurement-offer.component.ts`:1
- `ProcurementOrderComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-order/procurement-order.component.ts`:1
- `ProcurementListComponent` — `Frontend/src/app/components/procurement/procurement-list/procurement-list.component.ts`:1
- `PurchasingDetailsComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts`:1
- `ReceivedPurchaseOrderComponent` — `Frontend/src/app/components/warehouse/receiving-shipment-details/received-purchase-order/received-purchase-order.component.ts`:1
