Martin Gross
9622bf41a1
InvoiceForm: Display vat_id especially if company_required (Z#23180046) ( #4775 )
2025-01-23 12:09:45 +01:00
Raphael Michel
23e58996bc
Invoice preview: Fix missing delivery date
2025-01-22 11:49:20 +01:00
Raphael Michel
46aefc10f3
Order change form: No default fee type, use most generic fee type first (Z#23179634) ( #4771 )
2025-01-21 17:48:31 +01:00
Raphael Michel
ffdc73e0a3
Show percentage of discount in cart (Z#23176955) ( #4719 )
...
* Show percentage of discount in cart (Z#23176955)
* Fix computation
2025-01-21 16:35:15 +01:00
Raphael Michel
045edc7cec
Invoice rendering: Remove transparency from logos (Z#23179391) ( #4762 )
...
* Invoice rendering: Remove logos from transparency
* Add comment
2025-01-21 15:03:43 +01:00
Mira
87c987fee5
Only display tax rates with non-zero gross amount ( #4760 )
2025-01-20 14:49:04 +01:00
Mira
c8d4815c9e
LogEntryType registry ( #4235 )
...
Move display of LogEntry details from the `logentry_display` and
`logentry_object_link` signals to a class hierarchy based approach.
For each action_type, an instance of a subclass of `LogEntryType`
is registered in the `log_entry_types` registry.
Analogous to EventPluginSignal, this registry is an `EventPluginRegistry`,
so it keeps track of the plugin the LogEntryType is defined in.
---------
Co-authored-by: Raphael Michel <michel@rami.io >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2025-01-16 13:05:57 +01:00
Mira
89f1f61b73
Refactor RelativeDate(Time)Field and -Widget ( #4746 )
...
* refactor to use namedtuples for the sub-fields and sub-widgets
* fix RelativeDateTimeField.set_event: apply relative_to filter not only to minutes, but to days as well
* fix bug in RelativeDateTimeField.clean: validate days relation_to instead of minutes relation_to when "Relative date" is selected
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2025-01-16 11:32:02 +01:00
Mira
bc32fe91a6
Make "Show in backend" button on ticket pages available on custom domains ( #4743 )
2025-01-14 18:37:38 +01:00
Raphael Michel
0664127e70
Invoices: Show sum of 0%-tax amount if there are any taxes (Z#23178464) ( #4737 )
2025-01-14 15:09:38 +01:00
Raphael Michel
5cf2f1beef
New invoice generation setting: User request but paid only ( #4740 )
2025-01-14 13:54:25 +01:00
Raphael Michel
ff6b4ae7bf
Translations: Allow to change field order for relative date form field ( #4738 )
2025-01-14 13:48:37 +01:00
Raphael Michel
6b5fd07535
Questions: Increase field size for min/max number ( #4741 )
2025-01-14 11:18:28 +01:00
Raphael Michel
62c028d9ac
Fix order availability with blocked seeat (Z#23178286) ( #4734 )
2025-01-13 12:49:49 +01:00
Hijiri
57f5eeff82
Update name scheme examples, adapt addressing system for Japan
2025-01-13 10:51:24 +01:00
Raphael Michel
a56c6ae1e0
Fix secret regeneration
2025-01-03 17:21:12 +01:00
Raphael Michel
595c042624
Regenerate OrderPosition.web_secret when chaning other secrets
2025-01-03 15:21:45 +01:00
Raphael Michel
7525ee853b
Ticket preview: Fix incorrect type of sample price
2024-12-19 13:37:38 +01:00
Raphael Michel
20f171b790
Order import: Respect sales channel when validating seats ( #4707 )
2024-12-18 13:57:29 +01:00
Raphael Michel
df29d4e8c4
Bump django-i18nfield to 1.10.* ( #4709 )
2024-12-16 15:20:09 +01:00
Raphael Michel
13452b5d8c
Make BaseInvoiceForm more reusable ( #4669 )
...
* Make BaseInvoiceForm more reusable
* Remove code
2024-12-13 16:28:21 +01:00
Raphael Michel
53f129d5d3
Add codification of tax rates ( #4372 )
...
* draft
* .
* Rebase migration
* Update src/pretix/base/models/tax.py
Co-authored-by: Mira <weller@rami.io >
* Test, isort, flake, migration rebase
* carry data & API
* Fix failing tests
* docs fixes
* Improve validation
* Tests
* More fixes
---------
Co-authored-by: Mira <weller@rami.io >
2024-12-13 12:04:38 +01:00
Mira
ae8ec42905
Fix backend validation if name is required as part of a required non-business invoice address ( #4674 )
...
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-12-09 12:27:59 +01:00
Raphael Michel
6132e4a2c4
Remove re-implementations if i18nfield API integration
2024-12-05 17:56:30 +01:00
Raphael Michel
11ab5c5eeb
Event dashboard: Use intcomma in numbers (Z#23175343) ( #4687 )
2024-12-05 17:11:57 +01:00
Raphael Michel
6b199a2b9c
Allow to enter gift cards into the voucher input (Z#23171961) ( #4670 )
2024-12-05 13:43:46 +01:00
Raphael Michel
70f06a8f40
Fix an incorrect exception handling
2024-12-04 16:59:58 +01:00
Raphael Michel
2dc625cf31
Add the option to introduce rich-text placeholders ( #4657 )
...
* Add the option to introduce rich-text placeholders
* Add tests in test_format
* Add some css
* Block vs inline
* Some fixed css
* Update src/pretix/control/forms/event.py
Co-authored-by: Mira <weller@rami.io >
* Add missing docstring prat
---------
Co-authored-by: Mira <weller@rami.io >
2024-12-03 11:38:15 +01:00
Raphael Michel
59e3494fa2
Add fee type for late fees ( #4656 )
2024-12-03 11:00:11 +01:00
Raphael Michel
e99ee91573
Allow to use custom domains for some but not all events (Z#23153875) ( #4627 )
...
* Allow to use custom domains for some but not all events
* Update src/pretix/multidomain/urlreverse.py
* Apply suggestions from code review
Co-authored-by: Mira <weller@rami.io >
* Logging for domain config changes
---------
Co-authored-by: Mira <weller@rami.io >
2024-12-02 15:58:50 +01:00
Richard Schreiber
d1989c3cd3
Fix all-optional in address-form for resellers ( #4672 )
2024-12-02 09:46:33 +01:00
Raphael Michel
61cb2e15cf
Fix validation crash of InvoiceNameForm
2024-11-29 20:08:36 +01:00
Mira
e8e9698a31
Update address field logic (Z#23163120) ( #4659 )
...
* Move country-dependent JS logic to separate file (avoids code duplication for presale and control)
* Correctly apply "required" attribute to address state field
* Load address format information when selecting country
* Fix some other bugs and inconsistencies
2024-11-29 14:56:56 +01:00
Richard Schreiber
a1bf7be244
[A11y] Improve customer account pages ( #4654 )
2024-11-29 14:16:40 +01:00
Raphael Michel
7dd455ce15
Fix #4641 -- Make usage of argon2id optional ( #4643 )
2024-11-26 17:31:27 +01:00
Raphael Michel
fe6fc8df32
Fix placehodler sample in empty series (PRETIXEU-ATN)
2024-11-19 16:14:13 +01:00
Raphael Michel
76ecec8b98
Scheduled mails: Allow subevent-dependent placeholders (Z#23171818) ( #4629 )
2024-11-19 10:50:10 +01:00
Martin Gross
a601c75923
CheckIns: Display a source_type icon (barcode/nfc) where known ( #4628 )
...
Co-authored-by: Raphael Michel <michel@rami.io >
2024-11-18 17:50:43 +01:00
Raphael Michel
03d3c389da
Fix #1674 -- Change spelling of e-mail to email ( #4636 )
...
* Fix #1674 -- Change spelling of e-mail to email
* Conflicts and word list
* Add MobilePay to wordlist
* fix usage in tests
2024-11-18 17:21:29 +01:00
Raphael Michel
9583a50c4e
Voucher import: Allow empty subevent (Z#23171356) ( #4622 )
2024-11-13 12:00:48 +01:00
Raphael Michel
a5c39271dd
Make API security profiles pluggable ( #4597 )
...
* Make API security profiles pluggable
* Update src/pretix/api/signals.py
Co-authored-by: robbi5 <richt@rami.io >
* REmove dead class
---------
Co-authored-by: robbi5 <richt@rami.io >
2024-11-11 17:13:53 +01:00
Mira
3170744c56
Bleach 6 update ( #4610 )
...
* Update bleach requirement from ==5.0.* to ==6.2.*
Updates the requirements on [bleach](https://github.com/mozilla/bleach ) to permit the latest version.
- [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES )
- [Commits](https://github.com/mozilla/bleach/compare/v5.0.0...v6.2.0 )
---
updated-dependencies:
- dependency-name: bleach
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update bleach parameter types
* Fix tests
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 15:34:40 +01:00
Raphael Michel
5aba1f9a23
Do not try to delete cart positions twice (PRETIXEU-ARN)
2024-11-07 14:28:35 +01:00
Raphael Michel
3d85d9d865
Remove deprecated auto_checkin_sales_channels ( #4587 )
...
* Remove deprecated auto_checkin_sales_channels
* Fix Query count
2024-11-06 12:30:41 +01:00
Raphael Michel
4ca9a43890
Fix performance issue in filtering checkin list (Z#23170917) ( #4607 )
...
* Fix performance issue in filtering checkin list
* remove test
2024-11-06 12:30:37 +01:00
Raphael Michel
3e4e86742a
Add print logs ( #4475 )
...
* Add print logs
* Add attribute successful
* Rebase migration
* Fix tests on postgres
2024-10-28 12:24:23 +01:00
Raphael Michel
ef5fcde5d9
Seating plans: Validate duplicate seat IDs ( #4564 )
2024-10-28 11:27:27 +01:00
Raphael Michel
5795aa6492
Docs: Fix various sphinx warnings
2024-10-25 21:58:14 +02:00
Raphael Michel
22e9a6eb92
Add warning to backend if cronjob is not running ( #4550 )
2024-10-24 22:50:34 +02:00
Mira
2d9bfc80dc
Fix "Your order qualifies for a discount" notice for discounted variation products ( #4541 )
2024-10-21 13:26:20 +02:00