= $this->Html->link(__('Use Account Templates'), [
'plugin' => 'CakeAccounting',
'controller' => 'DeAccountTemplates',
'action' => 'index'
], ['class' => 'button float-right']) ?>
= $this->Html->link(__('New De Account'), ['action' => 'add'], ['class' => 'button float-right']) ?>
= __('De Accounts') ?>
= 'Account Type' ?> |
= 'Account Number' ?> |
= 'Name' ?> |
= 'Total' ?> |
= __('Actions') ?> |
= $this->element('DeAccounts/row', [
'account' => $deAccount,
'totals' => array_key_exists($deAccount->account_number, $totals) ? $totals[$deAccount->account_number] : [],
]); ?>