Parts Admin
Parts are the flat, global catalog of items dealers can order through an Order Pad. Parts are not linked to catalog items (Models) — they're a separate list.
Part Fields
| Field | Notes |
|---|---|
| Part Number | |
| Description | |
| Brand | |
| Category | Free text — also used as a quick filter on the parts list |
| List Price | Only shown if enabled in Settings; label is configurable |
| Net Price | Label is configurable |
Viewing Parts
Go to Administration → Parts. The list shows Part Number, Category, Brand, Description, List Price (if enabled), and Net Price. Clicking a Category or Brand value in the table fills in that column's filter box, making it a quick way to narrow the list.
Adding a Part
- Click Add Part.
- Fill in Part Number, Description, Brand, Category, and pricing.
- Click Save.
Warning
The Parts list does not currently have an edit or delete link on each row. Part records can still be reached and edited directly by URL (/parts/{id}/update) if you know the part's ID, but there is no way to browse into a Part's Update page from the list itself. Flag this to your development team if editing/deleting individual Parts is something admins need to do regularly.