Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.61 KB

File metadata and controls

67 lines (45 loc) · 2.61 KB

Jane Doe Banner

Employee Salary Calculation Program

This repository aims to provide a comprehensive starting point for understanding and implementing an employee salary calculation system. This program is implemented in Python and is suitable as an introduction to employee data management and salary calculation, which is appropriate for beginner and intermediate programmers. In this repository, you will find examples of how to record employee data, calculate salaries based on working hours, allowances, and deductions, and generate salary reports.



Purpose of This Repository

This repository aims to provide a complete guide to understanding and implementing an employee salary calculation system. This program is implemented in Python and is designed to help companies accurately and efficiently calculate employee salaries. In this repository, you will find examples of how to record employee data, calculate salaries based on working hours, allowances, and deductions, and generate monthly salary reports. This program is very suitable for beginner and intermediate programmers who want to learn practical applications in human resource management.



Features

  • Record employee data
  • Calculate salaries based on working hours
  • Calculate allowances and deductions
  • Generate monthly salary reports


Technologies Used

  • Python
  • Pandas (for data management)
  • Matplotlib (for data visualization)


Steps to Run

  1. Clone this repository:
    git clone https://github.com/guanshiyin28/Program-Perhitungan-Gaji-Karyawan.git
  2. Navigate to the project directory:
    cd Program-Perhitungan-Gaji-Karyawan
  3. Run the program:
    python program_v2.py
    python program.py


License

This project is licensed under the MIT License - see the LICENSE file for details.