 | 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
SyntaxNullable<bool> RemoveOutOfDateBestBeforeStock { get; set; }
Property RemoveOutOfDateBestBeforeStock As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis 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