# accounting-reconciliations-create

# Reconciliation – Create View

**Module:** Accounting  
**Screen Type:** Create View  
**URL:** `/^accounting/reconciliations/create/`  
**Model:** Reconciliation  
**Record Name:** Reconciliation  
**Plural Name:** Reconciliations  

---

## 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 | Relationship (single) | _TODO_ |
| Statement Date | Date | _TODO_ |
| Endingbalance Currency | Text (choice) (optional) | _TODO_ |
| Ending Balance | Number (decimal) (optional) | _TODO_ |
| Processed | Yes/No | System flag that is set to true once this reconciliation has been completed |
| Servicecharge Currency | Text (choice) (optional) | _TODO_ |
| Service Charge | Number (decimal) (optional) | The total amount of any service charges on this statement |
| Service Charge Date | Date (optional) | Record the date that the service charge was levied by the bank |
| Service Charge Account | Relationship (single) (optional) | Set the account that the balancing transaction for the service charges will post to |
| Interest Currency | Text (choice) (optional) | _TODO_ |
| Interest | Number (decimal) (optional) | The total amount of interest earned on this statement |
| Interest Date | Date (optional) | Record the date that the interest was deposited by the bank |
| Interest Account | Relationship (single) (optional) | Set the account that the balancing transaction for the interest earned will post to |
| Difference Currency | Text (choice) (optional) | _TODO_ |
| Difference | Number (decimal) (optional) | Hidden field that saves the difference |

## 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-reconciliations](https://help.brisksystems.us/books/brisk-documentation/page/accounting-reconciliations)
- **Update View** — [accounting-reconciliations-id](https://help.brisksystems.us/books/brisk-documentation/page/accounting-reconciliations-id)
- **Update View** — [accounting-reconciliations-creditcard-id](https://help.brisksystems.us/books/brisk-documentation/page/accounting-reconciliations-creditcard-id)
- **Detail View** — [accounting-reconciliations-id-review](https://help.brisksystems.us/books/brisk-documentation/page/accounting-reconciliations-id-review)

---

## Advanced Notes
_TODO_