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

https://github.com/fraineralex/salary_changes_report

💸 Odoo module that allows you to export a report of salary changes.
https://github.com/fraineralex/salary_changes_report

odoo payroll reporting

Last synced: 9 months ago
JSON representation

💸 Odoo module that allows you to export a report of salary changes.

Awesome Lists containing this project

README

          


Salary Changes Report


Odoo module that allows you to export a report of salary changes for employees to Excel.




Badge showing the total of project forks


Badge showing the total of project stars


Badge showing average commit frequency per month


Badge showing when the last commit was made


Badge showing the total of project issues


Badge showing the total of project pull-requests


About   |  
Technologies   |  
Key Features   |  
Requirements   |  
Starting   |  
Contributions

## :dart: About ##

Salary Changes Report is an Odoo module that efficiently exports organized Excel reports of employee salary changes. This module seamlessly accesses and filters salary changes recorded in the `hr.contract` model via the `mail.tracking.value` model, streamlining resource management and ensuring compliance.

Screenshot of the modal wizard

## :hammer_and_wrench: Main Technologies ##


Python Logo
   


Odoo Logo
   


xlwt Logo
   


hr.payroll Logo
   

###

See more

###

* Python
- odoo
- xlwt
- xml
- base64
- io

## :rocket: Key Feautures

- **Efficient Reporting**: Easily generate organized Excel reports showcasing employee salary changes.
- **Integration**: Seamlessly accesses and filters salary changes recorded in the `hr.contract` model via the `mail.tracking.value` model.
- **Detailed Information**: Provides comprehensive details including contract name, employee name, identification number, current salary, previous salary, and effective date of the change.
- **User-Friendly**: Simplifies the process of tracking and managing salary adjustments for improved resource management.
- **Compliance Optimization**: Ensures compliance with regulatory requirements by efficiently documenting salary changes.

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com), [Python](https://python.org) and ([Odoo](https://odoo.com)) v14 or higher installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/fraineralex/salary_changes_report
# Access
$ cd salary_changes_report
# Install dependencies
$ pip install xlwt
# Run the project
# The server will execute and you will see the modal wizard in hr payroll module -> reporting -> Reporte de Cambios Salariales
```

## :handshake: Contributions

Thank you for exploring my website! If you find the structure or features useful, feel free to use the template for your project. Contributions are welcome! if you have ideas, corrections, or improvements, open an issue or send a pull request. Your collaboration is valued and appreciated! 🚀

Â