Raphael Michel
003fa62996
Fix help text
2021-09-28 18:07:34 +02:00
Raphael Michel
9f2ffc3276
Improvements around the waiting list ( #2219 )
...
* Waiting list: Support for seated events, pre-fill customer email address
* Allow people to remove themselves
* Update src/pretix/base/settings.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/control/views/waitinglist.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/control/views/waitinglist.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/control/views/waitinglist.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/presale/views/waiting.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Resolve a review note
* Review notes
* Fix linter issues
* Fix import
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2021-09-27 20:48:02 +02:00
Raphael Michel
9f56669f2a
Truelink filter: Allow dots with spaces
2021-09-23 09:50:39 +02:00
Raphael Michel
5eefe9ad1e
Fix linter issues
2021-09-20 16:51:48 +02:00
Raphael Michel
1d065a7672
Add setting organizer_logo_image_inherit
2021-09-17 13:33:34 +02:00
Raphael Michel
af7c6d360f
Partially revert migration command monkeypatching
2021-09-17 11:07:46 +02:00
Raphael Michel
adf40e1d56
Refactor our migrate command monkeypatching
2021-09-17 10:20:43 +02:00
Raphael Michel
1514527ef3
Consistent naming
2021-09-17 10:20:43 +02:00
Raphael Michel
61649ab2b8
Self-service cancellation: Allow to disable auto-refunds
2021-09-15 13:43:55 +02:00
Raphael Michel
17adde99fa
Allow to restrict availability of variations by date, sales channel, and voucher ( #2202 )
2021-09-15 12:04:17 +02:00
Raphael Michel
4789d82c4e
Shredder: Fix crash in AttendeeInfoShredder
2021-09-14 15:28:39 +02:00
Raphael Michel
2e0592b0a6
API: Fix crash on invalid input (PRETIXEU-5A9)
2021-09-14 15:02:06 +02:00
Raphael Michel
b38df27dce
Order import: Fix handling of seat IDs
2021-09-09 18:14:43 +02:00
Tim Neumann
b95f556d8f
Add config options for max file upload sizes ( #2199 )
...
* feat(config): Add config options for max file upload sizes
Closes #2198
* Apply suggestions from code review
Fix docs and comment in settings.py
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
* Fix import order using isort
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
2021-09-09 15:55:06 +02:00
Raphael Michel
7bffd461d1
Allow sales channels to opt out of customer accounts
2021-09-08 20:33:18 +02:00
Raphael Michel
673a38ddc8
Cart: Display subevent location and end time in cart ( #2191 )
2021-09-08 11:24:39 +02:00
Richard Schreiber
a27b8bf213
Subevent: add missing verbose_name for seating plan ( #2194 )
2021-09-07 09:09:16 +02:00
Raphael Michel
fde10d7f55
Fix missing license header
2021-09-06 21:14:25 +02:00
Raphael Michel
6388f7b29c
Fix #2192 -- Invoice address name-field always gets overwritten with customer profile
2021-09-06 20:57:45 +02:00
Raphael Michel
28d78e40f9
Allow to save invoice addresses and attendee profiles to customer account ( #2084 )
...
Co-authored-by: Raphael Michel <michel@rami.io >
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2021-09-06 20:50:25 +02:00
Raphael Michel
0b3acb06b5
Invoice: Fix incorrect reference to original invoice number
2021-09-06 16:33:27 +02:00
Richard Schreiber
529092a4ed
Order import: warn when char-replacement happens due to unknown encoding ( #2184 )
...
Co-authored-by: Raphael Michel <michel@rami.io >
2021-08-27 15:03:35 +02:00
Raphael Michel
08acecf37b
Docs: Add algorithm diagrams for checkin
2021-08-27 12:29:21 +02:00
Raphael Michel
b200ca5ad5
Set verbose name of Event.seating_plan
2021-08-24 12:25:42 +02:00
Raphael Michel
ec5a670ea6
PDF: Fix inheritance of answers to add-on products
2021-08-23 18:42:21 +02:00
Raphael Michel
276add9163
Refactor bulk-generation of voucher codes into utility function
2021-08-23 12:50:02 +02:00
Raphael Michel
de977f4818
event_copy_data Signal: Add quota_map argument
2021-08-23 12:03:03 +02:00
Raphael Michel
ead755aa86
Report canceled orders as underpaid if necessary
2021-08-18 17:36:36 +02:00
nd
c513868afa
Fix TypeError in Order.ticket_download_available on "empty" orders ( #2176 )
...
Co-authored-by: alice <tickets-dev@kulturkosmos.de >
Co-authored-by: nd <git@notandy.de >
Co-authored-by: alice <tickets-dev@kulturkosmos.de >
2021-08-17 23:42:36 +02:00
Raphael Michel
b5c7556abe
Add FEE_TYPE_INSURANCE
2021-08-16 17:03:57 +02:00
Raphael Michel
53e3619140
Self-service cancellation: Never suggest cancellation fee higher than order total
2021-08-16 14:43:08 +02:00
Raphael Michel
bb7fd9423b
Invoice: Auto-resize font of meta data line
2021-08-16 13:07:07 +02:00
Raphael Michel
3c64733e93
Fix crash trying to thumbnail invalid image
2021-08-16 13:07:07 +02:00
Martin Gross
7bf854fe0b
Add uninstall-handler for plugins
2021-08-16 11:35:27 +02:00
Richard Schreiber
edef9f1b23
Control: fix typo to correctly initialize basket’s reservation_time input
2021-08-12 12:39:41 +02:00
Richard Schreiber
4c3192f116
Payment availability-check: ignore country if no invoice address given ( #2171 )
2021-08-09 15:11:49 +02:00
Richard Schreiber
103631a14b
Bundled items: improve label for quantity ( #2166 )
...
The label was „Number“, which is rather ambiguous. Changed it to „Quantity“.
2021-08-03 11:24:38 +02:00
Raphael Michel
b4bf5f998e
Check-in API: Recover from IntegrityError when saving questions
2021-07-31 11:14:36 +02:00
Raphael Michel
7b6d5a0cc9
Exporters: Allow extended XSLX formatting
2021-07-24 17:35:33 +02:00
Raphael Michel
f367d5e675
Multi-event exports: Pass organizer, fix in staff mode
2021-07-24 16:46:37 +02:00
Raphael Michel
8dc5dbd547
PDF: Add placehodler for order code + positionid
2021-07-23 19:29:27 +02:00
Raphael Michel
f10c8b229f
Check-in: Ticket should not count as redeemed if only exits have been scanned so far
2021-07-23 11:15:35 +02:00
Raphael Michel
4655d8237f
Check-in API: Improve handling of unknown ticket codes
2021-07-23 10:49:33 +02:00
Raphael Michel
7fef81bdef
Add fix and text for 0f2e90567
2021-07-20 18:14:59 +02:00
Raphael Michel
0f2e905672
Allow to remove seats that have canceled tickets
2021-07-20 17:17:26 +02:00
Raphael Michel
b57a6e982a
Order import: Ignore completely empty lines
2021-07-20 08:55:07 +02:00
Raphael Michel
a743605bd3
Stats: Allow queryset of subevents
2021-07-15 13:21:36 +02:00
Richard Schreiber
bdd9751f0e
Widget: remove limit of 50 events in list-view by adding a load-more-button ( #2144 )
2021-07-10 21:37:27 +02:00
Raphael Michel
7f9368c415
QuestionStep: Correctly apply order of "initial" values
2021-07-08 09:28:36 +02:00
Richard Schreiber
2e29e369f5
Fix celery progress: assign state/info once to avoid race-conditions ( #2142 )
2021-07-05 15:09:47 +02:00