# accounting-taxes-id

# Tax – Detail View

**Module:** Accounting  
**Screen Type:** Detail View  
**URL:** `/^accounting/taxes/<pk>/`  
**Model:** Tax  
**Record Name:** Tax  
**Plural Name:** Taxes  

---

## 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_ |
| Name | Text | Set an easily understandable name for this tax |
| Percent | Number (decimal) | Use this field to set the tax rate. For example, if you need to collect a 6 percent sales tax, this field should be set to 6.0. |
| Liability Account | Relationship (single) (optional) | Sets the GL account that tracks sales tax transactions |
| Payee | Relationship (single) (optional) | For taxes with rates above 0, create a vendor in the system for the tax authority. This allows Brisk to keep track of your tax liabilities. |

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

---

## Advanced Notes
_TODO_