# accounting-transactions

# Transactions – List View

**Module:** Accounting  
**Screen Type:** List View  
**URL:** `/^accounting/transactions/`  
**Model:** Transaction  
**Record Name:** Transaction  
**Plural Name:** Transactions  

---

## 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_ |
| Date Created | Date & time (optional) | _TODO_ |
| Account | Relationship (single) | _TODO_ |
| Amount Currency | Text (choice) | _TODO_ |
| Amount | Number (decimal) | _TODO_ |
| Memo | Long text | _TODO_ |
| Journal Entry | Relationship (single) (optional) | _TODO_ |
| Parent Sale | Relationship (single) (optional) | _TODO_ |
| Parent Return | Relationship (single) (optional) | _TODO_ |
| Parent Purchase | Relationship (single) (optional) | _TODO_ |
| Parent Mfg Instance | Relationship (single) (optional) | _TODO_ |
| Parent Journal Entry | Relationship (single) (optional) | _TODO_ |
| Parent Inv Adjustment | Relationship (single) (optional) | _TODO_ |
| Parent Payment | Relationship (single) (optional) | _TODO_ |
| Parent Commission Payment | Relationship (single) (optional) | _TODO_ |
| Parent Invoice | Relationship (single) (optional) | _TODO_ |
| Parent Customer Credit | Relationship (single) (optional) | _TODO_ |
| Parent Inventory Receipt | Relationship (single) (optional) | _TODO_ |
| Parent Credit Memo | Relationship (single) (optional) | _TODO_ |
| Parent Payout | Relationship (single) (optional) | _TODO_ |
| Parent Credit Card Charge | Relationship (single) (optional) | _TODO_ |
| Parent Deposit | Relationship (single) (optional) | _TODO_ |
| Parent Reconciliation | Relationship (single) (optional) | _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

- **Detail View** — [accounting-transactions-id](https://help.brisksystems.us/books/brisk-documentation/page/accounting-transactions-id)
- **Create View** — [accounting-transactions-create](https://help.brisksystems.us/books/brisk-documentation/page/accounting-transactions-create)
- **Update View** — [accounting-transactions-id-update](https://help.brisksystems.us/books/brisk-documentation/page/accounting-transactions-id-update)
- **Update View** — [accounting-receivable-transactions-id-update](https://help.brisksystems.us/books/brisk-documentation/page/accounting-receivable-transactions-id-update)
- **Update View** — [accounting-payable-transactions-id-update](https://help.brisksystems.us/books/brisk-documentation/page/accounting-payable-transactions-id-update)

---

## Advanced Notes
_TODO_