A desktop application for managing employee attendance, and payroll built using Tauri and React. The application provides a comprehensive solution for attendance tracking, and salary calculation, designed for a single user.
- Add, update, and delete employee records.
- Categorize employees by departments and roles.
- Support for hourly waged and salaried employees.
- Mark daily attendance for employees.
- Track overtime hours worked.
- Maintain a record of advances and tax deductions.
- Real-time salary calculation based on:
- Attendance
- Overtime
- Advances
- Taxes
- Allowances
- Department-specific salary rates and increment policies.
- Monthly, department-based, and individual employee salary reports.
- Filter records by date, department, or employee.
- Search employees by first name or last name.
- Timeframe filtering for reports (monthly or custom date range).
- Frontend: React, Ant Design (Antd)
- Backend: Tauri (Rust) for desktop app functionality
- Database: SQLite for data storage
- Utilities: Day.js for date handling
- Node.js (v14 or higher)
- Rust (for Tauri)
- Yarn or npm
- SQLite installed locally
-
Clone the repository:
git clone <repository_url> cd <repository_name>
-
Install dependencies:
yarn install or npm install
-
Run the development server:
yarn tauri dev or npm run tauri dev
-
Build the application:
yarn tauri build or npm run tauri build
-
Launch the application.
-
Navigate between the following modules:
- Dashboard: Overview of key metrics.
- Employees: Manage employee records.
- Attendance: Mark and update attendance records.
- Payroll: Generate salary reports and manage payments.
-
Use filters and search options to narrow down data views:
- Filter by department, date range, or individual employees.
- Search employees by name.