data['items'] ?? []; ?>
getHtml('Items'); ?>download
$value) : if ($value->itemNumber === '') { continue; } ++$count; $url = UriFactory::build('{/base}/purchase/item/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Quantity'); ?> getHtml('UnitPrice'); ?> getHtml('Discount'); ?> getHtml('Discount%'); ?> getHtml('DiscountBonus'); ?> getHtml('TotalPrice'); ?>
printHtml($value->itemNumber); ?> printHtml($value->itemName); ?> printHtml((string) $value->quantity->getAmount()); ?> getCurrency($value->singlePurchasePriceNet); ?> getCurrency($value->totalPurchasePriceNet); ?>
getHtml('Empty', '0', '0'); ?>