|
// 20 seconds. Have moved update logic to StockHoldingStore / StockMovementStore so updates are a bit slower,
|
|
// 20 seconds. Have moved update logic to StockHoldingStore / StockMovementStore so updates are a bit slower,
|
|
public class StockHolding : StockEntity, IRemotable, IPersistent, IOneToMany<StockLocation>, IOneToMany<Product>,
|
|
public class StockHolding : StockEntity, IRemotable, IPersistent, IOneToMany<StockLocation>, IOneToMany<Product>,
|
|
IStockHolding, ILicense<WarehouseLicense>
|
|
IStockHolding, ILicense<WarehouseLicense>
|