What problem does it solve?
This Skill encapsulates a reusable NestJS warehouse management module that unifies location, material, stock, and order handling, enabling teams to build scalable WMS backends without duplicating boilerplate.
Core Features & Use Cases
- Modular core: Provides LocationService, MaterialService, StockService, OrderService, and WarehouseMapService to manage warehouse entities and operations.
- Extensible entities: Base TypeORM entities (LocationEntity, MaterialEntity, StockEntity, BatchEntity, OrderEntity, WarehouseMapEntity) can be extended to fit domain needs.
- Use Case: Rapidly spin up a warehouse backend for e-commerce or logistics apps with consistent data models and transactional integrity.
Quick Start
Install @rytass/wms-base-nestjs-module in a NestJS project and configure WMSBaseModule with your entities to enable stock management features.