Raphael Michel
b686978074
Add order lifecycle signals
2019-04-06 15:05:39 +02:00
Raphael Michel
d395db8142
Box office payments: Always display device and receipt ID
2019-04-05 14:40:58 +02:00
Raphael Michel
0c82e92882
REST API: Add support for idempotency keys
2019-04-05 14:21:51 +02:00
Raphael Michel
243e4ac4c8
Allow not to ask for invoice addresses on free orders
2019-04-04 09:57:57 +02:00
Raphael Michel
b931d27486
Solve cart deletion issues once and for all
2019-04-04 09:57:57 +02:00
Raphael Michel
2810e2a760
CartManager: Do not try to extend positions while they are being removed
2019-04-04 09:57:57 +02:00
Raphael Michel
2d37c6d94d
Make device token revokation more explicit
2019-04-02 09:36:07 +02:00
Raphael Michel
73ec5bac79
Allow to set a custom error message when presale is ended
2019-03-29 16:38:47 +01:00
Raphael Michel
697cdfd5c9
Allow to redirect to checkout directly after adding a product to the cart
2019-03-27 16:45:15 +01:00
Raphael Michel
d4795868d6
Correcly cancel payments when starting a new one
2019-03-26 09:41:03 +01:00
Raphael Michel
45af18a23d
Work around SubEvent.DoesNotExist in refresh_quota_caches
...
Fix PRETIXEU-Z8
2019-03-26 09:06:34 +01:00
Raphael Michel
a6de586b80
Make ItemBundle.designated_price non-nullable
2019-03-23 23:42:58 +01:00
Raphael Michel
420649e10a
Refs #654 -- REST API: Allow to resend order link
2019-03-23 13:33:57 +01:00
Raphael Michel
90f881c48e
Fix #1001 -- Add product bundles ( #1041 )
...
* Data model + Editor
* Cart and order management
* Rebase migrations
* Fix typos, add tests on cart handling
* Add tests for checkout and quotas
* Add API endpoints
* Validation of settings
* Front page tax display
* Voucher handling
* Widget foo
* Show correct net pricing
* Front page tests
* reverse charge foo
* Allow to require bundling
* Fix test failure on postgres
2019-03-22 14:48:48 +00:00
Raphael Michel
49e706a580
Fix #878 -- Add multi-event widget
2019-03-22 09:18:04 +00:00
Martin Gross
ca7d55082b
Refs #654 -- Add writable API for subevents ( #1217 )
...
- [x] Write operations for subevents
- [x] Tests
- [x] Documentation
2019-03-21 20:40:59 +00:00
Raphael Michel
516fab52da
Do not send payment reminders to orders pending approval
2019-03-20 23:09:13 +01:00
Raphael Michel
07b4b8c473
Allow to add a custom text above the invoice address
2019-03-18 17:01:23 +01:00
Raphael Michel
586e7cc997
Add sales channel to order export
2019-03-18 16:54:08 +01:00
Raphael Michel
bf33cc1499
Do not uppercase labels in Greek invoices
2019-03-18 16:53:48 +01:00
Raphael Michel
a21ea34944
Bank transfer: Properly deal with fees of aborted payment methods
2019-03-15 11:31:32 +01:00
Raphael Michel
7fc926f23e
Bank transfer: Send email for underpayments
2019-03-14 15:35:01 +01:00
Raphael Michel
8523f4dfa2
Do not print canceled add-ons on orders
2019-03-14 15:35:01 +01:00
Alvaro Enrique Ruano
8cfc8bc152
Correct documentation for payment forms ( #1209 )
2019-03-14 09:43:05 +01:00
Raphael Michel
307ee36e52
Do not show invisible questions in order overview
2019-03-13 17:06:49 +01:00
Raphael Michel
f95e8f374d
Allow dependencies between questions ( #1202 )
...
- [x] data model
- [x] api
- [x] backend editor
- [x] backend validation logic
- [x] frontend display logic
- [x] frontend validation logic
- [x] test checkout step
- [x] test modify order in frontend
- [x] test modify order in backend
- [x] validation tests
- [x] correctly evaluate dependency tree in frontend?
- [x] copy events
2019-03-13 16:49:20 +01:00
Martin Gross
0365a1c68d
Show SumUp payment details for boxoffice transactions
2019-03-12 14:20:45 +01:00
Raphael Michel
affc6254a8
Fix potential XSS in questions [not a vulnerability, thanks to CSP]
2019-03-12 09:20:48 +01:00
Raphael Michel
8ba38a0254
Order.meta_info_data: Expose null values as an empty dict
2019-03-11 18:12:29 +01:00
Raphael Michel
2e6f5d0f32
E-Mail rendering: Consistent markdown evaluation between preview and mail
2019-03-08 11:58:26 +01:00
Raphael Michel
12b48948e3
Add a new notification category for overpayments
2019-03-08 11:40:22 +01:00
Raphael Michel
4c0789ac20
Fix inconsistent naming of option
2019-03-08 11:30:04 +01:00
Raphael Michel
f3ef00e3b7
Set an update_check_id even if update checks are disabled
2019-03-06 09:09:18 +01:00
Martin Gross
c5499df0b4
Improve display of date/time-format in PDF-ticket preview vs. actual rendering (Z#2344558)
2019-03-05 12:10:05 +01:00
Raphael Michel
68dbfedfdf
Add database-level uniqueness constraint for check-ins
...
We measured that this creates a ~10% performance loss on MySQL, but
believe that correctness is more important. Also, in case on concurrent
check-ins on MySQL with default transaction isolation level, this might
lead to Internal Server Errors on all but one check-ins, which is still
better than to show green.
2019-03-04 18:51:52 +01:00
Raphael Michel
c278687487
Allow creating multiple events in different tabs at the same time
2019-02-26 13:10:53 +01:00
Raphael Michel
ac4ecfbe69
OrderChangeManager: Fix a type error for orders without tax
2019-02-26 13:10:53 +01:00
Raphael Michel
67059fe323
Add a simple test mode ( #1181 )
...
- [x] Provide data model and configuration toggle
- [x] Allow to delete individual test orders
- [x] Add tests
- [x] Add a prominent warning message to the backend if test mode orders exist (even though test mode is off), as this leads to wrong statistics
- [x] Decide if and how to generate invoices for test orders as invoice numbers cannot be repeated or should not have gaps.
- [x] Decide if and how we expose test orders through the API, since our difference pull mechanism relies on the fact that orders cannot be deleted.
- [x] Decide if and how we want to couple test modes of payment providers?
- [ ] pretix.eu: Ignore test orders for billing
- [ ] Adjust payment providers: Mollie, bitpay, cash, fakepayment, sepadebit

2019-02-20 17:51:26 +01:00
Raphael Michel
3f7348717b
Include pending_sum in mail notifications
2019-02-20 15:12:33 +01:00
Raphael Michel
d35ad345d7
Allow to use event meta data in email templates
2019-02-20 14:33:45 +01:00
Martin Gross
a2b075c0d7
Filter sensitive keys from log-messages ( #1186 )
2019-02-20 13:37:44 +01:00
Martin Gross
0617abe6e3
Change test eMail address to accomodate RFC2606-sensitive mailservers (Z#134234)
2019-02-20 10:03:31 +01:00
Raphael Michel
040466353c
Fix order of imports
2019-02-19 15:47:47 +01:00
Martin Gross
3d65c2fd51
Migration for event.plugins non-null default
2019-02-19 13:48:32 +01:00
Alexander Schwartz
9b394b3833
Enable nl2br plugin for Markdown rendering ( #1162 )
...
The frontpage text is already markdown, and will receive its formatting via the rich_text filter.
When applying the additional linebreaksbr filter, it will add unnecessary blank lines.
I'm using the hosted pretix version.
Test for frontpage text:
````
Test
* test1
* test2
````
Before (screenshot):
---

----
After (screenshot):
----

----
2019-02-19 12:51:33 +01:00
Martin Gross
d5747084ec
Fix: Make event.plugins non-Null by default
2019-02-19 12:38:32 +01:00
Raphael Michel
c202286470
Fix #212 -- Different priorization of locale sources between backend and frontend
2019-02-18 15:12:05 +01:00
Raphael Michel
def7918b29
Fix wrong string interpolation in invoice generation
2019-02-17 21:22:47 +01:00
Raphael Michel
70fcba96a5
Add __str__ methods to more models
2019-02-14 18:50:27 +01:00
Raphael Michel
2d2d62045a
Do not mark orders as paid when changed to free if they require approval
2019-02-14 18:38:33 +01:00