# accounting-expense-records-id-update

# Expense Record – Update View

**Module:** Accounting  
**Screen Type:** Update View  
**URL:** `/^accounting/expense-records/<pk>/update/`  
**Model:** ExpenseRecord  
**Record Name:** Expense Record  
**Plural Name:** Expense Records  

---

## 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_ |
| Amount Currency | Text (choice) | _TODO_ |
| Amount | Number (decimal) | _TODO_ |
| Expense Date | Date | _TODO_ |
| Category | Relationship (single) | _TODO_ |
| Retailer | Text (optional) | Record the business where this purchase was made |
| Memo | Text (optional) | Record notes about this expense record |

## 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** — [accounting-expense-records](https://help.brisksystems.us/books/brisk-documentation/page/accounting-expense-records)
- **Create View** — [accounting-expense-records-create](https://help.brisksystems.us/books/brisk-documentation/page/accounting-expense-records-create)
- **Detail View** — [accounting-expense-records-id](https://help.brisksystems.us/books/brisk-documentation/page/accounting-expense-records-id)

---

## Advanced Notes
_TODO_