An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

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

```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.