stockDiffOverTimeRange property
Implementation
@override
double get stockDiffOverTimeRange =>
closingStockShopsInvoker().stockShopArticleQtInTimeRangeForWeebi(
article, DateRange(start, end)) -
closingStockShopsInvoker().stockShopArticleQtOutTimeRangeForWeebi(
article, DateRange(start, end)) +
ticketsInvoker()
.stockArticleInput(article, range: DateRange(start, end)) -
ticketsInvoker()
.stockArticleOutput(article, range: DateRange(start, end));