django-helpdesk/helpdesk
Andreas Kotowicz 0a8f4ce6d6 new option 'HELPDESK_DASHBOARD_BASIC_TICKET_STATS'
- shows quick ticket stats in dashboard
 - links to detailed 'days until ticket is closed by month' plot
2012-03-12 14:39:27 +01:00
..
fixtures fixes in french mail templates (passed all through tidy) 2011-11-10 17:36:58 +01:00
locale work on German and English translations. 2011-11-29 16:16:09 +01:00
management more fixes on templated mail and safe context 2011-11-09 16:37:37 +01:00
migrations Allow users to define the display order of custom fields. Closes GH-75. 2011-11-08 17:59:34 +11:00
static/helpdesk add 'td.report' to css file and use it in report_output.html so that table entries are centered. 2012-03-12 14:38:21 +01:00
templates/helpdesk new option 'HELPDESK_DASHBOARD_BASIC_TICKET_STATS' 2012-03-12 14:39:27 +01:00
templatetags make django-helpdesk more customizable + bug fixes: 2011-11-19 09:34:07 +01:00
views new option 'HELPDESK_DASHBOARD_BASIC_TICKET_STATS' 2012-03-12 14:39:27 +01:00
__init__.py Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. 2011-01-25 23:02:00 +00:00
admin.py Add support for multi-locale email templates. Also added Russian templates (closes GH-1). REQUIRES SCHEMA CHANGE: SEE FILE UPGRADE. 2011-03-11 22:30:59 +00:00
akismet.py small fixes and translation 2011-09-01 13:01:03 +02:00
forms.py Merge branch 'kotowicz-master', manually merging conflicts in these files: 2012-01-11 09:18:05 +00:00
lib.py Merge branch 'kotowicz-master', manually merging conflicts in these files: 2012-01-11 09:18:05 +00:00
models.py custom fields: add option which forces user to make an active choice. 2011-12-01 20:48:37 +01:00
settings.py new option 'HELPDESK_DASHBOARD_BASIC_TICKET_STATS' 2012-03-12 14:39:27 +01:00
urls.py new option 'HELPDESK_SHOW_EDIT_BUTTON_FOLLOW_UP' which allows superusers to delete individual followups (so you don't have to go to the admin). 2012-01-12 12:44:09 +01:00