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 hashes)

Uploaded Source

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