Open-source package source for the Scan ERP utility libraries published to npm and PyPI. Drop-in formulas and helpers for CMT garment factory operations — SMV calculations, piece-rate payments, bundle ID generation.
Built by the team behind Scan ERP — the QR-based ERP for garment manufacturing that runs on 100+ machine factories in South Asia, with 1.4M+ pieces tracked.
| Name | npm | PyPI | Purpose |
|---|---|---|---|
garment-smv-calculator |
link | link | SMV (Standard Minute Value) computation for sewing operations |
garment-piece-rate |
link | link | Piece-rate wage calculator with skill multipliers, machine rates, bonuses |
garment-bundle-id |
link | link | Standard bundle ID generator + parser for QR-based production tracking |
scan-erp-packages/
├── npm-packages/
│ ├── garment-smv-calculator/
│ ├── garment-piece-rate/
│ └── garment-bundle-id/
└── pypi-packages/
├── garment-smv-calculator/
├── garment-piece-rate/
└── garment-bundle-id/
cd npm-packages/<package-name>
npm version patch --no-git-tag-version
npm publishRequires npm login first.
cd pypi-packages/<package-name>
# Bump version in pyproject.toml manually
python3 -m build
python3 -m twine upload dist/*Requires PyPI API token in ~/.pypirc.
These calculators are free. The full system that uses them daily — QR bundle tracking, piece-rate payments, live WIP dashboards, hardware integration — is at scanerp.pro.
- Live demo · 1.4M+ pieces tracked
- Blog: 70+ practitioner guides
- Free 30-day trial
- WhatsApp: +977-9863618347
MIT — see individual LICENSE files in each package directory.
- Scan ERP — the full garment factory ERP these utilities support
- cmt-factory-toolkit — earlier combined toolkit