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:
@@ -31,7 +31,7 @@ A prepackaging strategy has the following fields:
|
||||
|---|---|---|
|
||||
| **Code** | free text | Strategy name |
|
||||
| **Type de commande** | Fusion / Ordre de départ sans envoi / Vague | Which outbound grouping this strategy applies to |
|
||||
| **Processus** | Emballage / Préparation | When it is applied — at packing station or during picking |
|
||||
| **Processus** | Emballage / Préparation | When it is applied - at packing station or during picking |
|
||||
| **Type de précolisage** | Calculé par EasyWMS / Calculé par l'opérateur / Calculé par l'ERP | Who computes the container split |
|
||||
| **Mode de travail** | Strict / Pas strict | Strict = operator cannot deviate from the plan ; non-strict = operator can override |
|
||||
| **Logique de pré emballage** | Nombre minimum de colis / Volume minimum | "Fewest parcels" picks the largest container possible ; "Minimum volume" picks the smallest container possible |
|
||||
@@ -46,7 +46,7 @@ For `Calculé par EasyWMS` to work:
|
||||
|
||||
1. **Container types** must be configured in EasyS and associated to equipments.
|
||||
2. **Item dimensions and weight** must be populated (in conversions).
|
||||
3. **Mixing restrictions** between items must be defined — by item, by family, or by type.
|
||||
3. **Mixing restrictions** between items must be defined - by item, by family, or by type.
|
||||
|
||||
## Calculation by ERP (SOR02)
|
||||
|
||||
@@ -75,11 +75,11 @@ When `Calculé par l'ERP`, the outbound order message carries a `<PrepackagingCo
|
||||
```
|
||||
|
||||
Keys in this block:
|
||||
- `PrepackagingProcess` — `Picking` or `Packing`
|
||||
- `PrepackagingWorkingMode` — `Strict` / `NotStrict`
|
||||
- `PrepOrderContainer` — client container SSCC that must be used
|
||||
- `PrepContainerType` — container-type code (must exist in EasyWMS)
|
||||
- `PrepackagingLines.PrepackagingLine` — quantity per outbound line that belongs in this container
|
||||
- `PrepackagingProcess` - `Picking` or `Packing`
|
||||
- `PrepackagingWorkingMode` - `Strict` / `NotStrict`
|
||||
- `PrepOrderContainer` - client container SSCC that must be used
|
||||
- `PrepContainerType` - container-type code (must exist in EasyWMS)
|
||||
- `PrepackagingLines.PrepackagingLine` - quantity per outbound line that belongs in this container
|
||||
|
||||
## Tested Behavior (Mecalux France, 2022)
|
||||
|
||||
@@ -90,7 +90,7 @@ Confirmed working vs. known-broken combinations:
|
||||
| Ordre de départ / Strict / Nombre minimum / poids normal | 1 carton L |
|
||||
| Ordre de départ / Strict / Nombre minimum / poids > seuil | Carton L (poids reste < 20 kg) |
|
||||
| Ordre de départ / Strict / Nombre minimum / famille non mélangeable | Articles répartis dans colis différents ✅ |
|
||||
| Ordre de départ / Strict / Nombre minimum / **type** non mélangeable | ❌ **non fonctionnel** — articles mélangés malgré la restriction |
|
||||
| Ordre de départ / Strict / Nombre minimum / **type** non mélangeable | ❌ **non fonctionnel** - articles mélangés malgré la restriction |
|
||||
| Ordre de départ / Strict / Volume minimum | 3 conteneurs différents |
|
||||
| Vague / Strict / Volume minimum | Calcul réalisé par commande |
|
||||
| **Calcul par l'opérateur** | ❌ **non fonctionnel** |
|
||||
@@ -101,7 +101,7 @@ Confirmed working vs. known-broken combinations:
|
||||
|
||||
**The strategy has no effect even though it is saved** : it was not activated. Re-open the strategy and toggle activation.
|
||||
|
||||
**`Calcul par EasyWMS` produces no containers** : item dimensions/weight missing, or no container type is associated to the equipment — both are prerequisites.
|
||||
**`Calcul par EasyWMS` produces no containers** : item dimensions/weight missing, or no container type is associated to the equipment - both are prerequisites.
|
||||
|
||||
**`Type de commande = Ordre de départ sans envoi`** : applies to the simple single-order case ; for waves or fusions, pick the corresponding `Type de commande`, otherwise the strategy is ignored for those grouping types.
|
||||
|
||||
@@ -109,7 +109,7 @@ Confirmed working vs. known-broken combinations:
|
||||
|
||||
## Related
|
||||
|
||||
- [Shipping](shipping.md) — the surrounding outbound process ; prepackaging is one step of it
|
||||
- [Outbound Order](order-outbound.md) — SOR02 carries `PrepackagingConfiguration` ; SOF carries the actually used containers
|
||||
- [Container (LPN)](container.md) — container types and SSCCs referenced by prepackaging
|
||||
- [ERP Interface](erp-interface.md) — full field tables for SOR02
|
||||
- [Shipping](shipping.md) - the surrounding outbound process ; prepackaging is one step of it
|
||||
- [Outbound Order](order-outbound.md) - SOR02 carries `PrepackagingConfiguration` ; SOF carries the actually used containers
|
||||
- [Container (LPN)](container.md) - container types and SSCCs referenced by prepackaging
|
||||
- [ERP Interface](erp-interface.md) - full field tables for SOR02
|
||||
|
||||
Reference in New Issue
Block a user