Date |
Caisse |
Réf journal |
ID Caissier |
Caissier(ère) |
Statut |
Enc. début |
Entrée |
Sortie |
Enc. fin |
|
@if(count($journaux)>0)
@foreach ($journaux as $journal)
{{(new DateTime($journal->date_oper))->format(config('myahs.date_format'))}} |
{{$journal->caisse_id}} |
{{$journal->id_journal}} |
{{$journal->id_employe}} |
{{$journal->nom_employe}} {{$journal->prenom_employe}} |
{{$journal->cloture}} |
{{App\Lib\Format::number($journal->solde_before)}} |
{{App\Lib\Format::number($journal->debit)}} |
{{App\Lib\Format::number($journal->credit)}} |
{{App\Lib\Format::number($journal->solde_before + $journal->debit - $journal->credit)}} |
|
@endforeach
@else
Aucun compte n'a été sélectionné |
@endif
@if(!empty($journaux))
@endif