= $this->lang->line('Période') ?>
Format : = $this->session->userdata('site_lang') === 'french' ? 'Jour - Mois - Année ' : 'Year - Month - Day' ?>
= $this->lang->line('export_savings_demands_history') ?>
num_rows();
$num = 0;
if ($numrows > 0) {
$fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
?>
ID | = $this->lang->line('state') ?> | = $this->lang->line('duration') ?> | = $this->lang->line('Montant') ?> | = $this->lang->line('interest') ?> | = $this->lang->line('tax') ?> | = $this->lang->line('issuer_id') ?> | = $this->lang->line('created_date') ?> | = $this->lang->line('cassation_date') ?> | = $this->lang->line('end_date') ?> |
---|---|---|---|---|---|---|---|---|---|
$row->id_epargne | " . $this->lang->line($row->etat) . " | " . mb_strtoupper($row->duree_mois,'UTF-8') . " | " . $moneyNet->formatTo('fr_FR') . " | " . Money::of(round($row->interet, 2), $currency_code, $context)->formatTo('fr_FR') . " | " . Money::of(round($row->taxe, 2), $currency_code, $context)->formatTo('fr_FR') . " | " . $emetteur. " | " . $row->date_creation . " | " . $row->date_cassation . " | " . $row->date_fin . " | "; ?>