-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semantic definitions #6
Comments
@gplanchat AFAIK,
In the actual marello's workflow :
i.e:
==>
This action is provided by a workflow post_action :marello_pick_pack_order, defined in
This action is provided by a workflow post_action :marello_ship_order, defined in Hope that helps :) |
Hello,
I would need a hand to understand the semantics used in the code (class names and methods). @jakubbabiak and @24198 should have the answer(s).
InventoryAllocation
InventorItem->(get|set|modify)AllocatedQuantity()
vsInventorItem->(get|set|modify)Quantity()
vsInventorItem->getVirtualQuantity()
What is an inventory allocation, and the difference between the quantity, the allocated quantity and the virtual quantity ?
Thanks
The text was updated successfully, but these errors were encountered: