Raphael Michel
b79a3a9c2f
Fix domain update in organizer
2022-09-19 22:00:53 +02:00
Raphael Michel
a4171ef819
OpenID Connect OP support for customer accounts
2022-09-19 18:31:07 +02:00
Raphael Michel
7f5518dbf6
OpenID Connect RP support for customer accounts
2022-09-19 18:31:07 +02:00
Raphael Michel
c1233ed692
New retry logic for webhooks ( #2790 )
...
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
2022-09-15 09:41:39 +02:00
Richard Schreiber
1a401ec1e9
Fix: display cleaned filename in upload forms ( #2788 )
2022-09-15 09:41:32 +02:00
Raphael Michel
db93981bac
Don't try to cancel payment if provider plugin is disabled (PRETIXEU-754)
2022-09-12 13:06:03 +02:00
Martin Gross
cd6b21120c
Control/Order Details: Open invoices/cancellations PDFs in new tab
2022-09-08 12:04:22 +02:00
Raphael Michel
b586a52813
Improve settings link for propagated settings
2022-08-11 16:14:37 +02:00
Raphael Michel
4ce51b81ed
Limit length of invoice number counter
2022-08-09 16:01:20 +02:00
Raphael Michel
f63fbaca4d
Do not run control context processor for error pages
2022-08-09 09:53:43 +02:00
Raphael Michel
50ebda332a
Bump PyPDF to version 2 ( #2755 )
2022-08-05 09:53:32 +02:00
Raphael Michel
0bb41cc44e
Navigation typeahead: only match order numbers and vouchers at the beginning and only >3 characters
2022-08-04 17:55:25 +02:00
Raphael Michel
c13d873f1f
Invalidate tickets when item meta data is changed
2022-08-04 15:41:45 +02:00
Raphael Michel
bddeb35520
Don't crash if an order can't be paid manually
...
Fixes PRETIXEU-5Q6
2022-08-01 19:12:56 +02:00
Raphael Michel
94900cd386
Allow to hide cancellation fee from end-user in approval flow ( #2735 )
...
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
2022-07-25 18:58:25 +02:00
Raphael Michel
d628acc62a
Remove left-over debug statements
2022-07-21 09:14:38 +02:00
Raphael Michel
129e831e06
Add option to scan add-on based on its parent position's secret ( #2705 )
2022-07-06 10:32:05 +02:00
Raphael Michel
3c0ba3c8e8
More accurate phrasing of "attachments skipped" message
2022-07-05 12:29:20 +02:00
Raphael Michel
1ab701c100
Update texts claiming the Android app cannot to signed barcodes
2022-07-04 09:16:13 +02:00
Richard Schreiber
20e281d0a4
Fix: handle ProtectedError when deleting a team (Z#23102243)
2022-06-28 10:01:15 +02:00
Raphael Michel
127eb08f19
Fix invalid link name
...
Fixes PRETIXEU-6YM
2022-06-27 12:25:19 +02:00
Raphael Michel
75c069111e
Add customized links to page footer ( #2685 )
...
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
2022-06-16 11:21:11 +02:00
Raphael Michel
bd299f9afb
Fix crash during manual check-in (PRETIXEU-6WX)
2022-06-13 14:06:30 +02:00
Raphael Michel
635344a32f
Fix large number of SQL queries in check-in history
2022-06-13 11:38:42 +02:00
Raphael Michel
86085d9368
Allow to bulk-select many tickets to check in or out ( #2678 )
...
* Allow to bulk-select many tickets to check in or out
* Update tests
* Add permission test
* Update src/pretix/control/templates/pretixcontrol/checkin/index.html
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
* Update src/pretix/static/pretixbase/js/asynctask.js
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
* Remove console.warn
* Simplify stuff
* minor refactor
* fix missing checked-out success message
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2022-06-10 12:14:44 +02:00
Raphael Michel
00ad6f7d53
Reduce number of translatable strings
2022-06-09 17:46:56 +02:00
Raphael Michel
88770ed7b6
Adjust translation strings
2022-06-09 17:43:37 +02:00
Martin Gross
03a7a4e210
POS: Detail renderer for izettle_qrc POS payments
2022-06-09 16:52:55 +02:00
Martin Gross
8892fad228
POS: Detail renderer for adyen_legacy POS terminal payments
2022-06-09 16:40:48 +02:00
Raphael Michel
d98cb6402c
Improve handling of protected subevents during deletion
2022-06-03 14:05:20 +02:00
Raphael Michel
772a4ce494
Order list: Use constant width for sales channel icon
2022-06-03 14:05:20 +02:00
Raphael Michel
d4825d00fb
Fix copying variations when copying items
2022-05-20 16:09:57 +02:00
Raphael Michel
08590f9d98
Explicitly store whether checkins were offline ( #2617 )
2022-05-17 14:32:14 +02:00
Raphael Michel
a2413db65d
Small tweaks to new customer fields
2022-04-29 14:47:42 +02:00
Richard Schreiber
edff7b8717
Add note field and external identifier to customers ( #2605 )
2022-04-29 14:43:08 +02:00
Raphael Michel
3f1521a3c5
Fix typos
2022-04-27 16:03:19 +02:00
Raphael Michel
6fee0ac0a9
Discounts ( #2510 )
2022-04-27 14:43:16 +02:00
Raphael Michel
55dc7fd988
Fix typo
2022-04-25 12:42:39 +02:00
Raphael Michel
15c6e22414
POS: Show reference for Zettle payments
2022-04-15 13:13:57 +02:00
Raphael Michel
e308b38d6f
Fix string formatting issue in log message
2022-04-12 17:14:43 +02:00
Raphael Michel
3e8e454e92
Fix gettext formatting issues
2022-04-12 10:53:03 +02:00
Raphael Michel
3cdf578c14
Allow to add a comment when cancelling an order ( #2580 )
2022-04-12 09:53:02 +02:00
Raphael Michel
a755bfd22c
Allow to bulk-edit devices ( #2583 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2022-04-12 08:54:45 +02:00
Raphael Michel
22920a7318
Analyze check-in rules for missing products ( #2582 )
2022-04-11 18:53:07 +02:00
Raphael Michel
2623bfd2db
Item selection typeahead: Use consistent ordering of items
2022-04-09 14:26:27 +02:00
Raphael Michel
3aeea82d2e
Allow to filter log view by action type
2022-04-07 17:58:56 +02:00
Raphael Michel
732621f121
Fix incorrect log display of reverted checkins
2022-04-07 17:58:45 +02:00
Martin Gross
69d0a20674
Checkin Log: Sort devices by device ID
2022-04-07 09:10:03 +02:00
Raphael Michel
71f5303a5e
Fix invisible error message when mixing gift card products and admission products
2022-04-06 16:44:20 +02:00
Raphael Michel
69f91e54e6
Make error message about tax rules and gift cards easier to understand
2022-04-06 16:43:52 +02:00