@extends('layouts.admin') @section('content') Retour à la liste
Fournisseur
Adresse
Téléphone
Réf. Commande
Date Commande
Date Réception
Date Validation Commande
Date Commande Approuvée
Montant
Statut
@if($commande->fk_statut == 0) Brouillon @elseif($commande->fk_statut == 1) Validé @elseif($commande->fk_statut == 2) Approuvé @elseif($commande->fk_statut == 3) Commandé @elseif($commande->fk_statut == 4) Commandé - En cours @elseif($commande->fk_statut == 5) Produit Reçu @endifProduit | Description | Client | Prix | Quantité | Montant | Type de Commande | @if($commande->fk_statut == 0 || $commande->fk_statut == NULL)Action | @endif
---|---|---|---|---|---|---|---|
{{ $c->product->label ?? '' }} | {{ $c->description }} | {{ $c->fk_societe ?? ' ' }} | {{ number_format($c->subprice, 0 ,'', ' ') }} | {{ $c->qty }} | {{ number_format($c->total_ttc, 0, '', ' ') }} | @if($c->type_commande == 1) EMC @elseif($c->type_commande == 2) EMC-LIBRE @elseif($c->type_commande == 3) Personel @elseif($c->type_commande == 4) Offre @elseif($c->type_commande == 5) Autres @endif | @if($commande->fk_statut == 0 || $commande->fk_statut == NULL)@endif |
Date | Objet | Opération | Utilisateur | Description |
---|---|---|---|---|
{{ $a->date }} | {{ $a->objet }} | {{ $a->operation }} | {{ App\User::find($a->user_id)->name }} | {{ $a->description }} |