lang->line('export_balance_statement') ?>
num_rows();
$num = 0;
if ($numrows > 0) {
$fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
?>
ID | =$this->lang->line('Solde Principal')?> | =$this->lang->line('Solde Commission')?> | =$this->lang->line('Telephone')?> | =$this->lang->line('code membre')?> | Agent |
---|---|---|---|---|---|
$num | ".Money::of(round($row->balance_princ,2), $row->currency_code,$context)->formatTo('fr_FR')." | ".Money::of(round($row->balance_com,2), $row->currency_code,$context)->formatTo('fr_FR')." | ".$row->transactionNumber." | ".$row->codeMembre." | ".$row->lastname." | "; ?>