https://github.com/wareflowx/wems-v2
Modern desktop application for managing warehouse employees, certifications, and workplace safety.
https://github.com/wareflowx/wems-v2
desktop-app electron employee-management react sqlite typescript
Last synced: about 2 months ago
JSON representation
Modern desktop application for managing warehouse employees, certifications, and workplace safety.
- Host: GitHub
- URL: https://github.com/wareflowx/wems-v2
- Owner: wareflowx
- License: mit
- Created: 2026-02-11T09:42:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-21T09:05:54.000Z (2 months ago)
- Last Synced: 2026-04-21T09:45:02.026Z (2 months ago)
- Topics: desktop-app, electron, employee-management, react, sqlite, typescript
- Language: TypeScript
- Homepage: https://wareflowx.vercel.app
- Size: 8.36 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WEMS
> 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
```bash
# Install dependencies
npm install
# Run in development
npm run dev
```
## Build
```bash
# 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](LICENSE) file for details.