# inventory-price-schedules-grid

# Price Schedule Items – List View

**Module:** Inventory  
**Screen Type:** List View  
**URL:** `/^inventory/price-schedules/grid/`  
**Model:** PriceScheduleItem  
**Record Name:** Price Schedule Item  
**Plural Name:** Price Schedule Items  

---

## 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_ |
| Price Schedule | Relationship (single) | _TODO_ |
| Previous | Relationship (single) (optional) | Links to the price schedule item that this one was copied from |
| Customer Class | Relationship (single) | _TODO_ |
| Item | Relationship (single) (optional) | _TODO_ |
| Shrink Percent | Number (decimal) (optional) | Shrink acts as a padding to the reported cost of the finished good without affecting the inventory or general ledger. Shrink is meant to fiscally account for loss of ingredients during the manufacturing process by encouraging slightly higher markups. |
| Rule Base | Text (choice) | Use this field to determine whether to mark up from cost or mark down from MSRP. |
| Base Currency | Text (choice) (optional) | _TODO_ |
| Rule Value | Number (decimal) (optional) | Use this field to enter an arbitrary value for Cost or MSRP to calculate a price. If used as a cost, this field will intelligently try to suggest existing costs but the value here does not tamper with the costing system -- for all intents and purposes this value is used for planning pricing. |
| Modifier | Text (choice) | This field determines whether the Value field will behave as a percentage of the base or if it will be straight additional margin. |
| Value | Number (decimal) | _TODO_ |
| Price Currency | Text (choice) (optional) | _TODO_ |
| Calculated Price | Number (decimal) (optional) | _TODO_ |
| Info | Long text (optional) | Automatic pricing systems in Brisk will annotate their calculations here |

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

- **Update View** — [inventory-price-schedules-id-grid](https://help.brisksystems.us/books/brisk-documentation/page/inventory-price-schedules-id-grid)

---

## Advanced Notes
_TODO_