Sales Invoice Statuses - codbex/codbex-olympus GitHub Wiki
Status refers to the state of invoice delivery and payment.
Sales Invoice Status
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
Field | Type | Length | Null? | Calc? | Ref? | Description |
---|---|---|---|---|---|---|
Id | INTEGER | no | - | - | ||
Name | ENUM | no | - | - | Name of the status |
Predefined Data
Id | Name |
---|---|
1 | New |
2 | Approved |
3 | Rejected |
4 | Sent |
5 | Partially Paid |
6 | Paid |