# sales-subscriptions-create

# Subscription – Create View

**Module:** Sales  
**Screen Type:** Create View  
**URL:** `/^sales/subscriptions/create/`  
**Model:** Subscription  
**Record Name:** Subscription  
**Plural Name:** Subscriptions  

---

## 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_ |
| Label | Text | A label to identify this subscription in the business |
| Frequency | Text (choice) | Determines the frequency with which a subscription should occur |
| Customer | Relationship (single) | The customer that made this purchase |
| Memo | Long text | An open text field for employees to make notes about this transaction |
| Subtotal Currency | Text (choice) | _TODO_ |
| Subtotal | Number (decimal) | The total sales price of all line items before sales tax |
| Taxtotal Currency | Text (choice) | _TODO_ |
| Tax Total | Number (decimal) | The total sales tax due for this sale |
| Total Currency | Text (choice) | _TODO_ |
| Total | Number (decimal) | _TODO_ |

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

---

## Advanced Notes
_TODO_