Skip to main content

A light-weight effective Django based framework to create diverse business applications

Project description

https://img.shields.io/pypi/v/django-ra.svg https://img.shields.io/pypi/pyversions/django-ra.svg https://img.shields.io/readthedocs/ra-framework https://api.travis-ci.org/ra-systems/RA.svg?branch=master https://img.shields.io/codecov/c/github/ra-systems/RA

Announcement April 2020

The reporting engine is now in a separate repo django-slick-reporting

Ra Framework

A light-weight effective Django based framework to create business applications and various resource planing systems (ERP), equipped with a reporting engine and a responsive dashboard.

Demo

Please visit Installation Demo, Credentials are admin/adminpassword

The code for the installation demo (which is the tutorial found in the docs) can be viewed and installed Here

History

This an open source of our Full ERP system. The full ERP system cen be found at Online Here

Credentials are admin/stpasswd

Release Date is scheduled for July the first 2020.

Features

  • A responsive dashboard built on top of Django’s admin and Bootstrap AdminLte theme.

  • Using Django Slick Reporting for report Engine to compute and chart several types of reports with simple lines of code.

  • A charting capabilities

  • A widget system to display reports and its charts on dashboard home , or on object’s view pages.

  • Tools and goodies to extend and customize the framework behavior from top to bottom.

  • Python 3.6 / 3.7 / 3.8

  • Django 2.2, 3.0 Compatible

Installation

$ pip install django-ra-erp

Quick start

  1. Create a virtual environment and install ra-framework from Pypi

    $ mkvirtualenv ra-env (or `virtualenv` if you dont have mkvirtualenv)
    $ pip install django-ra-erp
  2. Once Ra installed, it provides a command to generate a new project.

    $ ra-admin start myproject

    This will create a new project folder myproject, based on a template containing everything you need to get started. You can always integrate ra framework to your existing project, please refer to the docs Integrating into an existing django project

  3. Run the usual commands needed for any django project

    $ ./manage.py migrate
    $ ./manage.py createsuperuser
    $ ./manage.py runserver
  4. Voila!! Your site should now up and running at http://localhost:8000. Enter your super user credentials and login.

Landing Ra framework Dashboard

Documentation

Available on Read The Docs

Please Proceed to the tutorial Create a sales application Part 1

Testing and contribution

To run the test suite, first, create and activate a virtual environment. Then clone the repo, install the test requirements and run the tests:

# 1. Clone and install requirements
$ git clone git+git@github.com:ra-systems/RA.git
$ cd tests
$ python -m pip install -e ..
$ python -m pip install -r requirements/py3.txt

# 2. Set the test database connection details in the environment
$ export DATABASE_NAME=<database name>
$ export DATABASE_USER=<database user>
$ export DATABASE_PASSWORD=<database password if any>

# 3. Run the tests
$ ./runtests.py
# And for Coverage report
$ coverage run --include=../* runtests.py [-k]
$ coverage html

For more information on contributing, we honor Django’s guidelines.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ra-erp-0.2.0.tar.gz (11.1 MB view details)

Uploaded Source

File details

Details for the file django-ra-erp-0.2.0.tar.gz.

File metadata

  • Download URL: django-ra-erp-0.2.0.tar.gz
  • Upload date:
  • Size: 11.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.8

File hashes

Hashes for django-ra-erp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 82729205321345ce7e5d2b58c53b8e193478525550b21e4d8fe87956c8b3d6b5
MD5 2e5f35c990632fb9e6317ee05d5ce438
BLAKE2b-256 17a82e5a7ffd56daeed9abb576f2dd2c68c61a54332bacdc9701e73238677e6d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page