---
suivi: 1135
date: 2026-07-31
sujet: Foncier — fil de suivi négociation, détails, renommage, documents
chantier: module-foncier
type: feature
statut: livre
hash: 1f8d0c7e
fichiers:
  - app/Support/Commentaires/FoncierEntiteCommentaireContext.php
  - app/Http/Controllers/Foncier/FoncierCommentaireController.php
  - app/Http/Controllers/Foncier/OffreFonciereController.php
  - app/Models/OffreFonciere.php
  - app/Services/AlerteService.php
  - database/migrations/2026_07_31_200000_add_details_to_offres_foncieres_table.php
  - resources/js/Pages/Foncier/Offres/Show.vue
  - resources/js/Pages/Foncier/Dossiers/Show.vue
  - resources/js/Components/Foncier/EntityDocumentsPanel.vue
  - public/build/
---

## Ambiguïté vocabulaire (à trancher)

D15 : le dossier EST la négociation. Renommer les offres en « Négociations » crée des négociations dans une négociation.
Alternative proposée : « Proposition » / « Proposition de prix ».

## DÉPLOIEMENT OVH

```bash
git pull origin main
php artisan migrate --force
php artisan optimize:clear
php artisan route:clear
php artisan journal:sync
php artisan view:clear
```
