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
Raphael Michel
f0db879c9c
Update docs and German translation
2018-03-03 21:16:17 +01:00
Raphael Michel
303b9912ff
Add „button“ operation mode of the widget ( #778 )
2018-03-03 11:20:41 +01:00
Raphael Michel
0259b2e5b9
Update paypal documentation
2018-03-02 22:55:37 +01:00
Raphael Michel
39abf63698
Additional fixes
2018-02-02 10:16:23 +01:00
Raphael Michel
0b12b7aa89
Refs #678 -- Allow deletion of events that do not have any orders
2018-01-29 12:25:11 +01:00
Felix Rindt
56ca2305bd
Payment Docs: Fix arrow and link to pretix website ( #755 )
2018-01-19 11:07:13 +01:00
Felix Rindt
fc7bafe3d9
Fix italics underscores in markdown doc ( Fix #748 ) ( #750 )
...
let's just get this out of the way ^^ There are more important issues...
2018-01-17 12:15:14 +01:00
Raphael Michel
f8c536afd3
Docs: Ticketing settings
2018-01-01 00:12:45 +01:00
Raphael Michel
53b75e1ca2
Docs: Invoice settings
2018-01-01 00:12:45 +01:00
Raphael Michel
a632b08664
Docs: E-mail settings
2018-01-01 00:12:45 +01:00
Jakob Schnell
9ab39904e8
Implement automatic spell-check for docs ( #688 )
...
* [WIP] Implement automatic spell-check for docs
fixes #663
The only thing unclear to me so far is how the output of `make spelling`
should be checked - is there a possibility to check for a file (i.e.
`_build/spelling/output.txt`) to be empty, and report a failed build
otherwise?
* fix typo in requirements.txt
* add enchant library
* travis should report errors, order spelling wordlist
* change travis.yml to easier troubleshoot build issues
* fixed more typos, added more words
* add more words, fix more typos
* added more words
* added more words
* revert changes to .travis.yml
2017-12-11 11:41:59 +01:00
Raphael Michel
1011b67f0a
Fix markup in emails: Consistently allow <pre> in markdown content
2017-12-07 18:33:33 +01:00
Raphael Michel
98a58779ad
Consistent markdown parsing, docs on markdown and display settings
2017-12-03 15:19:15 +01:00
Raphael Michel
1aef721794
User documentation: More information on payments
2017-12-01 11:19:14 +01:00
Raphael Michel
7373d958a5
User documentation: subevents
2017-12-01 10:26:43 +01:00
Raphael Michel
37fdbf25ff
User docs: Add FAQ and domain pages
2017-11-30 12:16:17 +01:00
Raphael Michel
9213a40219
Widget: docs and i18n
2017-10-28 23:02:54 +02:00
Raphael Michel
b9b4ccb180
Change order of user docs pages
2017-09-04 20:13:38 +02:00
Tobias Preuss
9a4ee3db69
Improve reading flow. ( #603 )
2017-08-27 10:41:55 +03:00
Raphael Michel
45fd43682a
Docs: Add missing RST file
2017-08-23 15:13:20 +02:00
Raphael Michel
56338be13e
Tax rules and reverse charge ( #559 )
...
Tax rules and reverse charge
2017-08-23 13:13:16 +03:00
Raphael Michel
b9ec5ea83c
Documentation on event creation
2017-08-23 10:15:51 +02:00
Raphael Michel
93dab76da2
Complete docs page
2017-07-31 21:12:30 +02:00
Raphael Michel
e16f8fc7e9
Add some user documentation
2017-07-31 18:31:20 +02:00
Raphael Michel
3df4b4dc57
Update translations
2017-06-22 16:24:29 +02:00
Raphael Michel
b2801f3a40
EU legislation note
2017-06-22 15:53:30 +02:00