Skip to content

jgeskens/django-advanced-reports

 
 

Repository files navigation

django-advanced-reports

image

image

image

Demo website

Advanced Reports is a Django library which simplifies creating dynamic reports focusing on business processes. Custom actions can be defined on individual items and/or sets of items.

image

Documentation

The full documentation is at https://django-advanced-reports.readthedocs.org.

Quickstart

Install django-advanced-reports:

pip install django-advanced-reports

Go to the examples page and login with admin as the username and admin as the password.

Features

  • Display of information in a table layout with columns
  • Sorting
  • Searching
  • Filtering
  • Editing individual items by using standard Django (Model-)Forms.
  • Bulk actions

In addition to these features, Advanced Reports also contains a Backoffice component, which allows you to combine multiple reports and custom pages with AngularJS, which can in turn be combined to form complete administration interfaces. Features include:

  • Integrate regular Django Models with the Backoffice interface by overriding a simple Python class and by providing Django/AngularJS templates.
  • Easily define how models can be searched by a full-text-search implementation which supports MySQL Full Text Search and Postgres Full Text Search. There is also a fallback using __icontains for simplifying testing with SQLite.
  • A very simple and flexible way to add widgets that communicate with the server-side backend.

Packages

No packages published

Languages

  • Python 44.6%
  • JavaScript 22.3%
  • HTML 20.3%
  • CSS 12.6%
  • Ruby 0.2%