# accounting-deposits-id

# Deposit – Detail View

**Module:** Accounting  
**Screen Type:** Detail View  
**URL:** `/^accounting/deposits/<pk>/`  
**Model:** Deposit  
**Record Name:** Deposit  
**Plural Name:** Deposits  

---

## 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_ |
| Bank Account | Relationship (single) | Select the bank account to which this deposit will be made |
| Source Account | Relationship (single) (optional) | Select the source of undeposited funds |
| Amount Currency | Text (choice) | _TODO_ |
| Amount | Number (decimal) | _TODO_ |
| Deposit Date | Date (optional) | _TODO_ |
| Memo | Long text (optional) | _TODO_ |
| Dispersal Method | Text (choice) (optional) | Records how this deposit was made. |
| Work Period | Relationship (single) (optional) | Optionally link this deposit to a work period |
| Posted | Yes/No | _TODO_ |
| Edit Locked | Yes/No | _TODO_ |
| Enable Splits | Yes/No | Enable split balancing transactions for this deposit. Enabled by default, but disabled in specific circumstances |

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

---

## Advanced Notes
_TODO_