itemGroupMember
Lists individual items that belong to an item group, maintaining group composition details.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier assigned to each record in the item group membership table. | |
| item | String | The specific item that is part of the item group, identified by its unique item name or code. | |
| linenumber | Integer | A sequential identifier representing the line number of the item within the group, ensuring order and uniqueness within the context of the group. | |
| parentitem | String | The parent item to which this item belongs, indicating its membership within a predefined item group structure. | |
| quantity | Double | The number of units of the item included in the group, representing the default quantity assigned when the group is used in transactions. |