Raphael Michel
d5b932e0d9
Add data-fix option to widget
2019-11-28 14:26:14 +01:00
Raphael Michel
5462e256ac
Allow to create a new gift card when refunding
2019-11-28 13:50:10 +01:00
Raphael Michel
46d4d97c13
Add BasePaymentProvider.refund_control_render
2019-11-28 13:50:10 +01:00
Raphael Michel
8b5241d520
Improve error messages when changing seating plans
2019-11-28 12:12:12 +01:00
Raphael Michel
ee06844b0d
Allow to sort the list of vouchers
2019-11-28 11:29:33 +01:00
Raphael Michel
d4a491fc1b
Add new signal pretix.control.signals.order_search_filter_q
2019-11-28 11:18:09 +01:00
Raphael Michel
bb3348022f
Allow to configure help text of email field
2019-11-28 11:11:55 +01:00
Raphael Michel
a10082a46f
CSV exports: Subevent name and date in separate columns
2019-11-28 10:24:12 +01:00
Raphael Michel
ef555eaff1
Fix new tests on real databases
2019-11-27 17:40:42 +01:00
Raphael Michel
31adc37599
API: Add convenience methods to make it easier to create fees
2019-11-27 17:14:44 +01:00
Raphael Michel
1d02764be2
Do not show "other fee" text on invoices
2019-11-27 16:55:53 +01:00
Raphael Michel
f80f2e9bf9
Show "choose other event date" button even in iframes
2019-11-27 16:09:46 +01:00
Raphael Michel
f5e7e0e309
Fix crash if Bundle.designated_price is set to null
2019-11-27 16:07:22 +01:00
Raphael Michel
bbc70447a2
Allow to create vouchers for *all* products ( #1504 )
2019-11-27 14:57:09 +01:00
Raphael Michel
530632d624
Add invoice_line_text to documentation
2019-11-26 17:15:13 +01:00
Raphael Michel
370130f047
Add signal invoice_line_text
2019-11-26 16:41:41 +01:00
Raphael Michel
14575693b8
Add signal item_description
2019-11-26 16:36:25 +01:00
Raphael Michel
436dcc68f2
Show link for other dates in widget checkout
2019-11-25 16:44:42 +01:00
Raphael Michel
b49e02d988
Voucher redemption: Disable add-on-cart button if no products are
...
selected
2019-11-25 15:54:11 +01:00
Raphael Michel
037644421b
Question statistics: Do not include canceled orders
2019-11-25 15:42:37 +01:00
Raphael Michel
654faa5a10
Order list: Filter by answers should be case-sensitive
2019-11-25 15:42:37 +01:00
Raphael Michel
53a22e0e88
Expiry warnings: Pre-fetch expiry column
2019-11-24 16:27:47 +01:00
Raphael Michel
f8a080d180
Refs #1289 -- Download reminders for subevents and download reminder performance
2019-11-24 16:05:03 +01:00
Raphael Michel
b013737d70
Fix AttributeError introduced in last commit
2019-11-24 15:40:14 +01:00
Raphael Michel
24d6816dac
Improve performance of send_expire_warnings and expire_orders
2019-11-24 15:28:03 +01:00
Maico Timmerman
2eb92bef9b
Send widget_data when opening waiting list ( #1502 )
2019-11-24 11:33:56 +01:00
Raphael Michel
8d5b4d190c
Fix TypeError introduced in 50dabb5b2
2019-11-22 16:10:58 +01:00
Raphael Michel
50dabb5b26
Show seat in web and PDF check-in list
2019-11-22 13:32:39 +01:00
Raphael Michel
84fb25e4d9
Voucher creation: Auto-select products based on seat
2019-11-22 13:25:20 +01:00
Raphael Michel
ee4f75c2fb
Introduce Seat.sorting_rank ( #1499 )
...
* Introduce Seat.sorting_rank
* Fix comments
* Comments, for real
2019-11-22 13:25:08 +01:00
Raphael Michel
1e63eb743c
Merge pull request #1498 from pretix-translations/weblate-pretix-pretix
...
Update from Weblate
2019-11-22 13:24:21 +01:00
Mie Frydensbjerg
09477e1431
Translated on translate.pretix.eu (Danish)
...
Currently translated at 48.1% (1600 of 3323 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2019-11-21 17:00:11 +00:00
Raphael Michel
2be49d8cab
Bank transfer: Do not cause duplicate payments
2019-11-21 17:22:11 +01:00
Raphael Michel
808ccfee75
Bank import: useful matching of negative transactions
...
Negative transactions are never matched automatically, which does not
change. However, when matching them manually, a negative payment was
created, which does not make much sense. Now, if a negative payment is
manually matched, the system checks whether:
a) There is a manual refund in pending state. In this case, the refund
will be marked as done.
b) There is a bank transfer payment of the same amount, in which case
this is handled like a credit card chargeback (i.e. notification on
the dashboard, ...)
c) Otherwise, an error will be returned asking the user to create a
refund object manually.
2019-11-20 18:35:15 +01:00
Raphael Michel
485766e247
Sendmail plugins: Fix issues around history of checkin-filtered emails
2019-11-20 18:08:22 +01:00
Martin Gross
bab27f5ab6
Respect payment-saleschannel restrictions also on order change
2019-11-20 17:18:51 +01:00
Martin Gross
26141da1b3
Update from Weblate ( #1497 )
...
Currently translated at 70.9% (73 of 103 strings)
Translation: pretix/pretix (frontend)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/da/
powered by weblate
Co-authored-by: Mie Frydensbjerg <mif@aarhus.dk >
2019-11-20 15:42:27 +01:00
Mie Frydensbjerg
4c6cf63d68
Translated on translate.pretix.eu (Danish)
...
Currently translated at 70.9% (73 of 103 strings)
Translation: pretix/pretix (frontend)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/da/
powered by weblate
2019-11-20 14:41:46 +00:00
Martin Gross
24fa251b05
Update from Weblate ( #1496 )
...
Update from Weblate
Co-authored-by: Mie Frydensbjerg <mif@aarhus.dk >
2019-11-20 15:01:16 +01:00
Mie Frydensbjerg
d65eaf7b95
Translated on translate.pretix.eu (Danish)
...
Currently translated at 48.1% (1598 of 3323 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2019-11-20 13:59:25 +00:00
Mie Frydensbjerg
e24a7f3887
Translated on translate.pretix.eu (Danish)
...
Currently translated at 69.9% (72 of 103 strings)
Translation: pretix/pretix (frontend)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/da/
powered by weblate
2019-11-20 13:54:08 +00:00
Martin Gross
ec66b20798
Fix ToC for docs
2019-11-20 12:55:19 +01:00
Martin Gross
2c3c9a4ba1
Merge pull request #1495 from pretix-translations/weblate-pretix-pretix
...
Update from Weblate
2019-11-20 10:04:41 +01:00
Martin Gross
4c8e1cef7f
Translated on translate.pretix.eu (Russian)
...
Currently translated at 33.8% (1123 of 3323 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ru/
powered by weblate
2019-11-20 09:02:33 +00:00
Raphael Michel
180963c787
Widget: Auto-open seating plan in some situations
2019-11-19 22:48:47 +01:00
Raphael Michel
ee96fb2ca1
Fix widget test cases
2019-11-19 22:42:51 +01:00
Raphael Michel
5563259b11
Fix gettext import
2019-11-19 21:44:34 +01:00
Raphael Michel
e7b86e0deb
Refactor attribution note in the widget
2019-11-19 21:16:04 +01:00
Raphael Michel
067c3b1abc
Update from Weblate ( #1494 )
...
Update from Weblate
2019-11-19 17:00:48 +01:00
Maarten van den Berg
3fff04bcda
Translated on translate.pretix.eu (Dutch (informal))
...
Currently translated at 100.0% (3323 of 3323 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_Informal/
powered by weblate
2019-11-19 15:55:59 +00:00