# Item

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/item.model.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `ItemID` | `number` |
| `CompanyBranchID` | `number` |
| `Description` | `string` |
| `UnitID` | `string` |
| `UnitPrice` | `number` |
| `ItemTypeID` | `number` |
| `CategoryID` | `number` |

## Used by

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

### Imported by (2)

- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `ItemService` — `Frontend/src/app/services/sales/items.service.ts`:1
