transactionStatus
Tracks the status of financial transactions, including pending, approved, and completed stages.
Columns
| Name | Type | References | Description |
| id | String | Represents the unique identifier assigned to the transaction status, ensuring proper categorization and tracking. | |
| trancustomtype | Integer | Indicates a custom transaction type associated with this status, used for distinguishing different types of transactions. | |
| fullname | String | Stores the full descriptive name of the transaction status, providing clarity in reporting and user interfaces. | |
| name | String | Stores the short name of the transaction status, used for quick identification in records and reports. | |
| trantype | String | Defines the type of transaction associated with this status, such as sales order, invoice, or return, ensuring proper classification. |