getData('bill'); $elements = $bill->getElements(); $previewType = $this->getData('previewType'); $originalType = $this->getData('originalType'); $billPdf = $bill->getFileByType($previewType); $original = $bill->getFileByType($originalType); $media = $bill->getMedia(); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Name'); ?> | = $this->getHtml('Type'); ?> | ||
| = $file->name; ?> | = $file->extension; ?> |
| IP | = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name'); ?> | = $this->getHtml('Log'); ?> | = $this->getHtml('Date'); ?> |
| = $this->printHtml($this->request->getOrigin()); ?> | = $this->printHtml((string) $this->request->header->account); ?> | = $this->printHtml((string) $this->request->header->account); ?> | Create Invoice | = $this->printHtml((new \DateTime('now'))->format('Y-m-d H:i:s')); ?> |