@extends('pages.stock.ingredient.layout') @section('body')
|
Ingredient | Quantité entrant | Quantité sortant | Quantité restant |
---|---|---|---|---|
|
{{ \App\Services\IngredientService::total_ingredient_quantity_in_supply($ingredient) }}
({{$ingredient->unit_measurement->id}})
|
{{ number_format(\App\Services\IngredientClearenceService::total_quantity_destocking($ingredient), 0, '', ' ') }}
({{$ingredient->unit_measurement->id}})
|
{{ number_format($ingredient->available_quantity, 0, '', ' ') }}
({{$ingredient->unit_measurement->id}})
|
|
Aucune information à afficher
|
|
Ingredient | Quantité sortant | Date de sorti | Motif de sorti |
---|---|---|---|---|
|
{{ $clearence->quantity }}
({{$clearence->ingredient->unit_measurement->id}})
|
|||
Aucune information à afficher
|