@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('bindLabelCode', "spécifique du terrain") @section('labelledChart', $addInfo->chart." ".$addInfo->chart_label) @section('ministry', ucwords($addInfo->ministry)) @section('direction', ucwords($addInfo->direction)) @section('creator', "test") @section('content')
Site {{$addInfo->site}} Province {{ucfirst($addInfo->provincy)}} Département {{$addInfo->departement}} Ville/Commune {{ucfirst($addInfo->city)}} Arrondissement {{$addInfo->arrondissement}}
Coordonnées GPS {{"gps"}} Quartier/Village {{$addInfo->quater}}
Situation juridique
1- N° titre foncier : {{$addInfo->tf}} 2- Parcelle N° : {{$addInfo->parcelle}} 3- Section N° : {{$addInfo->section}} 4- Surface/Superficie(m²) : {{$addInfo->area." m²"}} 5- DUP {{"dup"}}
6- RI {{"ri"}} 7- RF {{"rf"}} 8- RG {{"rg"}} 9- ZAC {{"zac"}}
Nature du terrain(agricole, forrestier, minier, etc...) {{$addInfo->type_land}}
Nombre de batiments sur le terrain ou la parcelle {{$addInfo->piece}}
Superficie du terrain {{$addInfo->area}}
Etat du terrain( très bon, bon, acceptable, dégradé, etc...) {{$addInfo->state}}
Autres caractéristiques
Aspect juridique : Terrain appartenant à l'état Terrain appartenant à autrui Autres cas
@for($i = 1; $i <= $data['ElapsedYearOndepreciation'];$i++) @php $sumBrut += $data['annualRate'];@endphp {{-- --}} @endfor @if($data['ElapsedYearOndepreciation'] == $addInfo->durer_amort) {{-- --}} @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
Date Nature de l'opération No de prise en
charge à l'inventaire
Hors bilan d'ouverture:
nom de propriétaire
exproprié ou donateur
No cadastre Date de mise
en service
Bénéficiare Montant
Ministère
ou Institution
Direction Service occupant Brut Dépréciation Net(fin d'exercice)
1. Entrée : modalités d'entrée (bilan d'ouverture, acquisition à titre onéreux, don, bien mis à disposition, grosse réparation)
{{date('d/m/y', strtotime($addInfo->periodicity))}} {{ $addInfo->cat_op }} {{$addInfo->code}} Agent 007 {{$addInfo->ref_input}} {{$addInfo->due_date}} {{ucwords($addInfo->ministry)}} {{ucwords($addInfo->direction)}} {{ucwords($addInfo->service)}} {{number_format($brut, 0, ',', ' ')}} {{number_format($brut, 0, ',', ' ')}} {{number_format($brut*0, 0, ',', ' ')}}
2. Inventaire annuel
{{"31/12/".(int)$year + $i}} Dotation aux amortissements ({{number_format($addInfo->unit_price, 0, ',', ' ')}} x {{$addInfo->rate_amort}}) {{number_format($brut, 0, ',', ' ')}}{{number_format($data['annualRate'], 0, ',', ' ')}} {{number_format($brut - $sumBrut, 0, ',', ' ')}}
{{"31/12/".(int)$year + $i++}} Dotation aux amortissements ( {{number_format($addInfo->unit_price, 0, ',', ' ')." x ".$addInfo->rate_amort." x ".$data['LastMonth']."/12"}} ) {{number_format($data['annual_rate'], 0, ',', ' ')}}{{number_format($brut - $sumBrut, 0, ',', ' ')}} {{number_format(($brut - $sumBrut)*0, 0, ',', ' ')}}
3. Sortie définitive (cession, perte ou destruction)
Bénéficiare si cession :
Prix de cession :
Constatation de la sortie définitive : en moins le montant cumulé brut (a), le montant cumulé des ammortissments (b)
4. Autres informations
  • Dépréciation exceptionnelle, object d'une provision pour dépréciation(dossier annexe)
  • Bien concédé par l'Etat ou l'entité publique(dossier en annexe)
  • Autres :
  • Nom ou code des agents récenseurs
NB
  • RI = Réquisition d'Immatriculation
  • RF = Réservation Foncière
  • DUP = Déclaration d'Utilité Publique
  • ZAC = Zone d'Aménagement Concerté
@endsection