getData('bills') ?? []; echo $this->getData('nav')->render(); ?>
getHtml('Invoices'); ?>
$value) : ++$count; $url = UriFactory::build('{/prefix}sales/invoice?{?}&id=' . $value->getId()); ?>
getHtml('Id', '', ''); ?> getHtml('Type'); ?> getHtml('ClientID'); ?> getHtml('Client'); ?> getHtml('Address'); ?> getHtml('Postal'); ?> getHtml('City'); ?> getHtml('Country'); ?> getHtml('Net'); ?> getHtml('Gross'); ?> getHtml('Profit'); ?> getHtml('Created'); ?>
getNumber(); ?> type->getL11n(); ?> client->number; ?> printHtml($value->client->profile->account->name3 . ' ' . $value->client->profile->account->name2 . ' ' . $value->client->profile->account->name1); ?> client->mainAddress->address; ?> client->mainAddress->postal; ?> client->mainAddress->city; ?> client->mainAddress->getCountry(); ?> net->getCurrency(); ?> gross->getCurrency(); ?> profit->getCurrency(); ?> createdAt->format('Y-m-d'); ?>
getHtml('Empty', '0', '0'); ?>