| Nombre de jours travaillés | {{$nbJoursTravail}} |
| Effectif global | {{$effectif}} |
| Objectif global chiffre d'affaires | {{ number_format($obj_ca, 2, '.', ' ') }} € |
| Objectif global de marge brute | {{ number_format($obj_marge, 2, '.', ' ') }} % |
| Objectif moyen productivité | {{$obj_prod}} |
| {{ __('Total achats') }} | {{ __('Total CA') }} | {{ __('Marge brute') }} | {{ __('% marge brute') }} | {{ __('DI créées') }} | {{ __('Nb Di sélection') }} | {{ __('Nb Di concrétisées') }} | {{--{{ __('Effectif') }} | {{ __('Jours ouvrés') }} | --}}{{ __('Productivité') }} | {{ __('Panier moyen') }} | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ 'Global entreprise' }} | {{ number_format($resultat['total_achats'], 2, '.', ' ') }} € | @if ($resultat['total_ca']>=$obj_ca) {{ number_format($resultat['total_ca'], 2, '.', ' ') }} € @else {{ number_format($resultat['total_ca'], 2, '.', ' ') }} € @endif | {{ number_format($resultat['marge'], 2, '.', ' ') }} € | @if ($resultat['marge_pct']>=$obj_marge) {{ number_format($resultat['marge_pct'], 2, '.', ' ') }} @else {{ number_format($resultat['marge_pct'], 2, '.', ' ') }} @endif | {{ $resultat['nb_di'] }} | {{ $resultat['nb_di_select'] }} | {{ $resultat['nb_di_concret'] }} | {{ number_format($taux_productivite, 2, '.', ' ') }} | {{ $resultat['pannier_moyen'] }} € |