# InvoiceStatusEnum

**Kind:** Enum

**Source:** `Frontend/src/app/models/principals-invoice/principals-invoice.ts` (line 34)

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

## Values

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

## Used by

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

### Imported by (3)

- `InvoicesListComponent` — `Frontend/src/app/components/invoices/invoices-list/invoices-list.component.ts`:1
- `PrincipalInvoiceComponent` — `Frontend/src/app/components/principal-invoice/principal-invoice.component.ts`:1
- `PrincipalsInvoiceDetailsComponent` — `Frontend/src/app/components/principal-invoice/principals-invoice-details/principals-invoice-details.component.ts`:1
