Metadata-Version: 1.1
Name: django-oscar-ficta
Version: 0.0.3.dev0
Summary: Persona ficta management for Oscar E-commerce
Home-page: https://github.com/okfish/django-oscar-ficta
Author: Oleg Rybkin aka Fish
Author-email: okfish@yandex.ru
License: BSD
Description-Content-Type: UNKNOWN
Description: =============================
        django-oscar-ficta
        =============================
        
        Persona ficta (juristic person) management for the Oscar E-commerce Project.
        
        Documentation
        -------------
        
        The full documentation will be at https://django-oscar-ficta.readthedocs.org sometimes :)
        
        Quickstart
        ----------
        
        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
        
        Features
        --------
        
        * 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  
        
        
        Requirements
        ------------
        	django-oscar
        	django-internationalflavor
        
        TODO
        * Basic CRM functions 
        * django-oscar-accounts integration
        * DaData.ru integration
        
        Cookiecutter Tools Used in Making This Package
        ----------------------------------------------
        
        *  cookiecutter
        *  cookiecutter-djangopackage
        
        
        
        
        History
        -------
        
        0.0.1-dev (2015-08-17)
        ++++++++++++++++++++++
        
        * Experimental setup.
        
        0.0.2-dev (2015-09-05)
        ++++++++++++++++++++++
        
        * Main features except Invoice modeling seems to be working
        No Dashboard at all yet
        
        0.0.3-dev (2015-09-11)
        ++++++++++++++++++++++
        
        * main features seems to be really working
        * Invoice basic models realized
        * simple payment facade for invoices
        * russian invoice template included
        
Keywords: django-oscar-ficta
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
