Skip to main content

Package to manage taxes with django-oscar if the company must accomplish the European Laws of Taxes

Project description

This package manage taxes on django-oscar. The package is structured so that it can be used only with Oscar.

License

The package is released under the New BSD license.

Settings

You must add ‘eurotaxes.partner’ to INSTALLED_APPS (replacing the equivalent Oscar app). This can be achieved using Oscar’s get_core_apps function - e.g.:

# settings.py
...
INSTALLED_APPS = [
    'django.contrib.auth',
    ...
]
from oscar import get_core_apps
INSTALLED_APPS = INSTALLED_APPS + get_core_apps(
    ['eurotaxes.catalogue', 'eurotaxes.dashboard', 'eurotaxes.dashboard.catalogue', 'eurotaxes.partner']
)

Commands

You can use the command oscar_populate_taxes to add all the European Taxes.

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-oscar-eurotaxes-0.2.1.tar.gz (14.3 kB view details)

Uploaded Source

File details

Details for the file django-oscar-eurotaxes-0.2.1.tar.gz.

File metadata

File hashes

Hashes for django-oscar-eurotaxes-0.2.1.tar.gz
Algorithm Hash digest
SHA256 c973218d7ea78c9570d3613c0bac39558ac9de67bcee9c418424ae06a79b972f
MD5 116e54d1a583bab86ec3b79bd6d21fc9
BLAKE2b-256 8e442c40ff8e26d19ef9c0f39cd73695780506862679ccbfb031bcd554390f94

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