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
+24 -24
View File
@@ -49,9 +49,9 @@ last_compiled: "2026-04-17"
A **count** (also called inventory or stock take) in EasyWMS is a formal process for verifying that the physical stock in the warehouse matches the quantities recorded in the system. When discrepancies are found, the system adjusts its records accordingly and notifies the ERP.
EasyWMS supports three fundamental counting approaches:
- **Guided counts** a count order is created (from the WMS interface or by ERP messaging), tasks are generated, and operators follow those tasks with their RFT.
- **Physical count** an unguided, operator-initiated blind count of a specific location directly from the RFT, without a prior order.
- **Cycle count** automated rolling inventory that divides counting across many days, integrating inventory into daily warehouse operations without shutting down the warehouse.
- **Guided counts** - a count order is created (from the WMS interface or by ERP messaging), tasks are generated, and operators follow those tasks with their RFT.
- **Physical count** - an unguided, operator-initiated blind count of a specific location directly from the RFT, without a prior order.
- **Cycle count** - automated rolling inventory that divides counting across many days, integrating inventory into daily warehouse operations without shutting down the warehouse.
Counts can be performed in manual warehouses (operators walk to locations) and automatic warehouses (containers are extracted to a picking conveyor / workstation).
@@ -73,8 +73,8 @@ A single count order can mix lines of different types.
| Method | Who initiates | Order required | Auto-adjusts |
|---|---|---|---|
| **Guided count from WMS interface** | Warehouse manager (PC) | Yes | No (ERP notified via STV per diff) |
| **Guided count from ERP (COR message)** | ERP | Yes | No (ERP notified via COF at close) |
| **Guided count - from WMS interface** | Warehouse manager (PC) | Yes | No (ERP notified via STV per diff) |
| **Guided count - from ERP (COR message)** | ERP | Yes | No (ERP notified via COF at close) |
| **Physical count (RF)** | Operator from RFT | No | Yes (immediate) |
| **Cycle count** | Scheduler job | Auto-generated | No (ERP notified via STV) |
| **Automatic warehouse count** | Manager assigns PK | Yes | No |
@@ -128,7 +128,7 @@ Closing can be **automatic** (`AUTOCLOSE_COUNT_ORDERS` parameter) or manual. Ord
---
## Guided Count Execution
## Guided Count - Execution
### Task Generation at Release
@@ -145,14 +145,14 @@ Locations configured as "does not allow inventory" in EasyS are skipped. Locks o
### Blind vs. Informed Mode
For **location count** lines, the **Is Informed** flag (FR : `Est renseigné`) determines the counting mode:
- **Blind count** operator enters quantities without seeing current system values (default). Operator must enter item, quantity, logistic attributes from scratch.
- **Informed count** system shows current recorded stock; operator adjusts as needed.
- **Blind count** - operator enters quantities without seeing current system values (default). Operator must enter item, quantity, logistic attributes from scratch.
- **Informed count** - system shows current recorded stock; operator adjusts as needed.
Item counts and container counts are always blind.
**Per-line setting.** `Est renseigné` is a **per-line** toggle, not a per-order toggle within the same count order, some lines (e.g. the picking aisles) can be `Informed` while others (e.g. the reserve) stay blind.
**Per-line setting.** `Est renseigné` is a **per-line** toggle, not a per-order toggle - within the same count order, some lines (e.g. the picking aisles) can be `Informed` while others (e.g. the reserve) stay blind.
> If the `Est renseigné` column is missing from the count-line grid : select a line and click **"Visibilité"**. If it is still hidden, the grid's visibility condition must be relaxed edit the `CountOrderLineVList` view and comment out (`/* … */`) the visibility condition, forcing it to `true`.
> If the `Est renseigné` column is missing from the count-line grid : select a line and click **"Visibilité"**. If it is still hidden, the grid's visibility condition must be relaxed - edit the `CountOrderLineVList` view and comment out (`/* … */`) the visibility condition, forcing it to `true`.
### Counting items with serial numbers
@@ -163,7 +163,7 @@ When an item is counted on an attribute unique per piece (a serial number) :
3. Click **"Terminé"** when every piece has a serial.
4. Enter the next item of the location, or click **"Fin"** if the location is done.
The WMS then reports that the original (no-serial) item line was not found click **"Introuvable"** : this removes the no-serial stock line and creates the new serialized stock lines in its place.
The WMS then reports that the original (no-serial) item line was not found - click **"Introuvable"** : this removes the no-serial stock line and creates the new serialized stock lines in its place.
### Count in Automatic Warehouse (Workstation)
@@ -186,12 +186,12 @@ For picking locations with labeled partitions assigned per item (dedicated picki
- Reassign partitions to items during the count
Parameters:
- `UNLOAD_CREATE_PRODUCT_LOCATION` when active, auto-creates PDL assignment for a newly counted item
- `ALLOW_DYNAMIC_UNASSIGNED_PARTITION` allows dynamically unassigning empty partitions during count
- `UNLOAD_CREATE_PRODUCT_LOCATION` - when active, auto-creates PDL assignment for a newly counted item
- `ALLOW_DYNAMIC_UNASSIGNED_PARTITION` - allows dynamically unassigning empty partitions during count
---
## Physical Count (RF No Order Required)
## Physical Count (RF - No Order Required)
The **Physical Count** is a fast, location-by-location blind count initiated directly from the RFT. No count order is needed.
@@ -250,9 +250,9 @@ Count orders generated by cycle count **cannot be re-released after cancellation
### Iteration States
- **On progress** active iteration running
- **Finished** iteration end date passed (transitions next day)
- **Canceled** manually terminated early
- **On progress** - active iteration running
- **Finished** - iteration end date passed (transitions next day)
- **Canceled** - manually terminated early
Schedules can be **enabled/disabled**. A schedule with an active iteration cannot be disabled.
@@ -332,15 +332,15 @@ For counts **not** created by the ERP (manual WMS counts, physical counts, cycle
| Count line shows conflict icon (no inventory allowed) | Location not flagged for inventory in EasyS | Fix location config in EasyS or delete the line |
| COF message not sent after close | Count originated from COR and has pending adjustments (double validation) | Validate or cancel all pending adjustments |
| Cycle count generates uneven task distribution | Volatile stock levels change mid-iteration (especially item schedules) | Expected behavior; adjust schedule parameters if needed |
| Cannot re-release a cycle count after cancel | By design cycle count orders are non-re-releasable | Create a new manual count for the affected locations |
| Cannot re-release a cycle count after cancel | By design - cycle count orders are non-re-releasable | Create a new manual count for the affected locations |
---
## Related
- [[stock-adjustment]] Count discrepancies trigger STK.ADJ adjustments; double validation applies to both
- [[stock]] Count validates and corrects stock records; see STV/STK.ADJ transactions
- [[location]] Location "allows inventory" flag governs whether counting tasks are generated
- [[container]] Container count type counts an LPN and all its stock
- [[product-item]] Item count type; count profile on item controls double validation
- [[task]] Count tasks (TSK.COU) follow the standard task lifecycle
- [[stock-adjustment]] - Count discrepancies trigger STK.ADJ adjustments; double validation applies to both
- [[stock]] - Count validates and corrects stock records; see STV/STK.ADJ transactions
- [[location]] - Location "allows inventory" flag governs whether counting tasks are generated
- [[container]] - Container count type counts an LPN and all its stock
- [[product-item]] - Item count type; count profile on item controls double validation
- [[task]] - Count tasks (TSK.COU) follow the standard task lifecycle