orakle / django-bmf

Business Management Framework with integrated ERP solution written for django

Home Page:www.django-bmf.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status PyPi version PyPi downloads Python version 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

About

Business Management Framework with integrated ERP solution written for django

www.django-bmf.org

License:Other


Languages

Language:Python 78.9%Language:HTML 12.7%Language:JavaScript 7.2%Language:CSS 1.2%Language:Shell 0.1%