# accounting-work-periods-id-update

# Work Period – Update View

**Module:** Accounting  
**Screen Type:** Update View  
**URL:** `/^accounting/work-periods/<pk>/update/`  
**Model:** WorkPeriod  
**Record Name:** Work Period  
**Plural Name:** Work 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_ |
| Parent | Relationship (single) | _TODO_ |
| Opening Date | Date & time | _TODO_ |
| Closing Date | Date & time (optional) | _TODO_ |
| Locked | Yes/No | _TODO_ |
| Memo | Long text | _TODO_ |
| Deposits Entered | Yes/No | Indicates whether this work period has had deposits entered or not |

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

---

## Advanced Notes
_TODO_