# inventory-price-schedules-create

# Price Schedule – Create View

**Module:** Inventory  
**Screen Type:** Create View  
**URL:** `/^inventory/price-schedules/create/`  
**Model:** PriceSchedule  
**Record Name:** Price Schedule  
**Plural Name:** Price Schedules  

---

## 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_ |
| Beginning Date | Date | Records the date that this price schedule begins taking effect |
| Ending Date | Date | Records the date that this price schedule stops taking effect |
| Label | Text (optional) | Give this price schedule a specific name. If left blank, it will be labelled by its beginning date. |
| Warehouse | Relationship (single) | Sets the warehouse that this price schedule applies to |
| Previous | Relationship (single) (optional) | Links to the price schedule that this one was copied from |
| Active | Yes/No | If a given price schedule is marked as active for a warehouse, it will take effect. Only one price schedule may be active per warehouse. |
| Copied | Yes/No | Acts as a flag to mark the rule copying process as complete |

## 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-schedules](https://help.brisksystems.us/books/brisk-documentation/page/inventory-price-schedules)
- **Detail View** — [inventory-price-schedules-id](https://help.brisksystems.us/books/brisk-documentation/page/inventory-price-schedules-id)
- **Update View** — [inventory-price-schedules-id-update](https://help.brisksystems.us/books/brisk-documentation/page/inventory-price-schedules-id-update)

---

## Advanced Notes
_TODO_