Lapasys is a comprehensive employee management system built with Laravel and Tailwind CSS. It provides features for managing employees, payroll, loans, and more.
-
User Management
- Employee profiles with biodata
- Role-based access control
- Employment history tracking
-
Payroll System
- Monthly salary processing
- Prorated salary calculation
- Manual salary override
- Salary history tracking
-
Loan Management
- Employee loan tracking
- Monthly loan deductions
- Loan installment management
- Manual loan amount override
-
Modern UI/UX
- Built with Tailwind CSS
- Responsive design
- Interactive modals
- Real-time calculations
- PHP >= 8.1
- Composer
- Node.js & NPM
- MySQL/MariaDB
- Laravel 10.x
- Clone the repository:
git clone https://github.com/yourusername/lapasys.git
cd lapasys
- Install PHP dependencies:
composer install
- Install NPM dependencies:
npm install
- Create environment file:
cp .env.example .env
- Generate application key:
php artisan key:generate
- Configure your database in
.env
:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lapasys
DB_USERNAME=your_username
DB_PASSWORD=your_password
- Run migrations:
php artisan migrate
- Build assets:
npm run build
- Start the development server:
php artisan serve
- Access the application at
http://localhost:8000
- Login with your credentials
- Navigate through the dashboard to access different features
The system supports three types of salary processing:
- Regular Salary: Full monthly salary
- Prorated Salary: Calculated based on working days
- Manual Salary: Custom amount override
- Create and track employee loans
- Set installment periods
- Automatic monthly deductions
- Manual loan amount adjustments
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details.
Hasyidan P - LinkedIn
Project Link: https://github.com/senzlord/Lapasys