|
222f28de16
|
doorcontrol: Use less vertical space for filters in xs breakpoint
Ruff / ruff (push) Successful in 21s
|
2024-02-08 10:49:43 -05:00 |
|
|
b582caebff
|
doorcontrol: Add filtering by door to access reports
Ruff / ruff (push) Successful in 22s
|
2024-02-08 10:47:32 -05:00 |
|
|
37feea9623
|
doorcontrol: Fix size of "items per page" input in reports
|
2024-02-08 10:45:08 -05:00 |
|
|
bbd4d8d700
|
paperwork: Fix CertificationVersion is_latest/is_current when filtered
Ruff / ruff (push) Successful in 24s
Unsurprisingly, filtering breaks window functions. Subqueries are less
elegant, but actually work :)
|
2024-02-07 21:30:28 -05:00 |
|
|
c07e3ac07a
|
paperwork: Add access verification report
|
2024-02-07 21:13:18 -05:00 |
|
|
43f992e2c3
|
paperwork: Remove suffixes from names in shopleads mailing list
Mailman3 doesn't have display names per list anymore, so this is
somewhat confusing
|
2024-02-07 13:40:04 -05:00 |
|
|
83da93b712
|
membershipworks: Add waiver and Instructor/Vendor reports
|
2024-02-07 00:27:07 -05:00 |
|
|
26514e60fb
|
dashboard: Add more flexible Link Card dashboard fragment
with support for tooltips and accordions
|
2024-02-06 00:42:14 -05:00 |
|
|
387767204a
|
membershipworks: Add upcoming events to dashboard
|
2024-02-05 19:51:55 -05:00 |
|
|
af70e0899f
|
Update fmt command to use Ruff
|
2024-02-05 01:00:15 -05:00 |
|
|
72a1ce8750
|
membershipworks: Add/fix migrations for earlier manual fixes
Ruff / ruff (push) Successful in 21s
|
2024-02-04 22:37:22 -05:00 |
|
|
824c37df04
|
membershipworks: Ignore EventExt.materials_fee_included_in_price when materials fee is 0
Ruff / ruff (push) Successful in 21s
|
2024-02-03 23:33:50 -05:00 |
|
|
560225cdb3
|
membershipworks: Add new event attendee email report
Ruff / ruff (push) Successful in 20s
|
2024-02-02 19:26:06 -05:00 |
|
|
c3f51df7d4
|
Bump dependencies
Ruff / ruff (push) Successful in 21s
|
2024-02-02 01:25:54 -05:00 |
|
|
2d16029ed7
|
membershipworks: Switch EventExt.details_timestamp to an annotation
Ruff / ruff (push) Successful in 22s
to avoid issues with saving new objects with GeneratedFields when the
pk is set
|
2024-02-01 11:14:49 -05:00 |
|
|
8961542d14
|
Use decorator to keep track of group names for django-q2 tasks
|
2024-02-01 11:10:22 -05:00 |
|
|
3d7d428914
|
membershipworks: Add event invoices and financial info to event reports
Ruff / ruff (push) Successful in 22s
|
2024-01-31 20:28:28 -05:00 |
|
|
fc5a911c76
|
membershipworks: Add admin links to event reports
Ruff / ruff (push) Successful in 20s
|
2024-01-30 14:28:09 -05:00 |
|
|
138236a8eb
|
Set bootstrap color mode to auto by default and load script early
Ruff / ruff (push) Successful in 21s
|
2024-01-30 13:34:04 -05:00 |
|
|
eec1420ee9
|
membershipworks: Fix EventInstructor search_fields
Ruff / ruff (push) Successful in 1m16s
|
2024-01-29 21:49:45 -05:00 |
|
|
d3215a6588
|
paperwork: Fix typo in dashboard
|
2024-01-29 21:48:55 -05:00 |
|
|
e10bcd5b49
|
membershipworks: Add storage and scraping for Event details
|
2024-01-29 21:48:19 -05:00 |
|
|
334f8d4bf8
|
membershipworks: Move table-specific queryset operations into get_table_data
|
2024-01-29 14:18:00 -05:00 |
|
|
29e87c4468
|
membershipworks: Change name for EventExt.meetings to avoid extra queries
|
2024-01-29 14:18:00 -05:00 |
|
|
dafd8cc620
|
membershipworks: Add default ordering by start field to EventExt
|
2024-01-29 14:17:58 -05:00 |
|
|
21fe7f66cd
|
membershipworks: Expose EventExtQuerySet methods on EventExtManager
|
2024-01-28 23:54:55 -05:00 |
|
|
0eab482893
|
Allow empty lines in templates
|
2024-01-26 14:13:46 -05:00 |
|
|
60b8510961
|
Enable djlint formatting pre-commit hook
|
2024-01-26 14:04:32 -05:00 |
|
|
240ebc710d
|
Apply missed djlint format
|
2024-01-26 14:03:46 -05:00 |
|
|
a1a9cb2890
|
Bump dependencies
|
2024-01-26 14:03:04 -05:00 |
|
|
9f732d9b43
|
doorcontrol: Use input group for start date/end date in access reports
|
2024-01-26 14:00:30 -05:00 |
|
|
968a47c723
|
doorcontrol: Use django-filters for date range filter in access reports
|
2024-01-26 14:00:27 -05:00 |
|
|
f20d85e2e4
|
Add django-filters
|
2024-01-26 13:56:27 -05:00 |
|
|
19d8e888f4
|
membershipworks: Add EventExt.materials_fee_included_in_price field
Ruff / ruff (push) Successful in 20s
|
2024-01-24 22:12:14 -05:00 |
|
|
ee399e6b64
|
membershipworks: Use bulk_create for Event
Ruff / ruff (push) Successful in 21s
Work around for issues with GeneratedField. Also faster anyway.
|
2024-01-24 18:35:25 -05:00 |
|
|
e0b5820bc2
|
membershipworks: Don't try to set generated fields in from_api_dict
Ruff / ruff (push) Successful in 22s
|
2024-01-24 16:32:42 -05:00 |
|
|
5f59aac67e
|
Use more generic location for table download component
Ruff / ruff (push) Successful in 23s
|
2024-01-24 00:20:12 -05:00 |
|
|
8317ae83c2
|
doorcontrol: Use django-tables2 for access reports
Ruff / ruff (push) Successful in 23s
|
2024-01-24 00:03:57 -05:00 |
|
|
bfe9fc7c2c
|
membershipworks: Add download buttons for event reports
|
2024-01-24 00:03:57 -05:00 |
|
|
97e9a3c9d5
|
membershipworks: Use django-tables2 for event reports
|
2024-01-22 14:41:11 -05:00 |
|
|
1f3cd94601
|
Add django-tables2
|
2024-01-22 12:33:55 -05:00 |
|
|
1dd2fa521a
|
membershipworks: Set more useful titles in event report templates
|
2024-01-22 12:28:56 -05:00 |
|
|
0a3a709ab5
|
membershipworks: Fix djlint formatting in event report templates
|
2024-01-22 00:57:19 -05:00 |
|
|
8155402dbb
|
membershipworks: Round durations in event reports to two digits
|
2024-01-22 00:56:28 -05:00 |
|
|
c489c492b2
|
membershipworks: Fix scope attribute in event report templates
|
2024-01-22 00:56:19 -05:00 |
|
|
599b7f7785
|
membershipworks: Use unique name for sum of count of EventExt.meeting_times
|
2024-01-22 00:56:02 -05:00 |
|
|
df621988f6
|
membershipworks: Fix bad grouping in EventExt.summarize using subquery
|
2024-01-19 16:25:20 -05:00 |
|
|
bfa04be2d9
|
membershipworks: Add event index and year reports
|
2024-01-19 15:41:27 -05:00 |
|
|
cbe8d24fe4
|
membershipworks: Add generated field to check if an event occured
|
2024-01-19 15:22:05 -05:00 |
|
|
4561e317b8
|
Enable/apply ruff's "flake6-simplify" rules
|
2024-01-19 15:16:47 -05:00 |
|