# accounting-accounts-id-update-header

# Account – Update View

**Module:** Accounting  
**Screen Type:** Update View  
**URL:** `/^accounting/accounts/<pk>/update-header/`  
**Model:** Account  
**Record Name:** Account  
**Plural Name:** Accounts  

---

## 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_ |
| Account Name | Text | _TODO_ |
| Category | Relationship (single) | _TODO_ |
| Balance Currency | Text (choice) (optional) | _TODO_ |
| Balance | Number (decimal) (optional) | _TODO_ |
| Account Number | Text (optional) | _TODO_ |
| Header Account | Yes/No | If an account is defined as a Header Account, it will report the total balances of all accounts assigned to it. |
| Active | Yes/No | Uncheck this field to mark an account as inactive. Inactive accounts will not be presented for selection in various menus in the Brisk system |
| Additional Filter | Text (choice) (optional) | For reporting purposes, add a tag to this account to help it flow into the correct section on financial reports |

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

---

## Advanced Notes
_TODO_