Modern desktop application for managing warehouse employees, certifications, and workplace safety.
- 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
- Electron 40
- React 19
- TypeScript
- Tailwind CSS
- SQLite with Drizzle ORM
- TanStack Router
# Install dependencies
npm install
# Run in development
npm run dev# Build for production
npm run build
# Package for Windows
npm run packageThe packaged application will be in the release/ folder. The database is stored in the data/ folder next to the executable.
Contributions are welcome! Please feel free to submit a Pull Request.
- WareflowX
MIT License - see the LICENSE file for details.