Click or drag to resize

IInventoryStockDocumentEntityRemoveOutOfDateBestBeforeStock Property

Gets or sets wether will remove automatically out of date "best before" tracking stock

(Mettre à 0 le stock des n° de série/lot dont la date limite d'utilisation optimale est dépassée)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.StockDocument
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<bool> RemoveOutOfDateBestBeforeStock { get; set; }

Property Value

Type: NullableBoolean
Remarks
This entity member is bound to the RemoveOutOfDateBestBeforeStock (Mettre à 0 le stock des n° de série/lot dont la date limite d'utilisation optimale est dépassée) column of the StockDocument (Document de stock) table.
See Also