$deAccountTransactions */ ?>
= $this->Paginator->sort('ledger_id') ?> | = $this->Paginator->sort('submitted_at') ?> | = $this->Paginator->sort('transaction_type_code') ?> | = $this->Paginator->sort('de_code') ?> | = $this->Paginator->sort('account_number') ?> | = __('Actions') ?> |
---|---|---|---|---|---|
= $deAccountTransaction->hasValue('de_transaction') ? $this->Html->link($deAccountTransaction->de_transaction->ledger_transaction_type_code, ['controller' => 'DeTransactions', 'action' => 'view', $deAccountTransaction->de_transaction->ledger_id]) : '' ?> | = h($deAccountTransaction->submitted_at) ?> | = h($deAccountTransaction->transaction_type_code) ?> | = h($deAccountTransaction->de_code) ?> | = h($deAccountTransaction->account_number) ?> | = $this->Html->link(__('View'), ['action' => 'view', $deAccountTransaction->ledger_id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $deAccountTransaction->ledger_id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $deAccountTransaction->ledger_id], ['confirm' => __('Are you sure you want to delete # {0}?', $deAccountTransaction->ledger_id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>