$deJournalItems */ ?>
Html->link(__('New De Journal Entry'), ['controller' => 'DeJournalEntries', 'action' => 'add'], ['class' => 'button float-right']) ?>

Paginator->sort('created') ?> Paginator->sort('journal_entry.journal_id', 'Journal') ?> Paginator->sort('de_journal_entry_id', 'Journal Entry') ?> Paginator->sort('external_account_number_credit', 'DR Ext. Account') ?> Paginator->sort('external_account_number_debit', 'CR Ext. Account') ?> Paginator->sort('account_number_credit', 'Credit Account') ?> Paginator->sort('account_number_debit', 'Debit Account') ?> Paginator->sort('account_number_debit', 'Debit') ?> Paginator->sort('account_number_credit', 'Credit') ?>
created) ?> hasValue('de_journal_entry') && $deJournalItem->de_journal_entry->hasValue('de_journal') ? $this->Html->link($deJournalItem->de_journal_entry->de_journal->name, ['controller' => 'DeJournals', 'action' => 'view', $deJournalItem->de_journal_entry->journal_id]) : '' ?> hasValue('de_journal_entry') ? $this->Html->link($deJournalItem->de_journal_entry->id, ['controller' => 'DeJournalEntries', 'action' => 'view', $deJournalItem->de_journal_entry->id]) : '' ?> hasValue('debit_de_external_account') ? $this->Html->link($deJournalItem->debit_de_external_account->account_number, [ 'controller' => 'DeExternalAccounts', 'action' => 'view', $deJournalItem->debit_de_external_account->account_number]) : '' ?> hasValue('debit_de_account') ? $this->Html->link($deJournalItem->debit_de_account->account_number_and_name, [ 'controller' => 'DeAccounts', 'action' => 'view', $deJournalItem->debit_de_account->account_number]) : '' ?> hasValue('debit_de_account') ? $this->Number->format($deJournalItem->amount) : ''; ?> Html->link(__('View'), ['action' => 'view', $deJournalItem->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $deJournalItem->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $deJournalItem->id], ['confirm' => __('Are you sure you want to delete # {0}?', $deJournalItem->id)]) ?>
created) ?> hasValue('de_journal_entry') && $deJournalItem->de_journal_entry->hasValue('de_journal') ? $this->Html->link($deJournalItem->de_journal_entry->de_journal->name, ['controller' => 'DeJournals', 'action' => 'view', $deJournalItem->de_journal_entry->journal_id]) : '' ?> hasValue('de_journal_entry') ? $this->Html->link($deJournalItem->de_journal_entry->id, ['controller' => 'DeJournalEntries', 'action' => 'view', $deJournalItem->de_journal_entry->id]) : '' ?> hasValue('credit_de_external_account') ? $this->Html->link($deJournalItem->credit_de_external_account->account_number, [ 'controller' => 'DeExternalAccounts', 'action' => 'view', $deJournalItem->credit_de_external_account->account_number]) : '' ?> hasValue('credit_de_account') ? $this->Html->link($deJournalItem->credit_de_account->account_number_and_name, [ 'controller' => 'DeAccounts', 'action' => 'view', $deJournalItem->credit_de_account->account_number]) : '' ?> hasValue('credit_de_account') ? $this->Number->format($deJournalItem->amount) : ''; ?> Html->link(__('View'), ['action' => 'view', $deJournalItem->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $deJournalItem->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $deJournalItem->id], ['confirm' => __('Are you sure you want to delete # {0}?', $deJournalItem->id)]) ?>

Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>