lang->line('invoice_detail') . ' - ' . $invoice->invoice_id; ?>
lang->line('download') ?> state == 'UNDER_VALIDATION') { ?>

db->hostname . ';dbname=' . $this->db->database, $this->db->username, $this->db->password); $configuration = new PDOProviderConfiguration(); $configuration->tableName = 'exchange_rate'; $configuration->exchangeRateColumnName = 'exchange_rate'; $configuration->targetCurrencyColumnName = 'target_currency'; $configuration->sourceCurrencyCode = $baseCurrency; // this provider loads exchange rates from your database $provider = new PDOProvider($pdo, $configuration); // this provider calculates exchange rates relative to the base currency $provider = new BaseCurrencyProvider($provider, $baseCurrency); // this currency converter can now handle any currency pair $this->converter = new CurrencyConverter($provider); $this->context = new AutoContext(); $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL); ?>

lang->line('issuer_information')?>

lang->line('Nom'); ?> lastname ?? ''?>
lang->line('Adresse')?> code_membre ?>
lang->line('Contact')?> phone." | ".$agent->email ?>

insured_amount, 2), $invoice->currency_code, $this->context)->formatTo('fr_FR')?>

lang->line('percentage_insured') ?>

insurer_amount, 2), $invoice->currency_code, $this->context)->formatTo('fr_FR')?>

lang->line('percentage_insurer') ?>

lang->line($invoice->state) ?>

lang->line('state') ?>

state != 'ACCEPTED' && !empty($invoice->reason)) { ?>

reason?>

lang->line('reason') ?>

lang->line('health_care_sheets') ?>

result() as $i => $row) { $amount = Money::of(round($row->insurance_amount + $row->insured_amount, 2), $invoice->currency_code, $this->context)->formatTo('fr_FR'); $insurance_amount = Money::of(round($row->insurance_amount, 2), $invoice->currency_code, $this->context)->formatTo('fr_FR'); $insured_amount = Money::of(round($row->insured_amount, 2), $invoice->currency_code, $this->context)->formatTo('fr_FR'); echo ""; ?>
ID Type Patient lang->line('practitioner'); ?> lang->line('insured_id'); ?> lang->line('total_amount'); ?> lang->line('total_insured_part'); ?> 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. "
state == 'UNDER_VALIDATION') { ?>