Multi-Product subrows
Multi-product rows can be further split into subrows.
A id used to uniquely identify the subrow for the lifetime of the proposal. Does not affect the UI.
A short explanation heading to be shown for the item. We don’t have a description field for multi-product subrows so this field should be descriptive for what the item represents.
The label can be missing. In that case the quantity and value will be displayed without a heading.
The unit value represents the value for one unit, and will be multiplied by the quantity.
- if undefined, the amount defaults to 1
The value of one unit of the product excluding tax. We simplify here from the 4 unit values defined by Unit Values since subrows don’t allow discounts at the moment.
The value can be undefined. In that case it’s not shown at all, and the subrow is assumed to be used for the label, as an additional explanation.
If defined, valueWithTax
should be defined as well, and vice-versa.
Saved in cents.
The value of one unit of the product including tax.
Saved in cents.
The tax value for the subrow in percentage (1 = 100%).
Since subrows are a second level split of a product (product -> multi-product rows -> subrows) we assume that package products are no longer necessary at this level and simplify the split to a simple VAT rate.
If set to true, the item will be tagged as already included in the parent row value, and the value will be ignored.
This subrow becomes for all intents and purposes a informational item.
Information specific to an external integration connected to Proposales.
linkedToRow
- The id of a row that the subrow is connected with.
uniqueId
- An unique id that the external integration recognizes the subrow by.
metadata
- It can be a string or any shape of an object, and used exclusively by external integrations. Proposales does not act on this information.