# accounting-payment-terms

# Payment Terms – List View

**Module:** Accounting  
**Screen Type:** List View  
**URL:** `/^accounting/payment-terms/`  
**Model:** PaymentTerms  
**Record Name:** Payment Terms  
**Plural Name:** Payment Terms  

---

## 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 | Use this field to identify this set of payment terms throughout Brisk. |
| Length | Number (integer) | This field sets the number of days a transaction can be unpaid before being considered past due. |
| Late Fee % | Number (decimal) (optional) | Use this field to define the monthly finance charge for past due transactions. |
| Discount Days | Number (integer) (optional) | If transactions are paid within this many days of the statement date, they will be discounted. |
| Discount % | Number (decimal) (optional) | Use this field to define the percent taken off if the transaction is paid within the discount period. |
| Aging Option | Text (choice) | Determines whether A/R aging begins when the transaction is completed or when the statement is sent at the end of the month |

## 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

- **Create View** — [accounting-payment-terms-create](https://help.brisksystems.us/books/brisk-documentation/page/accounting-payment-terms-create)
- **Detail View** — [accounting-payment-terms-id](https://help.brisksystems.us/books/brisk-documentation/page/accounting-payment-terms-id)
- **Update View** — [accounting-payment-terms-id-update](https://help.brisksystems.us/books/brisk-documentation/page/accounting-payment-terms-id-update)

---

## Advanced Notes
_TODO_