Persona ficta (juristic person) management for the Oscar E-commerce Project.
The full documentation will be at https://django-oscar-ficta.readthedocs.org sometimes :)
Install django-oscar-ficta:
pip install -e git+https//github.com/okfish/django-oscar-ficta/django-oscar-ficta.git#egg=django-oscar-ficta
Then use it in a project:
* add 'oscar_ficta' and 'invoice' to INSTALLED_APPS; * migrate database; * TODO: install sandbox project
- Select _current_ Juristic Person to deal with
- Checkout as Juristic Person and save all reqired attributes in the database
- Forms with VAT and BIC validation using django-internationalflavor, customized for localized use (e.g. in Russia). Note: we using our own branch with some additions not PRed yet
django-oscar django-internationalflavor
TODO * Basic CRM functions * django-oscar-accounts integration * DaData.ru integration
- cookiecutter
- cookiecutter-djangopackage