10 lines
370 B
Markdown
10 lines
370 B
Markdown
# Helpers
|
|
|
|
Measurement aggregation utilities.
|
|
|
|
## Key Files
|
|
|
|
- **`MeasuringValuesHelper.cs`** — Static helper for rolling up pallet-level measurements to shipping item level.
|
|
- `SetShippingItemTotalMeasuringValues()` — Sums quantities and weights from all pallets.
|
|
- `GetTotalNetAndGrossWeightFromPallets()` — Returns (Quantity, NetWeight, GrossWeight) tuple.
|