unitsTypeUom
Stores Unit of Measure (UOM) definitions linked to unit types for product categorization.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | Represents the unique internal identifier for the UOM, ensuring proper reference within the system. | |
| abbreviation | String | Stores the abbreviated form of the UOM, used for quick identification in reports and transactions. | |
| baseunit | Boolean | Indicates whether this UOM is the base unit in the unit type. If the value is 'true', it is the primary unit. | |
| conversionrate | Double | Represents the conversion rate of this unit relative to the base unit, ensuring accurate unit calculations in transactions. | |
| pluralabbreviation | String | Stores the pluralized version of the unit abbreviation, ensuring proper display in quantity-based reports and UI elements. | |
| unitname | String | Contains the full name of the UOM, ensuring clarity in usage across records and reports. | |
| unitstype | String | Links the UOM to a specific unit type, ensuring structured classification of measurement units. |