than the available budget, * the algorithm will try to order as many different items as possible. * * If not all items can be ordered will try to order the items with the highest profit. * * @var int * @since 1.0.0 */ public int $maxAvailableBudget = 0; /** * item data for algorithm: * number * name * purchase price per volume * minimum quantity per volume * delivery time / lead time * in-house processing time (e.g. qs time, labelling, packaging) * ordered (order confirmations) * stock available * offers * avg. profit * demand in period N */ }