# OfferStageEnum

**Kind:** Enum

**Source:** `Frontend/src/app/models/sales/new-job/job.model.ts` (line 504)

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

## Values

- `Draft`
- `AwaitingApproval`
- `RejectedApproval`
- `Approved`
- `Valid`
- `Expired`
- `Ordered`
- `Regretted`
- `Cancelled`
- `Lost`
- `ConsederAsValid`
- `AwaitingLossApproval`
- `AwaitingCancelApproval`
- `AwaitingRegretApproval`
- `AwaitingExtensionApproval`
- `PricesRequested`
- `PricesReleased`

## Used by

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

### Imported by (4)

- `CostCalculationComponent` — `Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `OfferPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/offer-panel-details/offer-panel-details.component.ts`:1
- `OfferToPdfService` — `Frontend/src/app/services/sales/new-job/offer-to-pdf.service.ts`:1
