@php $addInfo = json_decode($data['additional_info']); $year = date('y', strtotime($addInfo->periodicity)); $sumBrut = $data['FirstYearElapsedDepreciation']; $brut = $addInfo->unit_price;// - $data['FirstYearElapsedDepreciation']; $i = 1; @endphp @extends('templates.base.base_support') @section('labelledChart', $addInfo->chart." ".$addInfo->chart_label) @section('ministry', ucwords($addInfo->ministry)) @section('direction', ucwords($addInfo->direction)) @section('content')
| Désignation du stock | {{$addInfo->label}} | 1. Provision au 01/01/{{$year}} | value provision |
| Stock de précaution | {{$addInfo->precaution}} | 2. Dépréciation à la fin d'exercice | value |
| Stock maximal | {{$addInfo->maximal}} | 2-1 = Dotations nouvelles(en+) ou Réprise sur provision(en-) | value |
| Code spécifique | {{$addInfo->special_code}} | 1 - (2 - 1) = Situation des provisions en fin d'exercice : | |
| Spécifité du produit | {{$addInfo->special_product}} |
| No d'ordre | Date | Origine des entrées ou Destination des sorties |
Fournisseur | Entrée | Sortie | Stock | Date de péremption | ||||||
| Quantitité | Prix Unitaire TTC | Montant Total | Quantitité | Prix Unitaire TTC | Montant Total | Quantitité | Prix Unitaire TTC | Montant Total | |||||
| Situation au 1er janvier : | |||||||||||||
| {{$addInfo->num_save}} | {{date('d/m/y', strtotime($addInfo->periodicity))}} | {{$addInfo->fournisseur}} | {{$addInfo->quantity}} | {{number_format($brut, 0, ',', ' ')}} | {{number_format($brut*$addInfo->quantity, 0, ',', ' ')}} | {{$addInfo->quantity}} | {{number_format($brut, 0, ',', ' ')}} | {{number_format($brut*$addInfo->quantity, 0, ',', ' ')}} | {{$addInfo->quantity}} | {{number_format($brut, 0, ',', ' ')}} | {{number_format($brut*$addInfo->quantity, 0, ',', ' ')}} | {{date('d/m/y', strtotime($addInfo->expiry_date))}} | |