Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_payroll_ve-0.1.0.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_payroll_ve-0.1.0-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

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

Hashes for django_payroll_ve-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b5637195476f15f20ef280603fe896a99acca96a2e2483ac48ac62f74a50a98a
MD5 5064cd1c87a88b72e61d987411f9bb0c
BLAKE2b-256 81f4748f9de85395c9b6218f7a9c5819185bde0bbed67ba016e58454ddddd1b6

See more details on using hashes here.

File details

Details for the file django_payroll_ve-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_payroll_ve-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 777a0c61d7e1fd1d48166d88ade69645b61efa0eb7ddf117f2154159a27cc244
MD5 e3f7dea05d26a3d29331d388e425434f
BLAKE2b-256 26083f5e59af59a1b93c9267ccde66603fa4d67a8c44823289e309f9684cd3f0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page