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
+18 -18
View File
@@ -25,7 +25,7 @@ last_compiled: "2026-04-10"
## Overview
This page provides the complete entity relationship model of Easy WMS, synthesized from all documented behavior across Batches 15. It shows the core entities, their key attributes, and how they relate to one another forming the mental model needed to interpret WMS data.
This page provides the complete entity relationship model of Easy WMS, synthesized from all documented behavior across Batches 15. It shows the core entities, their key attributes, and how they relate to one another - forming the mental model needed to interpret WMS data.
## Core Entity Hierarchy
@@ -436,16 +436,16 @@ Each entity has ERP messages that create, update, or receive data:
| Entity | ERP In (ERP→WMS) | ERP Out (WMS→ERP) |
|--------|-----------------|------------------|
| Item | ITM | |
| Owner | OWN | |
| Supplier | SUP | |
| Account | ACC | |
| Carrier | CAR | |
| Item | ITM | - |
| Owner | OWN | - |
| Supplier | SUP | - |
| Account | ACC | - |
| Carrier | CAR | - |
| Kit | KIT | KST (assemble), UNK (disassemble) |
| ItemClassification | ITC | |
| ItemClassification | ITC | - |
| ReceiptOrder | ROR | ROC (status), ROF (close) |
| Container (ASN) | ASN | ASO (received), ASK (rejected) |
| Receipt | | REF (closed) |
| Receipt | - | REF (closed) |
| ShippingOrder | SOR, RUT, WOR | SOC (status), SOF (close), LOF (load close), WOF (work order close) |
| Count | COR | COF (finalized) |
| Stock | STR (lock), SCR (contrast) | STV (variation), STC (status change), WSC (contrast response) |
@@ -454,13 +454,13 @@ Each entity has ERP messages that create, update, or receive data:
## Related
- [Application Dictionary](application-dictionary.md) AD element types: Commands, Queries, Entities
- [Container](../concepts/container.md) Container entity deep-dive
- [Location](../concepts/location.md) Location entity deep-dive
- [Stock](../concepts/stock.md) Stock entity deep-dive
- [Product / Item](../concepts/product-item.md) Item entity deep-dive
- [Task](../concepts/task.md) Task entity lifecycle
- [Inbound Order](../concepts/order-inbound.md) Receipt order entity
- [Outbound Order](../concepts/order-outbound.md) Shipping order entity
- [Transactions](../concepts/transactions.md) Full transaction audit trail
- [ERP Interface](../concepts/erp-interface.md) ERP message catalog
- [Application Dictionary](application-dictionary.md) - AD element types: Commands, Queries, Entities
- [Container](../concepts/container.md) - Container entity deep-dive
- [Location](../concepts/location.md) - Location entity deep-dive
- [Stock](../concepts/stock.md) - Stock entity deep-dive
- [Product / Item](../concepts/product-item.md) - Item entity deep-dive
- [Task](../concepts/task.md) - Task entity lifecycle
- [Inbound Order](../concepts/order-inbound.md) - Receipt order entity
- [Outbound Order](../concepts/order-outbound.md) - Shipping order entity
- [Transactions](../concepts/transactions.md) - Full transaction audit trail
- [ERP Interface](../concepts/erp-interface.md) - ERP message catalog