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.
- Host: GitHub
- URL: https://github.com/fraineralex/salary_changes_report
- Owner: fraineralex
- Created: 2024-04-12T13:28:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:53:38.000Z (over 1 year ago)
- Last Synced: 2025-04-06T08:09:20.079Z (9 months ago)
- Topics: odoo, payroll, reporting
- Language: Python
- Homepage:
- Size: 465 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/ir.model.access.csv
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.
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.

## :hammer_and_wrench: Main Technologies ##
###
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! 🚀
Â