getData('bills') ?? []; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Type'); ?> | = $this->getHtml('SupplierID'); ?> | = $this->getHtml('Supplier'); ?> | = $this->getHtml('Address'); ?> | = $this->getHtml('Postal'); ?> | = $this->getHtml('City'); ?> | = $this->getHtml('Country'); ?> | = $this->getHtml('Gross'); ?> | = $this->getHtml('Date'); ?> | ||
| = $value->getNumber(); ?> | = $value->type->getL11n(); ?> | = $value->supplier->number; ?> | = $this->printHtml($value->billTo); ?> | = $value->billAddress; ?> | = $value->billZip; ?> | = $value->billCity; ?> | = !empty($value->billCountry) ? ISO3166NameEnum::getByName( ISO3166TwoEnum::getName($value->billCountry) ) : ''; ?> | = $value->grossCosts->getAmount(); ?> | = $value->billDate?->format('Y-m-d'); ?> | ||
| = $this->getHtml('Empty', '0', '0'); ?> | |||||||||||