lint(standard): corrections completes mode standard

- Em dashes: 1712 remplaces par tirets simples (86 fichiers + _index.md,
  en-tete section Limagrain conserve)
- Checklists: 24 '- [ ]' -> '- ☐' (3 pages operations, plus de todos Obsidian)
- Ancres: 33 reparees (slugs GitHub + ancres HTML <a id> reconnues),
  1 reciblee (manuel de reten)
- related: tenseflow -> tense-flow, pie -> mechanical-elements,
  group.md retire (doublon shipping)
- Registre: compteur global 122 -> 131 pages
- Rapport racine _lint_report.md mis a jour (scan v2 + re-scan final: 0 anomalie)
- Aucun fichier limagrain/ modifie (cloisonnement)
This commit is contained in:
2026-07-20 13:01:21 +02:00
parent 7496aafe64
commit 9ce6ae37be
88 changed files with 1769 additions and 1871 deletions
+10 -10
View File
@@ -24,8 +24,8 @@ last_compiled: "2026-04-10"
**Consolidation** in EasyWMS is the process of moving stock from multiple partially-full containers into a single destination container, eliminating peaks and optimizing space usage in the warehouse. It is designed to run during **periods of inactivity**, interfering minimally with active warehouse operations.
Two types of consolidation exist:
1. **Stock consolidation (warehouse)** covered here. Compacts incomplete containers in storage to reduce the number of occupied locations.
2. **Shipping consolidation** reorganizes prepared stock for outbound orders (see [shipping](../concepts/shipping.md)). Not covered here.
1. **Stock consolidation (warehouse)** - covered here. Compacts incomplete containers in storage to reduce the number of occupied locations.
2. **Shipping consolidation** - reorganizes prepared stock for outbound orders (see [shipping](../concepts/shipping.md)). Not covered here.
Stock consolidation applies to both **manual** and **automatic** warehouses.
@@ -137,9 +137,9 @@ Containers arrive sequenced at the PK:
| Capacity exceeded at destination | Line adjusted; source remains non-empty |
**Transactions:**
- `CON.MOVE` container location changes (warehouse → PK → warehouse)
- `STK.MOVE` stock moved from source to destination container
- `CON.SEND.L&F` if empty source container is sent to Lost & Found
- `CON.MOVE` - container location changes (warehouse → PK → warehouse)
- `STK.MOVE` - stock moved from source to destination container
- `CON.SEND.L&F` - if empty source container is sent to Lost & Found
### Consolidation at Picking Conveyor with Manual Preparation Zones (MP)
@@ -192,8 +192,8 @@ For consolidation to work correctly:
## Related
- [[container]] Consolidation moves stock between containers; source containers are emptied, destination receives all stock
- [[location]] Consolidation frees up locations by eliminating partial containers
- [[stock]] STK.MOVE transactions update stock records during consolidation
- [[task]] Consolidation generates source/destination task pairs; priority set by process priority
- [[shipping]] Shipping consolidation (distinct concept) reorganizes prepared stock for outbound orders
- [[container]] - Consolidation moves stock between containers; source containers are emptied, destination receives all stock
- [[location]] - Consolidation frees up locations by eliminating partial containers
- [[stock]] - STK.MOVE transactions update stock records during consolidation
- [[task]] - Consolidation generates source/destination task pairs; priority set by process priority
- [[shipping]] - Shipping consolidation (distinct concept) reorganizes prepared stock for outbound orders