Units of Measure
Configuring units of measure and conversions
2 min read
Units of Measure
Units of measure (UoM) define how products are counted, stored, and sold. SmartWMS supports flexible unit configurations.
Standard Units
SmartWMS includes common units:
| Unit | Code | Type |
|---|
| Piece | pcs | Count |
|---|---|---|
| Kilogram | kg | Weight |
| Gram | g | Weight |
| Liter | L | Volume |
| Meter | m | Length |
| Box | box | Container |
| Pallet | plt | Container |
| Case | cs | Container |
Creating Custom Units
- Go to Configuration → Units
- Click + New Unit
- Enter:
Unit Conversions
Define how units convert to each other:
Example: Product sold in cases, stored in pieces- Open product
- Go to Units tab
- Add conversion:
Multi-Unit Products
Products can have multiple units:
Beer
├── Base: Bottle (pcs)
├── Pack: 6-pack (1 = 6 bottles)
├── Case: 24-pack (1 = 24 bottles)
└── Pallet: (1 = 48 cases = 1,152 bottles)
Unit in Operations
Receiving:- Receive in supplier's unit (case)
- System converts to base unit (pcs)
- Pick in customer's order unit
- Can pick full cases or pieces
- Stock always tracked in base unit
- Displayed in preferred unit
Catch Weight
For products sold by weight:
- Enable catch weight on product
- Enter nominal weight per unit
- During receiving, enter actual weight
- System tracks both quantity and weight
- Nominal: 5 kg per wheel
- Received: 4.8 kg actual
- Track both wheel count and total kg
Setting Default Units
Configure defaults in Configuration → Settings:
| Setting | Description |
|---|
| Default Weight Unit | kg or lb |
|---|---|
| Default Volume Unit | L or gal |
| Default Length Unit | cm or in |
| Display Decimals | 0, 2, or 4 places |
Reports by Unit
Run reports in different units:
- Open report
- Select display unit
- System converts all values
- Export in chosen unit