Skip to content

CodeKhushal/FusionSync

 
 

Repository files navigation

FusionSync

FusionSync is a comprehensive system designed to streamline HR and Payroll processes within your organization. It provides a unified solution to gather employee data, simplify attendance recording, generate salary slips, and manage tax deductions effectively.

Table of Contents

Features

1. Employee Data Management

FusionSync centralizes all your employee data in one secure location. Easily access and update employee records, including personal information, contact details, and employment history.

2. Automated Attendance Recording

Say goodbye to manual attendance tracking. FusionSync automates the attendance recording process, reducing errors and saving valuable time. Employees can check in and out using various methods, such as biometrics, RFID cards, or mobile apps.

3. Salary Slip Generation

Generate professional and accurate salary slips effortlessly. FusionSync calculates salaries based on attendance data, deductions, and bonuses, ensuring that employees receive their payments on time and with transparency.

4. Tax Deduction Management

Solve the intricate puzzle of tax deductions with FusionSync's intuitive tax management system. It helps you calculate and withhold the correct amount of taxes for each employee, ensuring compliance with tax regulations.

Installation

To get started with FusionSync, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/ShubahamkumarAnand/FusionSync.git
  2. Install Dependencies:

    cd FusionSync
    npm install
  3. Configure the Application: Create a .env file in the root directory and set the required environment variables, including database credentials, API keys, and other configurations from supabase-js.

  4. Database Setup: Create the necessary database tables by running the provided SQL scripts.

  5. Start the Application:

    npm start
  6. Access FusionSync: Open your web browser and navigate to http://localhost:3000 to access the FusionSync web interface.

Usage

FusionSync's user-friendly interface makes it easy for HR professionals and administrators to manage employee data, track attendance, generate salary slips, and handle tax deductions. Detailed documentation can be found in the Wiki.

Contributing

We welcome contributions from the open-source community. If you'd like to contribute to FusionSync, please follow our Contribution Guidelines.

License

FusionSync is licensed under the MIT License.


For any questions or support, please contact our team at [email protected]. We hope FusionSync simplifies and enhances your HR and Payroll management experience!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%