# sales-returns-id-update

# Return – Update View

**Module:** Sales  
**Screen Type:** Update View  
**URL:** `/^sales/returns/<pk>/update/`  
**Model:** Return  
**Record Name:** Return  
**Plural Name:** Returns  

---

## 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_ |
| Sale | Relationship (single) (optional) | _TODO_ |
| Date Created | Date & time | _TODO_ |
| Moneyback Currency | Text (choice) | _TODO_ |
| Balance To Refund | Number (decimal) | _TODO_ |
| Taxback Currency | Text (choice) | _TODO_ |
| Tax To Refund | Number (decimal) | _TODO_ |
| Restockfee Currency | Text (choice) | _TODO_ |
| Restocking Fee | Number (decimal) | _TODO_ |
| Totaldue Currency | Text (choice) (optional) | _TODO_ |
| Total To Refund | Number (decimal) (optional) | _TODO_ |
| Refund Status | Text (choice) (optional) | _TODO_ |
| Totalback Currency | Text (choice) (optional) | _TODO_ |
| Total Refunded | Number (decimal) (optional) | _TODO_ |
| Edit Locked | Yes/No | _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

- **List View** — [sales-returns](https://help.brisksystems.us/books/brisk-documentation/page/sales-returns)
- **Create View** — [sales-returns-create](https://help.brisksystems.us/books/brisk-documentation/page/sales-returns-create)
- **Detail View** — [sales-returns-id](https://help.brisksystems.us/books/brisk-documentation/page/sales-returns-id)

---

## Advanced Notes
_TODO_