# PurchasingJobStageEnum

**Kind:** Enum

**Source:** `Pams/Web/Pams.Web/Client/app/models/purchasing/purchasing.ts` (line 5)

**Part of:** [Pams](subsystem-pams)

## Values

- `Unknown`
- `Potential`
- `MissedPotential`
- `RegrettedPotential`
- `CancelledPotential`
- `Offer`
- `RegrettedOffer`
- `CancelledOffer`
- `RejectedOffer`
- `Order`
- `RejectedOrder`
- `CancelledOrder`
- `Delivered`
- `Deleted`

## Relationships

- IMPORTS → `AppSettings`
- IMPORTS → `PaymentMilestone`

## Used by

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

### Imported by (6)

- `MrqListComponent` — `Pams/Web/Pams.Web/Client/app/components/MRQ/mrq-list/mrq-list.component.ts`:1
- `BillOfMaterialsListComponent` — `Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials-list/bill-of-materials-list.component.ts`:1
- `PurchasingInquiryComponent` — `Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-inquiry/purchasing-inquiry.component.ts`:1
- `PurchasingOfferComponent` — `Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-offer/purchasing-offer.component.ts`:1
- `PurchasingOrderComponent` — `Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-order/purchasing-order.component.ts`:1
- `PurchasingListComponent` — `Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-list/purchasing-list.component.ts`:1
