customlib->getSchoolCurrencyFormat();
?>
Example 2
lang->line('date'); ?> | : customlib->getSchoolDateFormat()); ?>
Fees Collection Details
| Payment ID |
lang->line('student_name'); ?> |
lang->line('class'); ?> |
lang->line('fee_type'); ?> |
lang->line('fees'); ?> |
lang->line('discount'); ?> |
lang->line('fine'); ?> |
lang->line('amount'); ?> |
| lang->line('no_transaction_found'); ?> |
$value) {
$amount = $amount + $value['amount'];
$discount = $discount + $value['amount_discount'];
$fine = $fine + $value['amount_fine'];
$total = ($amount + $fine) - $discount;
?>
|
|
|
|
|
|
|
|
|
| lang->line('grand_total'); ?> |
|
|
|
|
lang->line('expense_detail'); ?>
| lang->line('expense_id'); ?> |
lang->line('date'); ?> |
lang->line('expense_head'); ?> |
lang->line('name'); ?> |
lang->line('amount'); ?> |
| lang->line('no_transaction_found'); ?> |
$value) {
$grand_total = $grand_total + $value['amount'];
?>
|
|
customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($value['date'])); ?>
|
|
|
|
| lang->line('grand_total'); ?> |
|