= $this->lang->line('issuer_information')?>
= $this->lang->line('Nom'); ?> | = $agent->lastname ?? ''?> |
= $this->lang->line('Adresse')?> | = $agent->code_membre ?> |
= $this->lang->line('Contact')?> | = $agent->phone." | ".$agent->email ?> |
=Money::of(round($invoice->insured_amount, 2), $invoice->currency_code, $this->context)->formatTo('fr_FR')?>
= $this->lang->line('percentage_insured') ?>
= Money::of(round($invoice->insurer_amount, 2), $invoice->currency_code, $this->context)->formatTo('fr_FR')?>
= $this->lang->line('percentage_insurer') ?>
= $this->lang->line($invoice->state) ?>
= $this->lang->line('state') ?>
=$invoice->reason?>
= $this->lang->line('reason') ?>
= $this->lang->line('health_care_sheets') ?>
ID | Type | Patient | = $this->lang->line('practitioner'); ?> | = $this->lang->line('insured_id'); ?> | = $this->lang->line('total_amount'); ?> | = $this->lang->line('total_insured_part'); ?> | = $this->lang->line('total_insurance_part'); ?> | Actions |
---|---|---|---|---|---|---|---|---|
" . ($row->health_care_sheet_id) . " | " . $row->type . " | " . $row->patient_lastname.' '.$row->patient_firstname . " | " . $row->practitioner_lastname.' '.$row->practitioner_firstname . " | ".$row->insured_id." | ".$amount." | ".$insured_amount." | " . $insurance_amount. " | "; ?>