Add bundle sales backend implementation
This commit is contained in:
@@ -282,6 +282,8 @@ Add richer commercial features after Phase 1 is stable and tested.
|
||||
- price lists
|
||||
- promotions
|
||||
- free issue schemes
|
||||
- bundle sales templates
|
||||
- bundle sales documents
|
||||
- reservations
|
||||
- payment allocation
|
||||
- approval flow
|
||||
@@ -304,6 +306,18 @@ Promotional header.
|
||||
#### `PromotionRule`
|
||||
Buy-X-get-Y, discount, or reward rules.
|
||||
|
||||
#### `BundleSaleTemplate`
|
||||
Fixed bundle composition definition.
|
||||
|
||||
#### `BundleSaleTemplateLine`
|
||||
Component stock items and quantities inside a bundle template.
|
||||
|
||||
#### `BundleSale`
|
||||
Posted or draft bundle sale header.
|
||||
|
||||
#### `BundleSaleLine`
|
||||
Component lines expanded from a bundle template.
|
||||
|
||||
#### `FreeIssueScheme`
|
||||
Separate free issue header.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user