# InvoiceItems

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `AmountSubjectToCommission` | `number` |
| `CategoryID` | `number` |
| `CategoryName` | `string` |
| `Commission` | `number` |
| `CreationDate` | `Date` |
| `CreationUserID` | `number` |
| `Discount` | `number` |
| `InvoiceID` | `number` |
| `InvoiceItemID` | `number` |
| `ItemName` | `string` |
| `ItemTotalPrice` | `number` |
| `ModificationDate` | `Date` |
| `ModificationUserID` | `number` |
| `NetTotalPrice` | `number` |
| `PrincipalAdvancedPayments` | `number` |
| `ObjectState` | `number` |
| `Qty` | `number` |
| `Tax` | `number` |
| `UnitID` | `string` |
| `UnitName` | `string` |
| `UnitPrice` | `number` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `_InstallentPercent` | `number` |
| `ModifiedUnitPrice` | `number` |
| `ModifiedItemTotalPrice` | `number` |
| `ModifiedCommission` | `number` |

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

- `InvoiceDetailsComponent` — `Frontend/src/app/components/invoices/invoice-details/invoice-details.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
- `PaymentsList` — `Frontend/src/app/models/payments/payments.ts`:2
