title ?>

address ?>

Tel: phone ?>



db->get_where('patient', array('id' => $payment->patient))->row(); ?> : name . '
'; } ?>

: id . '
'; } ?>

: address . '
'; } ?>

: phone . '
'; } ?>

: id)) { echo $payment->id; } ?>

: date)) { echo date('d-m-Y', $payment->date) . '
'; } ?>

: doctor)) { $doc_details = $this->doctor_model->getDoctorById($payment->doctor); if (!empty($doc_details)) { echo $doc_details->name . '
'; } else { echo $payment->doctor_name . '
'; } } ?>


category_name)) { $category_name = $payment->category_name; $category_name1 = explode(',', $category_name); $i = 0; foreach ($category_name1 as $category_name2) { $i = $i + 1; $category_name3 = explode('*', $category_name2); if ($category_name3[3] > 0) { ?>
#
finance_model->getPaymentcategoryById($category_name3[0])->category; ?> currency; ?> currency; ?>

  • : currency; ?> amount; ?>
  • discount)) { ?>
  • currency; } ?> discount); if (!empty($discount[1])) { echo $discount[0] . ' % = ' . $settings->currency . ' ' . $discount[1]; } else { echo $discount[0]; } ?>
  • vat)) { ?>
  • VAT : vat)) { echo $payment->vat; } else { echo '0'; } ?> % = currency . ' ' . $payment->flat_vat; ?>
  • : currency; ?> gross_total; ?>
  • : currency; ?> finance_model->getDepositAmountByPaymentId($payment->id); ?>
  • : currency; ?>