Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.81 KB

File metadata and controls

68 lines (49 loc) · 1.81 KB

WEMS

Website Release License

Modern desktop application for managing warehouse employees, certifications, and workplace safety.

Features

  • Employee Management - Track employees with positions and work locations
  • Contract Tracking - Manage employment contracts and their statuses
  • Document Management - Store and organize employee documents
  • Medical Visits - Schedule and track medical examinations
  • CACES Certification - Manage forklift and heavy equipment certifications
  • Alerts System - Get notified about expiring certifications and upcoming visits
  • Dark/Light Theme - Automatic theme based on system preferences

Tech Stack

  • Electron 40
  • React 19
  • TypeScript
  • Tailwind CSS
  • SQLite with Drizzle ORM
  • TanStack Router

Installation

# Install dependencies
npm install

# Run in development
npm run dev

Build

# Build for production
npm run build

# Package for Windows
npm run package

The packaged application will be in the release/ folder. The database is stored in the data/ folder next to the executable.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Author

  • WareflowX

License

MIT License - see the LICENSE file for details.