element('table', */ /* array('class' => 'item transaction detail', */ /* 'caption' => 'Transaction Detail', */ /* 'rows' => $rows, */ /* 'column_class' => array('field', 'value'))); */ /********************************************************************** * Transaction Info Box */ ?> " . $customer['Customer']['name'] . "\n"); // Customer // Outstanding balance // Balance on each lease // Balance on personal account // Multiple fields for payments (cash, check, charge, etc) // How to apply (even split, oldest charges first, etc) echo $form->create(null, array('id' => 'payment-form', 'action' => 'payment')); ?>
Payments
Add Another Payment
inputs(); echo '
' . "\n"; echo $form->end('Send'); ?> Clear Debug Output