Commit Graph
2554 Commits
Author SHA1 Message Date
Raphael Michel 70fa7eac6b Vouchers: Bug in export, default mode 2016-12-22 17:54:24 +01:00
Raphael Michel 3db4833290 Add checkin tick to order positions 2016-12-21 19:19:41 +01:00
Raphael Michel 0dc3f30791 Sort positions by ID 2016-12-21 19:03:11 +01:00
Raphael Michel 18c24623d7 Use new position ids in order change logs 2016-12-21 18:59:51 +01:00
Raphael Michel 9bf9cc0f9f Do not group positions in control view 2016-12-21 18:43:50 +01:00
Raphael Michel 77e917345c Decouple CachedTicket from CachedFile 2016-12-21 18:37:12 +01:00
Raphael Michel 759fed7a8b OrderExtendForm: Allow to set today 2016-12-14 13:53:00 +01:00
Raphael Michel 1af09509ff Prevent deletion of ordered variations 2016-12-14 13:39:01 +01:00
Raphael Michel 7f21c171fd Only allow payment provider preview if required fields are set 2016-12-14 13:10:54 +01:00
Tobias KunzeandRaphael Michel 425d6590d0 Add copy-to-clipboard for voucher bulk creation (#348)
Adds
 - clipboard.js
 - custom js initializing a Clipboard and adding a tooltip
 - a button in the bulk creation form
2016-12-12 08:36:42 +01:00
Tobias KunzeandRaphael Michel c754966103 Display log entry for changed order secrets (#354) 2016-12-11 17:48:21 +01:00
Raphael Michel d27fefe4da Improve URL parameter validation 2016-12-08 12:22:04 +01:00
Raphael Michel 1785178532 Fix OrderContactChange logging 2016-12-06 13:45:27 +01:00
Tobias KunzeandRaphael Michel 62edf1e7b8 Fix #345 -- More extensive log display when changing an order email (#346) 2016-12-02 09:31:23 +01:00
Tobias KunzeandRaphael Michel 3930fc749a Fix #179 -- New flexbox layout for dashboard (#344)
* Use flexbox for better tiling

Replaces 'width' by 'display_size' and reduces sorting complexity.

* CSS improvements, Responsiveness
2016-12-01 17:36:29 +01:00
Raphael Michel eea6a5e9da Refs #145 -- Vouchers that grant discounts 2016-11-29 16:18:07 +01:00
Raphael Michel fdbe71ff63 Fix #141 -- Caching improvements for ticket outputs 2016-11-29 15:52:16 +01:00
Raphael Michel 8b00361d1b Fix wrong sums 2016-11-28 19:36:55 +01:00
Raphael Michel 0f8d520336 Add "regenerate secrets" option to OrderContactForm 2016-11-28 12:52:44 +01:00
Raphael Michel db6fb51fc6 Refs #145 -- Multi-use vouchers 2016-11-27 16:02:40 +01:00
Tobias KunzeandRaphael Michel 8648e9c04d Fix #302 -- Change column layout in order overview (#336)
* Change column layout in order overview. Closes #302

* Include expired orders explicitly in order overview
2016-11-27 14:36:53 +01:00
Tobias KunzeandRaphael Michel 95670dddc2 Add tests for GETting views in control/ 2016-11-17 23:50:42 +01:00
Christopher DambamuromoandRaphael Michel bac9960d0c Fix #274 -- Disable weekends in datetimepicker for expiry (#320)
* Fix for Disable weekends in datetimepicker for expiry #274

* minor fixes from review
2016-11-17 22:39:48 +01:00
Tobias KunzeandRaphael Michel e89fa4f7f9 Add PEP8 style empty lines in appropriate places (#321)
New flake8 version finds more (correct) issues.
2016-11-17 11:17:43 +01:00
Tobias KunzeandRaphael Michel 2f0c7c0ebc Fix #301 -- Add net revenue to sales overview (#313) 2016-11-10 22:24:43 +01:00
Raphael Michel 45b960b97c Use django-statici18n in production 2016-11-09 19:08:51 +01:00
Raphael Michel f25aef5c3c Tax list report 2016-11-09 11:57:13 +01:00
Raphael Michel 6adcf4bc7c Use more caching in multidomain module 2016-11-08 16:03:06 +01:00
Raphael Michel 7b48a17b51 Reduce number of redundant SQL queries 2016-11-06 19:59:19 +01:00
Raphael Michel ad35110166 Offer download options per position, not per order 2016-11-02 14:51:05 +01:00
Raphael Michel 3344c02c80 Do not show absolute file paths to user 2016-11-01 19:36:06 +01:00
Raphael Michel acab1af0e9 Add feedback to global settings 2016-11-01 17:05:29 +01:00
Raphael Michel 93de3007d5 Allow files in global settings 2016-11-01 10:00:58 +01:00
Tobias KunzeandRaphael Michel c5fdf7c215 Include global settings in event/organizer settings
Also, add tests
2016-10-31 19:03:41 +01:00
Tobias KunzeandRaphael Michel c647aa9f4e Add a view for GlobalSettings 2016-10-31 19:03:41 +01:00
Raphael Michel afb27010fd Fix wrong permission check in quota view 2016-10-23 19:21:18 +02:00
nelkenwelkandRaphael Michel 5923af37f3 Corrected minor splelling mistakes (#281) 2016-10-21 09:23:47 +02:00
Daniel RosenblühandRaphael Michel ad2a712934 Added ordering in admin interface order list 2016-10-20 20:51:54 +02:00
Raphael Michel 39e940da5e Preview for ticket outputs 2016-10-20 20:43:31 +02:00
Raphael Michel d6478e66de Fix #278 -- Preview for invoices 2016-10-20 18:58:05 +02:00
Raphael Michel f22596a5a5 Fix #273 -- Set correct all order expiry times to the end of the day 2016-10-20 11:56:46 +02:00
Raphael Michel bbca4e3d64 Added datepicker support in JavaScript 2016-10-20 11:56:46 +02:00
Raphael Michel f3509707d7 Use CachedTicket.get_or_create to avoid duplicates 2016-10-18 19:00:44 +02:00
Tobias KunzeandRaphael Michel 1dd501f270 Remove remaining attendees template (#276) 2016-10-16 11:48:16 +02:00
Raphael Michel 503f6dd06f Use consistent flake8 settings everywhere and fix flake8 issues 2016-10-13 22:57:57 +02:00
Tobias KunzeandRaphael Michel 1e276b9d0a Remove AttendeeList view
It could not even filter for attendee and you can do everything (and
better and more) in the OrdersList. And it's one menu entry less to
clutter the interface.
2016-10-12 18:44:11 +02:00
Raphael Michel 888aba5714 2FA: Require recent authentication to change settings 2016-10-09 12:59:43 +02:00
Raphael Michel 067b80cd3c Account history view 2016-10-09 12:59:43 +02:00
Raphael Michel f82b5ddaae Account security notifications via email 2016-10-09 12:59:43 +02:00
Raphael Michel 01b6fe2e45 2FA: Log actions 2016-10-09 12:59:43 +02:00