Raphael Michel
bb38e2216b
Add a glossary to the documentation
2020-10-24 19:19:59 +02:00
Raphael Michel
2b8e6aab39
Add a glossary
2020-10-24 12:16:28 +02:00
Raphael Michel
22bba28bea
Add pluggable ticket secret generators ( #1809 )
2020-10-19 15:00:55 +02:00
Raphael Michel
6ee54f6cc1
Add sentence to structure guide
2020-09-14 18:21:09 +02:00
Felix Rindt
413cbec4b9
code format
2020-07-24 16:58:05 +02:00
Felix Rindt
b168516d78
user guide
2020-07-24 16:58:05 +02:00
Raphael Michel
0ab11a8134
Timeslot guide: Product creation
2020-05-16 11:52:35 +02:00
Raphael Michel
4c063272d4
Update timeslots.rst
2020-05-14 14:52:41 +02:00
Raphael Michel
029f113b06
Add docs on timeslots
2020-05-14 13:25:07 +02:00
Raphael Michel
7827b026fd
Update screenshots in documentation
2020-05-14 13:16:00 +02:00
Raphael Michel
c056db46b6
Overhaul of our check-in features ( #1647 )
2020-05-13 18:01:49 +02:00
Raphael Michel
de9c450648
Week calendar and more improvements to subevent calendars ( #1672 )
2020-05-07 15:48:47 +02:00
Raphael Michel
7e9c9beace
Allow to use a custom domain per event ( #1617 )
...
* Drop support for maindomain_urls/subdomain_urls in plugins
* Allow to use a custom domain per event
* Fix bug when manually saving domains
* Fix custom domains in debugging
* Fix middleware
* Fix middleware again, update docs
2020-03-23 13:03:14 +01:00
Raphael Michel
c849276a35
Widget: Allow to filter by product
2020-03-06 17:00:26 +01:00
Raphael Michel
a770f5a8e7
Add FAQ section on payment deadlines
2020-02-13 09:37:25 +01:00
Raphael Michel
5ea5b82994
Docs: Fix typo
2020-02-01 16:25:00 +01:00
Raphael Michel
81245cf125
Fix #1549 -- JS API to open pretix Button
2020-02-01 15:59:24 +01:00
Raphael Michel
fd7ad3cb16
Fix docs typo
2019-11-28 15:10:26 +01:00
Raphael Michel
d5b932e0d9
Add data-fix option to widget
2019-11-28 14:26:14 +01:00
Martin Gross
080b5f02cb
Fix FAQ on linear barcodes spelling even more, ffs...
2019-11-15 19:21:30 +01:00
Martin Gross
21c052918c
Fix FAQ on linear barcodes spelling
2019-11-15 18:53:58 +01:00
Martin Gross
a0dd495cc3
FAQ on linear barcodes
2019-11-15 16:27:07 +01:00
Raphael Michel
08460f9918
Add loading callback to widget
2019-10-23 15:09:20 +02:00
Raphael Michel
302966808e
More docs and payments
2019-10-17 17:19:31 +02:00
Raphael Michel
89a85392a9
Fixes
2019-10-17 16:39:42 +02:00
Raphael Michel
a1353b3773
Add a note on Google Analytics in the widget documentation
2019-08-09 15:02:59 +02:00
Raphael Michel
e83e8cdcc0
Allow to hide a product unless a specific quota is sold out ( #1351 )
...
* Allow to hide a product unless a specific quota is sold out
* Fix required property
* Add API property and copy between events
2019-07-25 16:14:24 +02:00
Raphael Michel
be310a4e47
Docs: Add agenda plugin to structure guide
2019-07-12 13:28:46 +02:00
Raphael Michel
35037c79cc
Add signal validate_cart_addons
2019-07-12 13:06:29 +02:00
Raphael Michel
55d423af18
Widget: Allow to filter by attributes
2019-07-08 23:27:46 +02:00
Raphael Michel
394f7e04c3
Docs: Add a guide on building product structures
2019-03-23 13:06:13 +01:00
Felix Rindt
47b7bcbfca
Fix doc typo
2019-03-23 11:15:35 +01:00
Raphael Michel
2cd1345035
Adjust item API tests
2019-03-23 00:43:02 +01:00
Raphael Michel
38f5f75a1b
Add deprecation note to the PayPal documentation
2019-03-22 15:49:44 +01:00
Raphael Michel
49e706a580
Fix #878 -- Add multi-event widget
2019-03-22 09:18:04 +00:00
Raphael Michel
b81f07b237
Bring documentation up to date
2019-03-17 21:33:19 +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
e4f80f7660
Widget: Allow to pre-fill fields in the invoice address
2018-12-05 16:45:05 +01:00
Raphael Michel
beb0ded6dc
Allow to pass user data to the widget ( #1095 )
...
- [x] Logic
- [x] Tests
- [x] Docs
- [x] find a way to integrate with tracking
2018-11-20 17:55:37 +01:00
Raphael Michel
723fedc066
Widget button: Fall back to front page if no items are specified
2018-08-13 14:35:13 +02:00
Raphael Michel
a83bb23540
Widget: Allow to disable voucher input
2018-08-13 14:31:57 +02:00
Raphael Michel
0ad3ec444c
Widget: Add a compatibility mode for Jimdo
2018-04-04 10:07:26 +02:00
Raphael Michel
a284e0c2f7
Add auditable superuser mode ( #824 )
...
* Remove is_superuser everywhere
* Session handling
* List of sessions, relative timeout
* Absolute timeout
* Optionally pseudo-force audit comments
* Fix failing tests
* Add tests
* Add docs
* Rebsae migration
* Typos
* Fix tests
2018-03-28 14:16:58 +02:00
Raphael Michel
eecc1def2a
Stripe Connect: Add note to documentation
2018-03-26 23:50:23 +02:00
Raphael Michel
e329753939
Add a FAQ section on check-outs
2018-03-20 16:11:05 +01:00
Raphael Michel
234e0ee764
Fix typo
2018-03-12 13:04:56 +01:00
Raphael Michel
093941f8ba
Another sphinx doc fix
2018-03-11 14:44:08 +01:00
Raphael Michel
1cb1c35e2a
Documentation syntax
2018-03-11 14:36:52 +01:00
Raphael Michel
432535e238
Add SPF and DKIM note to documentation
2018-03-11 14:31:48 +01:00
Felix Rindt
fdf0b6263a
Fix doc typo ( #802 )
2018-03-07 09:20:21 +01:00