Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 2.43 KB

File metadata and controls

78 lines (48 loc) · 2.43 KB
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

Open Source Tools

← Back to home

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.

NPM Packages

garment-smv-calculator

SMV (Standard Minute Value) calculator with Westinghouse rating support.

npm install garment-smv-calculator

garment-piece-rate

Piece-rate wage calculator with skill multipliers, machine bonuses, quality penalties.

npm install garment-piece-rate

garment-bundle-id

Standard bundle ID generator and parser for QR-based production tracking.

npm install garment-bundle-id

GitHub Repositories

awesome-garment-erp

Curated list of garment ERP software, production tracking systems, and apparel manufacturing resources.

cmt-factory-toolkit

Source code for the SMV/piece-rate/bundle-ID utilities — also published as separate NPM packages above.

scan-erp-docs

This documentation site.

Why Open Source?

The CMT garment industry is underserved by software. Most factory developers reinvent these calculations from scratch. Publishing them as MIT-licensed packages means:

  1. Less reinvention — junior developers at factories can npm install instead of writing from scratch
  2. Standardization — bundle ID format becomes industry standard
  3. Trust — buyers can audit our calculation logic
  4. SEO — packages appear in NPM search for "garment", "smv", etc.

← Back to home