Skip to main content

A TPL_Accounting pluggable package

Project description

TPL_Accounting


Description: A TPL_Accounting pluggable package

Install the package:

pip install TPL-Accounting

Add these to your settings:

import:

import accounting

add apps and currency format:

INSTALLED_APPS = [] + accounting.get_apps()

ACCOUNTING_DEFAULT_CURRENCY = '৳'

Templates:

Static files:

"accounting/staticfiles"

Include apps urls to your main urls.py:

from accounting.apps.connect.login import LoginView

urlpatterns = [
    path('admin/', admin.site.urls),
    path('', include('accounting.apps.connect.urls')),
    path('accounting/', include('accounting.apps.books.urls')),
    path('people/', include('accounting.apps.people.urls')),
    path('reports/', include('accounting.apps.reports.urls')),

    # auth
    path('auth/login/', LoginView.as_view(), name='login'),
    path('auth/', include('django.contrib.auth.urls')),

    # third party
    path("select2/", include("django_select2.urls")),

]

if settings.DEBUG:
    urlpatterns += static(
        settings.MEDIA_URL, document_root=settings.MEDIA_ROOT
    )

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

TPL_Accounting-1.3.tar.gz (536.9 kB view details)

Uploaded Source

Built Distribution

TPL_Accounting-1.3-py3-none-any.whl (581.0 kB view details)

Uploaded Python 3

File details

Details for the file TPL_Accounting-1.3.tar.gz.

File metadata

  • Download URL: TPL_Accounting-1.3.tar.gz
  • Upload date:
  • Size: 536.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5

File hashes

Hashes for TPL_Accounting-1.3.tar.gz
Algorithm Hash digest
SHA256 1dc77a0bc9a9a7856a07749b835aea080943ba3479e01f5c64cb225a6b287102
MD5 b7bf2792a213be9fce50b5a6bb23391e
BLAKE2b-256 070b58f86cd4d99ed58a28a9c51ab32b438ad14743fe86d45e0b4e18bcb31c91

See more details on using hashes here.

File details

Details for the file TPL_Accounting-1.3-py3-none-any.whl.

File metadata

  • Download URL: TPL_Accounting-1.3-py3-none-any.whl
  • Upload date:
  • Size: 581.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5

File hashes

Hashes for TPL_Accounting-1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f9d38bd445c2c465aaff6323974cef0ac59cde4cf2d93b77ddc4030ffdac697b
MD5 78256a4635a784785102c0e894a6607f
BLAKE2b-256 ff1b1abc8b5567c9ed1096c3c0886b818856a9393622d215f51012b70c6f065d

See more details on using hashes here.

Supported by

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