Raphael Michel
33ace8554b
Check-in list export: Constant-memory implementation
2024-01-12 10:58:26 +01:00
Raphael Michel
1035fa20e9
Check-in: Add export with all valid codes (Z#23133941) ( #3652 )
2023-10-19 10:48:44 +02:00
Richard Schreiber
abfd8a7d86
Check-in list export: Fall back to invoice address (Z#23133171) ( #3650 )
2023-10-17 13:40:50 +02:00
Raphael Michel
1eb1d8df5f
Check-in export: Fix filter options
2023-06-22 09:04:05 +02:00
Raphael Michel
79c9ba3cf3
Check-in list export: ALlow to filter by status ( #3424 )
2023-06-21 14:03:37 +02:00
Raphael Michel
bd32b33ba9
Bump Django to 4.1.* ( #2989 )
2023-06-05 09:56:31 +02:00
Raphael Michel
9869516b9c
Check-in list CSV: Use check-in list name in filename
2023-05-26 11:07:02 +02:00
Raphael Michel
78d8e49990
Reports: Add new "accounting report" ( #3314 )
2023-05-19 09:23:34 +02:00
Raphael Michel
1d60827fa1
Check-in log export: Allow to filter by date range
2023-03-09 17:48:43 +01:00
Raphael Michel
399643fd5d
Check-in list exporter: Make date filter behave more consistently
2023-02-13 12:07:46 +01:00
Raphael Michel
6902725f3c
New check-in features ( #3022 )
2023-02-09 09:46:46 +01:00
Raphael Michel
59d46ddded
Revert "First steps into pytz deprecation"
...
This reverts commit e4e7d50659 .
2023-02-01 13:15:18 +01:00
Raphael Michel
e4e7d50659
First steps into pytz deprecation
2023-02-01 13:12:24 +01:00
Raphael Michel
bf4569b080
Exports: Add predefined timeframes ( #3027 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2023-01-13 13:14:08 +01:00
Raphael Michel
0ae66ab7f6
Reorganize UI for exporters ( #3025 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2023-01-11 12:34:56 +01:00
Raphael Michel
08590f9d98
Explicitly store whether checkins were offline ( #2617 )
2022-05-17 14:32:14 +02:00
Richard Schreiber
f7c0921f18
Check-in list: Fix salutation not being localized in CSV-export (Z#184037) ( #2586 )
2022-04-12 09:51:20 +02:00
Raphael Michel
d4a2500204
Check-in list PDF: Escape HTML tags in names
2022-01-03 12:41:37 +01:00
Raphael Michel
0da2b12646
Check-in log exporter: Expose upload time
2021-08-30 12:44:25 +02:00
Raphael Michel
c7ef79be90
Store all check-in attempts, not only successful ones ( #2074 )
2021-06-05 13:00:58 +02:00
Raphael Michel
403b8191e4
Upgrade to Django 3.2 ( #2056 )
2021-05-07 12:00:30 +02:00
Raphael Michel
a45f4cce4f
Fix incorrect timezone in check-in list export
2021-04-29 17:14:18 +02:00
Raphael Michel
a93287207b
pretix Community Edition moves to AGPLv3-based license ( #2023 )
2021-04-12 10:33:47 +02:00
Felix Rindt
ce834d7028
Fix checkin-list pdf export subevent time formatting ( #2022 )
2021-04-11 20:10:33 +02:00
Richard Schreiber
ba0849ea8d
Add phone number to checkin-list export ( #2013 )
...
* add phone number to check-in export and tests
2021-03-30 12:51:07 +02:00
Aksh Gupta
88ba7ab53a
Refactor code quality issues ( #2001 )
2021-03-16 19:13:02 +01:00
Raphael Michel
a0f60c71b9
Add order time to check-in list CSV export
2021-02-10 09:11:16 +01:00
Raphael Michel
6c03e49090
Check-in list exporter: Fix bug if sorting is not set
2020-11-19 11:10:11 +01:00
Raphael Michel
bfabed5b44
Remove incorrect column in CSV header
...
Thanks to an anonymous @felixrindt
2020-10-16 22:53:33 +02:00
Raphael Michel
6402f0d86e
Add addresses to check-in lists
2020-10-14 11:34:41 +02:00
Raphael Michel
403dc9cf98
Sort exported check-ins
2020-09-14 16:28:56 +02:00
Raphael Michel
eb462b1950
Fix default item
2020-09-14 16:13:13 +02:00
Raphael Michel
05135c779c
Add export of all check-in scans
2020-09-14 13:21:24 +02:00
Raphael Michel
0a97b0ce67
Add progress bar for checkin list export
2020-07-24 13:54:38 +02:00
Raphael Michel
033deb7cf2
Add seat information to check-in list export
2020-07-23 12:26:54 +02:00
Martin Gross
6842127802
Absent/Checked Out persons in Checkin lists ( #1721 )
2020-07-20 10:41:39 +02:00
Martin Gross
d6b185193e
Fix Timezone in Checkinlist
2020-07-01 12:24:04 +02:00
Raphael Michel
62db01e353
Check-in list export: Allow to filter by subevent date
2020-05-29 19:06:14 +02:00
Raphael Michel
e435e7140c
Check-in list PDF exporter: Cross-subevent improvements
2020-05-29 18:59:02 +02:00
Raphael Michel
2c9b2620ea
Add company and address fields to attendees ( #1633 )
...
* Add company and address fields to attendees
* Update src/pretix/control/templates/pretixcontrol/event/settings.html
Co-Authored-By: Martin Gross <gross@rami.io >
Co-authored-by: Martin Gross <gross@rami.io >
2020-04-02 14:41:09 +02:00
Raphael Michel
af23d6e4bf
Upgrade to Django 3.0 and other dependencies ( #1568 )
...
* Upgrade Django to 3.0 and other dependencies to recent versions
* Fix otp version contsraint
* Remove six dependency
* Resolve some warnings
* Fix failing tests
* Update django-countries
* Resolve all RemovedInDjango31Warnings in test suite
* Run isort
* Fix import
* Update PostgreSQL version on travis
2020-03-23 15:02:20 +01:00
Raphael Michel
1c99e01af9
Fix test failure introduced in last commit
2019-12-11 11:22:52 +01:00
Raphael Michel
66183e805e
Check-in list export: Filter by checkin_attention
2019-12-11 09:16:58 +01:00
Raphael Michel
a10082a46f
CSV exports: Subevent name and date in separate columns
2019-11-28 10:24:12 +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
b156efaae8
Fix #1468 -- Fix sorting by fallback name parts in check-in lists
2019-10-29 19:53:52 +01:00
Martin Gross
748a389acb
Auto-check-in for specific sales channels ( #1409 )
...
* Autocheckin data model/cosmetics
* Expose automatically checked-in OrderPositions
* Expose automatically checked-in OrderPositions in CSV/PDF Exports
* Fix some tests, try to fix MultiStringField/CheckboxSelectMultiple
* Actually fix MultiStringField/CheckboxSelectMultiple.
(Not pretty, but it works)
* Fix more tests
* Squash migration
* Also fix CSV/nameparts-test
* Changes for Autocheckin code-review
* Perform Auto-Checkins through new core plugin
* Update config-doc to reflect also checkinlists
* Explicitly output AutoCheckin Yes/No for CSV-Export (+ fix test)
* Move autocheckin from plugin to service
* API-doc
* Fix API-doc spelling
* Checkinlist-API and autocheckin order tests
* Performance improvement when reading checkinlists for autocheckin
Co-Authored-By: Raphael Michel <michel@rami.io >
* Autocheckin test for order created through API
* Resolve migration conflict
2019-10-08 15:50:22 +02:00
Raphael Michel
c3901c567e
Correctly respect both attention flag in check-in list exports
2019-09-09 11:07:22 +02:00
Raphael Michel
0bcc784aaf
Include attention flag and comment in order and check-in list exports
2019-09-08 20:52:15 +02:00