unitstype
Defines unit types used in measurements for inventory and transaction processing.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Represents the unique internal identifier for the unit type, ensuring proper reference and classification within the system. | |
| externalid | String | Stores an external identifier for the unit type, used for integrations with external systems or custom references. | |
| isinactive | Boolean | Indicates whether the unit type is inactive. If the value is true, the unit type is not available for transactions. |