This table stores member items for a group along with their quantity and sequence number. The group represents a package of items that can be selected to be placed on an invoice. |
ar_item_group_KEY | int (4) | NOT NULL | Primary key for this table. |
group__ar_item_KEY | int (4) | NOT NULL | An item key of type Group or Sales tax group that is the parent item for this group. |
member__ar_item_KEY | int (4) | NOT NULL | An item key that is not of type Group or Sales tax group that is a child item for this group. |
quantity | decimal (9, 4) | NOT NULL | The quantity of member items to be used. |
sequence_number | int (4) | NOT NULL | A sequence number for the member item that represents the order inside the group in which to add the member item to the invoice. |