data['items'] ?? []; ?>
getHtml('Items'); ?>
$value) : if ($value->itemNumber === '') { continue; } ++$count; $url = UriFactory::build('{/base}/sales/item/profile?{?}&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->getQuantity()); ?> getcurrency($value->singleSalesPriceNet); ?> getcurrency($value->totalSalesPriceNet); ?>
getHtml('Empty', '0', '0'); ?>