@extends('layouts.base') @section('title') Comptabilité - {{ $agency->name }} @endsection @section('style') @endsection @section('content')
| Date Opération | Type | Montant | Statut Export | Actions | |||
|---|---|---|---|---|---|---|---|
| is_exported_to_comptability ? 'disabled' : '' }}> | {{ $operation->operation_date ? $operation->operation_date->format('d/m/Y H:i') : 'N/A' }} | @if($operation->type === 'entree') Entrée @else Sortie @endif | {{ number_format($operation->amount, 0, ',', ' ') }} F | @if($operation->is_exported_to_comptability) Exportée @else En attente @endif | @include('gestion_operation_caisse.partials.action_buttons', [ 'operation' => $operation, 'onlyView' => true ]) | ||
|
Aucune donnée disponible
Aucune opération trouvée pour les critères sélectionnés
|
|||||||