Options
All
  • Public
  • Public/Protected
  • All
Menu

Module CreateFullStockCount

Initiate the Full Stock Count process for the current store. Prevents basic store functionalities once started.

Index

Properties

Optional AllowStockMutationsDuringCount

AllowStockMutationsDuringCount: undefined | false | true

When this value is set to true, EVA will allow for stockmutations to be done during the fullstockcount. WARNING: setting this value to true will make the outcome of the fullstockcount unreliable, because quantities on the full stock count label products can be changed before or after a count has been done.

Optional CreateFullStockCountLabelsForShelves

CreateFullStockCountLabelsForShelves: undefined | false | true

When supplied, it will automatically call AddLabelToFullStockCount for each Shelf defined in your replenishment configuration. Ignored when IsExternal is set to true.

Optional InitialFullStockCountLabels

InitialFullStockCountLabels: InitialFullStockCountLabel[]

When supplied, it will automatically call AddLabelToFullStockCount for each InitialLabel. Ignored when IsExternal or CreateFullStockCountLabelsForShelves is set to true.

Optional IsExternal

IsExternal: undefined | false | true

Indicates if the full stock count is done by an external party. When false, the full stock count will be created and all basic store functionalities will be blocked once started.

When true, the full stock count will be created with a snapshot from the current stock. To set the result of the external full stock count, the 'UploadExternalFullStockCount' can be called. Basic store functionalities will remaining in working order. Deviations will be calculated based on stock mutations. The UserTask will be started automatically.

Optional RecountInterval

RecountInterval: undefined | number

When supplied, it will automatically create a validation recount based on the given recount interval. Ignored when IsExternal is set to true. Min: 1

Optional ReturnCurrentStock

ReturnCurrentStock: undefined | false | true

When set to true, the service will return the current stock information.