Skip to main content

Fixed assets register with SLM/WDV depreciation, revaluation, disposal and accounting integration for Django.

Project description

📖 README (Quickstart excerpt)

django-fixedassets-ve

Install

pip install django-fixedassets-ve

Settings

INSTALLED_APPS += ["rest_framework", "finacc", "fixedassets"]
FIXEDASSETS = {"AUTO_POST": True}

URLs

path("api/fa/", include("fixedassets.api.urls"))

Create Asset & Post Acquisition

POST /api/fa/assets/
{ "company":1, "category":1, "code":"FA-0002", "name":"Printer", "purchase_date":"2025-11-01", "currency":"INR", "cost":"30000.00" }

POST /api/fa/acquisitions/
{ "asset": 2, "date": "2025-11-01", "memo":"Capex" }

Post Monthly Depreciation

POST /api/fa/depreciations/
{ "schedule": 1, "date":"2025-11-30", "amount":"1500.00" }

Revaluation / Impairment / Disposal

POST /api/fa/revaluations/  |  /impairments/  |  /disposals/

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_fixedassets_ve-0.1.0.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

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

django_fixedassets_ve-0.1.0-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file django_fixedassets_ve-0.1.0.tar.gz.

File metadata

  • Download URL: django_fixedassets_ve-0.1.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for django_fixedassets_ve-0.1.0.tar.gz
Algorithm Hash digest
SHA256 066248ee396a0ea0a914fc25405e12cd1712a2b863a057db9221a2b5c457de14
MD5 3aa7204d9805b8d6133e0924005f0cce
BLAKE2b-256 8bea888134d160cb7305f3928acc63ecd23e4c1afaee26eeaad388222a772975

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_fixedassets_ve-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 180fb3b18547b7c77ff35238d9dd66876a7254d1959591707c8c7a9de296f4bd
MD5 95ceeb242f682e579a918a1bdb18fb50
BLAKE2b-256 28a3fb0d7ce30f347ca0f05ac7466625d39576cc191f9bb4250f69df640e7772

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