# inventory-price-rules-id

# Price Rule – Detail View

**Module:** Inventory  
**Screen Type:** Detail View  
**URL:** `/^inventory/price-rules/<pk>/`  
**Model:** PriceRule  
**Record Name:** Price Rule  
**Plural Name:** Price Rules  

---

## 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_ |
| Customer Class | Relationship (single) | _TODO_ |
| Item | Relationship (single) (optional) | _TODO_ |
| 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

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

---

## Advanced Notes
_TODO_