# accounting-debit-cards-id-update

# Debit Card – Update View

**Module:** Accounting  
**Screen Type:** Update View  
**URL:** `/^accounting/debit-cards/<pk>/update/`  
**Model:** DebitCard  
**Record Name:** Debit Card  
**Plural Name:** Debit Cards  

---

## 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) | Connects this debit card to the bank account it draws from |
| Card Holder | Text | Enter the name of the card holder on this account |
| Identifier | Text | Enter some identifying information for this card, such as its last 4 digits or a shorthand nickname |
| System Generated | Yes/No | Represents payment by bank without debit card for use by checkbook system |

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

---

## Advanced Notes
_TODO_