# sales-itemrows

# Item Rows – List View

**Module:** Sales  
**Screen Type:** List View  
**URL:** `/^sales/itemrows/`  
**Model:** ItemRow  
**Record Name:** Item Row  
**Plural Name:** Item Rows  

---

## What This Screen Is For
_TODO: Explain what this screen does in plain language._

---

## What You See on This Screen
📸 _Add a screenshot of this screen._

## Fields on This Screen

| Field | Type | Description |
|------|------|------------|
| Last Modified At | Date & time | _TODO_ |
| Last Modified By | Relationship (single) (optional) | _TODO_ |
| Item | Relationship (single) (optional) | _TODO_ |
| Quantity | Number (decimal) | _TODO_ |
| Uom | Relationship (single) (optional) | _TODO_ |
| Cost Currency | Text (choice) | _TODO_ |
| Cost | Number (decimal) | _TODO_ |
| Price Currency | Text (choice) | _TODO_ |
| Price | Number (decimal) | _TODO_ |
| Totalprice Currency | Text (choice) | _TODO_ |
| Total Price | Number (decimal) | _TODO_ |
| Description | Long text | Enter the item description here |
| Tax Category | Relationship (single) | _TODO_ |
| Taxamount Currency | Text (choice) (optional) | _TODO_ |
| Tax Amount | Number (decimal) (optional) | _TODO_ |
| Sale Link | Relationship (single) (optional) | _TODO_ |
| Consumed | Yes/No | _TODO_ |
| Contract # | Relationship (single) (optional) | Records the item contract associated with this line item |
| Manufacturing Instance | Relationship (single) (optional) | Links this line item to the manufacturing instance that created it, if applicable |

## System Fields (Managed Automatically)

⚙️ These fields are managed by the system and usually do not need to be edited.

| Field | Type | Description |
|------|------|------------|
| Id | Auto number (ID) | _TODO_ |
| Created At | Date & time | _TODO_ |
| Created By | Relationship (single) (optional) | _TODO_ |
| Custom Fields | Extra Fields JSONField | _TODO_ |
| Deleted At | Date & time (optional) | _TODO_ |

---

## Common Tasks
- _TODO_

---

## Tips & Helpful Hints
💡 _TODO_

---

## Who Uses This Screen
- _TODO_

## Related Screens


---

## Advanced Notes
_TODO_