Employee payroll processing and accounting integration for Django (works with django-finacc).
Project description
django-payroll-ve
Install
pip install django-payroll-ve
Settings
INSTALLED_APPS += ["rest_framework", "finacc", "payroll"]
PAYROLL = {"AUTO_POST": True}
URLs
path("api/payroll/", include("payroll.api.urls"))
Create & Post Payslip
POST /api/payroll/payslips/
{ "company": 1, "employee": 1, "period": "2025-11", "date": "2025-11-30", "currency": "INR",
"lines": [
{"component": 1, "amount": "50000.00"},
{"component": 2, "amount": "20000.00"},
{"component": 3, "amount": "1800.00"}
]
}
Download PDF
GET /api/payroll/payslips/<id>/pdf/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_payroll_ve-0.1.0.tar.gz.
File metadata
- Download URL: django_payroll_ve-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5637195476f15f20ef280603fe896a99acca96a2e2483ac48ac62f74a50a98a
|
|
| MD5 |
5064cd1c87a88b72e61d987411f9bb0c
|
|
| BLAKE2b-256 |
81f4748f9de85395c9b6218f7a9c5819185bde0bbed67ba016e58454ddddd1b6
|
File details
Details for the file django_payroll_ve-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_payroll_ve-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
777a0c61d7e1fd1d48166d88ade69645b61efa0eb7ddf117f2154159a27cc244
|
|
| MD5 |
e3f7dea05d26a3d29331d388e425434f
|
|
| BLAKE2b-256 |
26083f5e59af59a1b93c9267ccde66603fa4d67a8c44823289e309f9684cd3f0
|