# InvoicesStatus

**Kind:** Enum

**Source:** `Pams/Web/Pams.Web/Client/app/models/invoices/invoices.model.ts` (line 324)

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

## Values

- `Draft`
- `AwatingApproval`
- `Approved`
- `Due`
- `Overdue`
- `Paid`
- `OverDue30Dayes`
- `OverDue60Dayes`
- `OverDue90Dayes`
- `OverDue180Dayes`
- `OverDue360Dayes`
- `ConsederAsPaid`
- `PartialyPaid`
- `ReadyForApproval`
- `RejectedApproval`
- `ConsederAsDue`
- `Upcoming`
- `AwaitingPrincipalPayoff`

## 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)

- `InvoiceDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `InvoicesListComponent` — `Pams/Web/Pams.Web/Client/app/components/invoices/invoices-list/invoices-list.component.ts`:1
- `AccountDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/market/account-details/account-details.component.ts`:1
- `NewJobComponent` — `Pams/Web/Pams.Web/Client/app/components/sales/new-job/new-job.component.ts`:1
- `PaymentMilestoneComponent` — `Pams/Web/Pams.Web/Client/app/components/sales/new-job/payment-milestone/payment-milestone.component.ts`:1
- `InvoicesService` — `Pams/Web/Pams.Web/Client/app/services/invoices/invoices.service.ts`:1
