# accounting-credit-card-accounts-id

# Credit Card Account – Detail View

**Module:** Accounting  
**Screen Type:** Detail View  
**URL:** `/^accounting/credit-card-accounts/<pk>/`  
**Model:** CreditCardAccount  
**Record Name:** Credit Card Account  
**Plural Name:** Credit Card Accounts  

---

## 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 (one-to-one) | Select the payable account that represents this credit card |
| Account Number | Text (optional) | _TODO_ |
| Institution | Number (integer) (optional) | _TODO_ |
| Vendor | Relationship (single) (optional) | Sets the vendor associated with this credit card; handles accounting transactions for finance charges and other fees |

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

---

## Advanced Notes
_TODO_