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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-oscar-eurotaxes-0.2.1.tar.gz
.
File metadata
- Download URL: django-oscar-eurotaxes-0.2.1.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c973218d7ea78c9570d3613c0bac39558ac9de67bcee9c418424ae06a79b972f |
|
MD5 | 116e54d1a583bab86ec3b79bd6d21fc9 |
|
BLAKE2b-256 | 8e442c40ff8e26d19ef9c0f39cd73695780506862679ccbfb031bcd554390f94 |