61 lines
1.9 KiB
Markdown
61 lines
1.9 KiB
Markdown
---
|
|
title: "Inbound — Vue d'ensemble"
|
|
tags: [inbound, index]
|
|
status: draft
|
|
last_updated: 2026-05-12
|
|
---
|
|
|
|
# Inbound — Vue d'ensemble
|
|
|
|
> **Périmètre** : réception fournisseur, retours, contrôle qualité à réception,
|
|
> messages ERP inbound.
|
|
|
|
> **Standard EasyWMS** : voir [Reception](../../concepts/reception.md),
|
|
> [Order Inbound](../../concepts/order-inbound.md)
|
|
|
|
## Pages de cette section
|
|
|
|
- [Gestion des camions](gestion-camions.md) — arrivée, quais, déclaration image de quai
|
|
- [Réception fournisseur](reception-fournisseur.md)
|
|
- [Réception retour](reception-retour.md)
|
|
- [Contrôle qualité réception](controle-qualite-reception.md)
|
|
- [Étiquette RFID](etiquette-rfid.md) — format A5, QR GS1, encodage ZPL
|
|
- [Flux ERP inbound](flux-erp-inbound.md)
|
|
|
|
## Vue synthétique du flux inbound Limagrain
|
|
|
|
```mermaid
|
|
flowchart TD
|
|
CAM[Camion arrive] --> PARK[Quai Parking]
|
|
PARK --> QUAI[Assignation quai + image]
|
|
QUAI --> DECH[Déchargement sur poumon]
|
|
DECH --> DECL{Déclaration type}
|
|
|
|
DECL -->|Production| PROD[AGV → Entrée quais PIE_01]
|
|
DECL -->|Extérieure/Retour| EXT[AGV → Poste de travail]
|
|
DECL -->|Palettes vides| VIDE[AGV → Entrée quais PIE_01]
|
|
|
|
PROD --> PIE1[PIE_01 contrôle]
|
|
VIDE --> PIE1
|
|
|
|
EXT --> PK[Traitement sur poste PK]
|
|
PK --> AGV2[AGV → Entrée postes PIE_02/03]
|
|
AGV2 --> PIE2[PIE_02/03 contrôle]
|
|
|
|
PIE1 -->|OK| ASRS[Stockage ASRS]
|
|
PIE1 -->|NOK| REJ1[Rejet / Reconditionnement]
|
|
PIE2 -->|OK| ASRS
|
|
PIE2 -->|NOK| REJ2[Rejet → Poste d'origine]
|
|
|
|
ASRS --> LOC[Message LOC → SAP]
|
|
PK --> REF[Clôture → REF + ROF → SAP]
|
|
```
|
|
|
|
## 3 types de réception
|
|
|
|
| Type | Message ERP | Passage poste | Entrée PIE |
|
|
|------|-------------|---------------|------------|
|
|
| Production | ASN | Non | PIE_01 (côté quais) |
|
|
| Extérieure / Intersite | ROR | Oui | PIE_02/03 (côté postes) |
|
|
| Retour client | ROR + API lot | Oui | PIE_02/03 (côté postes) |
|