Change one item in inventory kit

E.g inventory kit : Fruit set

Setting:
10 pcs of apple
10 pcs of orange
10 pcs of lemon
10 pcs of pear

Sales price: $20

But the customer want to swap apple to orange, i.e. 5 apple and 15 orange
The sales price remain unchange.

Is there any possible way to do it? or I have to create a new inventory kit each time?

Possible to have the concept like when we choose the inventory set, it auto pop up items in the set and allow to change

Sales invoice
Qty Amount
item: Fruit set 1 $20
apple 10
orange 10
lemon 10
pear 10

The ingredients of the set for this sales invoice can be change when necessary
e.g.

Sales invoice
Qty Amount
item: Fruit set 1 $20
apple 5
orange 15
lemon 10
pear 10

just add two additional lines in the invoice selecting the inventory items without specifying any value.
Apple: -5
Orange: +5
this will balance the inventory.

1 Like