# InvoicesType

**Kind:** Enum

**Source:** `Frontend/src/app/models/invoices/invoices.model.ts` (line 306)

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

## Values

- `Commission`
- `Sales`
- `PurhaseInvoice`
- `PrincipalInvoice`
- `CommissionAdditionalInvoice`
- `SalesAdditionalInvoice`
- `CommissionGroupedInvoice`
- `SalesGroupedInvoice`
- `AccountInvoice`

## Used by

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

### Imported by (5)

- `WidgetBacklogInvoices` — `Frontend/src/app/components/dashboard/dashboard-libary/widgets/widget-forecast-backlog-payment/widget-forecast-backlog-payment.component.ts`:1
- `InvoiceDetailsComponent` — `Frontend/src/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `InvoicesListComponent` — `Frontend/src/app/components/invoices/invoices-list/invoices-list.component.ts`:1
- `AccountDetailsComponent` — `Frontend/src/app/components/market/account-details/account-details.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
