lang->line('Solde Principal') ?>
lang->line('Solde Commission') ?>
lang->line('Total commission de la banque') ?>
%
lang->line('rate_com_user_wallet_cart') ?>
%
lang->line('rate_com_user_cart_wallet') ?>
%
lang->line('rate_com_user_cart_cash') ?>
%
lang->line('rate_com_agent_depot_cash_cart') ?>
%
lang->line('rate_com_agent_send_cash') ?>
%
lang->line('rate_com_sup_send_cash') ?>
%
lang->line('rate_com_hyp_send_cash') ?>
%
lang->line('rate_com_agent_remove_cash') ?>
%
lang->line('rate_com_sup_remove_cash') ?>
%
lang->line('rate_com_hyp_remove_cash') ?>
%
lang->line('rate_com_agent_cart_cash') ?>
%
lang->line('rate_com_agent_cash_cart') ?>
%
lang->line('rate_com_agent_depot_cart') ?>
%
lang->line('rate_com_sup_depot_cart') ?>
%
lang->line('rate_com_hyp_depot_cart') ?>
%
lang->line('rate_com_bq_depot_cart') ?>
%
lang->line('rate_com_agent_remove_cart') ?>
%
lang->line('rate_com_sup_remove_cart') ?>
%
lang->line('rate_com_hyp_remove_cart') ?>
%
lang->line('rate_com_bq_remove_cart') ?>
%
lang->line('rate_com_hyp_remove_cart_ilink') ?>
%
lang->line('rate_com_bq_remove_cart_ilink') ?>
lang->line('rate_com_user_wallet_wallet_international'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('rate_com_user_wallet_wallet_national'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('rate_com_user_wallet_cash_international'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('rate_com_user_wallet_cash_national'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('rate_com_agent_depot_wallet_international'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('rate_com_agent_depot_wallet_national'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('rate_com_agent_depot_autre_wallet_international'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('rate_com_agent_depot_autre_wallet_national'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('rate_com_agent_cash_cash_international'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('rate_com_agent_cash_cash_national'); ?>
Min (FCFA) | Max (FCFA) | Taux (%) |
---|---|---|
".$fmt->format($row->min)." | ".$fmt->format($row->max)." | ".$row->taux." | ".'
lang->line('transaction_taxes'); ?>
lang->line('Nom') ; ?> | Type | Valeur | Destination |
---|---|---|---|
".$row->nom." | ".$row->type." | ".$row->valeur." | ".$row->destination." | ".'
lang->line('Historique des 12 derniers mois'); ?>
lang->line("Parts dépots & retraits"); ?>
lang->line('Commissions Superviseurs') ?>
".$this->lang->line('Solde Principal')." | ".$this->lang->line('Solde Commission')." | ".$this->lang->line('Commission banque')." | ".$this->lang->line('DEPOT'). 's'." | ".$this->lang->line('RETRAIT').'s'." | "; ?>|
---|---|---|---|---|---|
".$row->lastname." | ".Money::of(round($princ,0), $this->session->userdata('currency_code'))->formatTo('fr_FR')." | ".Money::of(round($com,0), $this->session->userdata('currency_code'))->formatTo('fr_FR')." | "; $nb_depots = 0; $nb_retraits = 0; $commission_banque = 0; foreach($depots as $depot){ if($depot->code_parrain == $row->member_code) { $nb_depots ++; $commission_banque+= $depot->commission_banque; } } foreach($retraits as $retrait){ if($retrait->code_parrain == $row->member_code) { $nb_retraits ++; $commission_banque+= $retrait->commission_banque; } } echo "".Money::of(round($commission_banque,0), $this->session->userdata('currency_code'))->formatTo('fr_FR')." | ".$nb_depots." | ".$nb_retraits." |