Skip to main content

Django application that lets you create reports

Project description

Autoreports

Autoreports is a Django application that lets you create reports in very Django Admin listing

Installation

Add the ‘autoreports’ app to your list of INSTALLED_APPS.

Redefine ‘admin/change_list.html’ templates as follows:

{% load adminmedia admin_list i18n autoreports_tags %} {# add auto_reports_tags #}

{% block object-tools %}
  {% if has_add_permission %}
    <ul class="object-tools">
      <li>
        <a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink">
          {% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %}
        </a>
      </li>
      {% autoreports_admin %} {# add this stuff #}
    </ul>
  {% endif %}
{% endblock %}

By default it will takes ‘list_display’ fields to export in CSV. You can redefine it in every model admin you want:

class FooModelAdmin(SearchForm):
    report_fields = ('name', 'description', 'category', ...)

Development

You can get the last bleeding edge version of autoreports by doing a checkout of its subversion repository:

svn co http://svnpub.yaco.es/djangoapps/autoreports/trunk/autoreports

0.7.8

  • Possibility of change the widgets (alpha)

  • Layout of the warning when you use a function

  • Fixes some errors

  • Usability

  • More versatile the api

0.7.7

  • It be able to create searching filters joining various fields including transmeta fields

  • Fixes some errors

  • More versatile the api

0.7.6

  • Warning (without layout) when you use a function

  • It be able to create searching filters joining various fields

  • More versatile the api

0.7.5

  • Fixed some details of layout

0.7.4

  • Fixed a error with nginx/uwsgi deployment

0.7.3

  • More compatible with python 2.5

0.7.2

  • More versatile the api

0.7.1

  • Removed error in the name of functions

  • Removed error in the values of choices

  • Removed error help_text and label with AUTOREPORTS_I18N = True

  • [Wizard] Removed error of the field to inheritance

  • [Wizard] Removed error of the field tree infinite

0.7.0

  • Code cleanup

  • Usability in the wizard

  • More funcionality in the API

  • A test project

  • Remove cmsutils dependence

  • Fixes

0.6.1

  • Fixed an issue when used in Django 1.3

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-autoreports-0.7.8.tar.gz (95.5 kB view details)

Uploaded Source

File details

Details for the file django-autoreports-0.7.8.tar.gz.

File metadata

File hashes

Hashes for django-autoreports-0.7.8.tar.gz
Algorithm Hash digest
SHA256 ead4a12cb8c6b48970ad7aa942cc93bf34245ef230e94eb6c2efd5a7c763b26f
MD5 62d52dd17c7712d356a79db13ae1f1f7
BLAKE2b-256 00f5c9bd8a50ecb0a278b70b4a1321f5ad7eb250614fa1ba1184cd39a0520199

See more details on using hashes here.

Supported by

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