Skip to content

drmcoder/scan-erp-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scan-erp-packages

Powered by Scan ERP License: MIT

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.

Packages

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

Layout

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/

Publishing

npm

cd npm-packages/<package-name>
npm version patch --no-git-tag-version
npm publish

Requires npm login first.

PyPI

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.

Try the full ERP

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.

License

MIT — see individual LICENSE files in each package directory.

Related

About

Scan ERP open-source garment toolkit — 8 production-tested npm + PyPI packages for piece-rate, SMV, AQL, DHU, line efficiency, fabric consumption, CMT cost, and bundle IDs. MIT licensed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors