Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fraineralex/dgt2_overtime_report
Exports detailed DGT-2 format overtime reports to Excel.
https://github.com/fraineralex/dgt2_overtime_report
dgt-2 odoo python report
Last synced: about 1 month ago
JSON representation
Exports detailed DGT-2 format overtime reports to Excel.
- Host: GitHub
- URL: https://github.com/fraineralex/dgt2_overtime_report
- Owner: fraineralex
- Created: 2024-03-11T19:55:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T03:11:33.000Z (10 months ago)
- Last Synced: 2024-03-20T04:26:09.626Z (10 months ago)
- Topics: dgt-2, odoo, python, report
- Language: Python
- Homepage:
- Size: 805 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/ir.model.access.csv
Awesome Lists containing this project
README
DGT-2 Overtime Report
Odoo module that exports detailed DGT-2 format overtime reports, including costs, to Excel.
About |
Technologies |
Requirements |
Starting |
Usage## :dart: About ##
DGT-2 Overtime Report is an Odoo module that exports detailed DGT-2 format overtime reports, including costs, to Excel. This module streamlines compliance and optimizes resource management.
## :rocket: Main Technologies ##
###
See more
###
* Python
- odoo
- xlwt
- xml
- base64
- io## ✨ Features
- Exports detailed DGT-2 format overtime reports to Excel.
- Includes costs in the overtime reports.
- Streamlines compliance and resource management.## :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/dgt2_overtime_report
# Access
$ cd dgt2_overtime_report
# Install dependencies
$ pip install xlwt
# Run the project
# The server will execute and you will see the modal wizard in payroll module -> reports -> Overtime Report (DGT-2)```
## :clapper: Usage
After installing the module, you can use it by going to the appropriate menu in the Human Resources module.
## :memo: License ##
This project is licensed under the LGPL-3 License. See the [LICENSE](https://www.gnu.org/licenses/) file for details.
## 👨🏻🚀 Author
This module was created by **Frainer Encarnación**. You can contact me or get more information on my [website](https://fraineralex.dev).