# sales-discount-periods-id

# Discount Period – Detail View

**Module:** Sales  
**Screen Type:** Detail View  
**URL:** `/^sales/discount-periods/<pk>/`  
**Model:** DiscountPeriod  
**Record Name:** Discount Period  
**Plural Name:** Discount Periods  

---

## 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_ |
| Description | Text | Give a memo or reason for this discount |
| Percent | Number (decimal) | Set the percentage that all items will be discounted for the period of promotion |
| Begin Date | Date | Set the beginning of the discount period |
| End Date | Date | Set the ending of the discount period |
| Cancelled | Yes/No | Use this field to quickly disable a Discount without changing its dates or deleting it |

## 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** — [sales-discount-periods](https://help.brisksystems.us/books/brisk-documentation/page/sales-discount-periods)
- **Create View** — [sales-discount-periods-create](https://help.brisksystems.us/books/brisk-documentation/page/sales-discount-periods-create)
- **Update View** — [sales-discount-periods-id-update](https://help.brisksystems.us/books/brisk-documentation/page/sales-discount-periods-id-update)

---

## Advanced Notes
_TODO_