$deJournals */ ?>
= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('short_code') ?> | = $this->Paginator->sort('default_account_number_credit') ?> | = $this->Paginator->sort('default_account_number_debit') ?> | = $this->Paginator->sort('de_journal_type_code') ?> | = __('Actions') ?> |
---|---|---|---|---|---|---|
= $this->Number->format($deJournal->id) ?> | = h($deJournal->name) ?> | = h($deJournal->short_code) ?> | = $deJournal->default_account_number_credit === null ? '' : $this->Number->format($deJournal->default_account_number_credit) ?> | = $deJournal->default_account_number_debit === null ? '' : $this->Number->format($deJournal->default_account_number_debit) ?> | = h($deJournal->de_journal_type_code) ?> | = $this->Html->link(__('View'), ['action' => 'view', $deJournal->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $deJournal->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $deJournal->id], ['confirm' => __('Are you sure you want to delete # {0}?', $deJournal->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>