Stream: implementers
Topic: Supply - creation of a product
Jose Costa Teixeira (Dec 08 2021 at 21:17):
A question for anyone with implementation insight or architecture preferences:
When we create a new product (e.g. by mixing 2 other products), should we rather use
a) SupplyDelivery expressing something like "this new item has appeared here"
b) InventoryReport expressing something like "here, we now have 1 more item than we had until now"
Jose Costa Teixeira (Dec 08 2021 at 21:19):
@Carl Leitner @João Almeida @Marc Robberecht , others?
Jose Costa Teixeira (Dec 08 2021 at 21:19):
Both options would need some semantic tuning to our resources, but I want to see what is conceptually or empirically more adequate
Jose Costa Teixeira (Dec 08 2021 at 21:20):
I have a tiny inclination towards SupplyDelivery because it seems more related to the event at hand - we basically deliver to ourselves a new thing, regardless of whether it is being counted or not. But I'm not sure this is correct
Jose Costa Teixeira (Dec 08 2021 at 21:21):
@Scott Robertson @John Hatem
Carl Leitner (Dec 08 2021 at 21:34):
Since this is transactional, it sounds like supply delivery would be the right fit.
João Almeida (Dec 09 2021 at 18:16):
hi! On a first look, i would say it is better to use InventoryReport? Since there is no actual delivery? On the other hand, we do actually have a change in the inventory.
Last updated: Apr 12 2022 at 19:14 UTC