data['expenses'] ?? []; $expenseStatus = ExpenseStatus::getConstants(); echo $this->data['nav']->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Status'); ?> | = $this->getHtml('Paid'); ?> | = $this->getHtml('Approved'); ?> | = $this->getHtml('From'); ?> | = $this->getHtml('Amount'); ?> | = $this->getHtml('Start'); ?> | = $this->getHtml('End'); ?> | |
| = $value->id; ?> | = $this->getHtml(':status' . $value->status); ?> | = $value->paid ? 'check' : 'close'; ?> | = $value->approved ? 'check' : 'close'; ?> | = $this->printHtml($this->renderUserName('%3$s %2$s %1$s', [$value->from->name1, $value->from->name2, $value->from->name3])); ?> | = $this->getCurrency($value->gross, symbol: ''); ?> | = $this->printHtml($value->start->format('Y-m-d')); ?> | = $this->printHtml($value->end->format('Y-m-d')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | ||||||||