Creating Operations ~~~~~~~~~~~~~~~~~~~ These Operations have no inputs, and have one or several outcomes. Model.Wms.Operation.Arrival --------------------------- .. autoclass:: anyblok_wms_base.core.operation.arrival.Arrival .. raw:: html

Fields and their semantics

.. autoattribute:: id .. autoattribute:: goods_type .. autoattribute:: goods_code .. autoattribute:: goods_properties .. raw:: html

Specific attributes

.. autoattribute:: inputs_number .. raw:: html

Specific methods

.. automethod:: refine_with_trailing_unpack .. raw:: html

Mandatory methods of Operation subclasses

.. automethod:: after_insert .. automethod:: execute_planned .. raw:: html

Overridden methods of Operation

.. automethod:: check_create_conditions Model.Wms.Operation.Apparition ------------------------------ .. autoclass:: anyblok_wms_base.core.operation.apparition.Apparition .. raw:: html

Fields and their semantics

.. autoattribute:: id .. autoattribute:: quantity .. autoattribute:: location .. autoattribute:: goods_type .. autoattribute:: goods_code .. autoattribute:: goods_properties .. raw:: html

Specific members

.. autoattribute:: inputs_number .. raw:: html

Mandatory methods of Operation subclasses

.. automethod:: check_create_conditions .. automethod:: after_insert .. raw:: html

Overridden methods of Operation

.. automethod:: check_create_conditions