Metadata-Version: 1.1
Name: django-bmf
Version: 0.2.0a1
Summary: Business Management Framework with integrated ERP solution written for django
Home-page: http://www.igelware.de
Author: Sebastian Braun
Author-email: sebastian@elmnt.de
License: BSD
Description: 
        |Build status| |PyPi version| |PyPi downloads| |PyPi wheel| |Project license|
        
        Django BMF understands itself as a ERP-Framework with the following design concepts:
        
        * KISS-Principe for endusers
        * Fast and easy configuration for people with medium know-how
        * Highly customizeable with as few lines of code as possible for application developers
        
        Features
        ===========================
        
        * Functionality as a django application
          - for an easy integration into an existing django project
          - to make the development of modules easy
          - for the benefit to use a module in an different place of django project (i.e. an online-shop or an customer-interface)
        * Login/Logout
        * Notifications about activities
        * Watch and unwatch models
        * File-Upload and document management
        * Comments on models
        * Information about data-changes
        * Behaviour "Django-Admin with custom views"
        * Filtering of data and saving the view to a dashboard
        * PDF-Reports (very simple and easy to-modify)
        * Responsive design -> getbootstrap.com
        * Workflows attached to models
          - easy configureable as classes (Workflow, states and transitions)
          - custom functions for transitions
          - integrated into the BMF (i.e you can delete or update a model instance only if the State allows you to do so)
        * Each option should be activated and deactivated in die model definition (how needs to append files or write comments to a tax-model?)
        
        
        Documentation
        ===========================
        
        .. note::
            Please note that this Project is documented poorly. If you have any questions please contact us!
            We'd love to update the documentation and answer your question!
        
        http://www.django-bmf.org/docs/dev
        
        Demo
        ===========================
        
        http://demo.django-bmf.org/
        
        Getting Help
        ===========================
        
        Please report bugs or ask questions using the `Issue Tracker`_ or contact us via team@django-bmf.org
        
        Check also for the latest updates of this project on Github_.
        
        Credits
        ===========================
        
        * `django`_
        * django-filter
        * `django-mptt`_
        * xhtml2pdf
        
        .. _Github: https://github.com/django-bmf/django-bmf
        .. _Issue Tracker: https://github.com/django-bmf/django-bmf/issues
        .. _django: http://www.djangoproject.com
        .. _django-mptt: https://github.com/django-mptt/django-mptt
        
        
        .. |Build status| image:: https://api.travis-ci.org/django-bmf/django-bmf.svg?branch=develop
           :target: http://travis-ci.org/django-bmf/django-bmf
        .. |PyPi version| image:: https://pypip.in/v/django-bmf/badge.svg
           :target: https://pypi.python.org/pypi/django-bmf/
        .. |PyPi downloads| image:: https://pypip.in/d/django-bmf/badge.svg
           :target: https://pypi.python.org/pypi/django-bmf/
        .. |PyPi wheel| image:: https://pypip.in/wheel/django-bmf/badge.svg
           :target: https://pypi.python.org/pypi/django-bmf/
        .. |Project license| image:: https://pypip.in/license/django-bmf/badge.svg
           :target: https://pypi.python.org/pypi/django-bmf/
        
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Office/Business :: Groupware
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
