| layout | default |
|---|---|
| title | Open Source Tools by Scan ERP |
| description | Free open-source tools and NPM packages for garment factory operations. SMV calculator, piece-rate, bundle ID utilities. |
| permalink | /open-source.html |
We've open-sourced parts of Scan ERP that we think the broader garment industry can benefit from. All MIT-licensed, free for commercial use.
SMV (Standard Minute Value) calculator with Westinghouse rating support.
npm install garment-smv-calculatorPiece-rate wage calculator with skill multipliers, machine bonuses, quality penalties.
npm install garment-piece-rateStandard bundle ID generator and parser for QR-based production tracking.
npm install garment-bundle-idCurated list of garment ERP software, production tracking systems, and apparel manufacturing resources.
Source code for the SMV/piece-rate/bundle-ID utilities — also published as separate NPM packages above.
This documentation site.
The CMT garment industry is underserved by software. Most factory developers reinvent these calculations from scratch. Publishing them as MIT-licensed packages means:
- Less reinvention — junior developers at factories can
npm installinstead of writing from scratch - Standardization — bundle ID format becomes industry standard
- Trust — buyers can audit our calculation logic
- SEO — packages appear in NPM search for "garment", "smv", etc.