Merge pull request #878 from bornhack/fix_none_unpacking_when_finding_tickets
master
Thomas Steen Rasmussen
2021-08-19 17:50:07 +0200
1d7d7a72c5Search for both ticket token and badge token. Figure out if the token is for a badge after finding the ticket.Víðir Valberg Guðmundsson2021-08-19 13:07:21 +0200
a73035202fdo not generate tickets until ticket_ready=True
Thomas Steen Rasmussen
2021-08-17 21:57:36 +0200
f90403478bgive the token system a once-over
Thomas Steen Rasmussen
2021-08-17 19:11:09 +0200
d3cdd5a838fix autoschedule apply success message when not doing similar schedule
Thomas Steen Rasmussen
2021-08-16 00:34:56 +0200
3a42b262f3add more text to event scheduled email
Thomas Steen Rasmussen
2021-08-15 22:44:33 +0200
6b4d8e0790make it optional to specify speaker_event conflicts
Thomas Steen Rasmussen
2021-08-15 22:04:33 +0200
c8dee63751accept all valid lengths of phonenumber in the url pattern
Thomas Steen Rasmussen
2021-08-15 18:23:13 +0200
816f1e5acefix issue with editing and deleting phonebook numbers starting with one or more 0s, django would remove leading 0s because the url pattern was an int, use a regex expecting 4 digits instead
Thomas Steen Rasmussen
2021-08-12 03:16:39 +0200
Merge pull request #870 from bornhack/dependabot/pip/src/requirements/wheel-0.37.0
Thomas Steen Rasmussen
2021-08-11 10:13:57 +0200
8b7807b88bput the latest invoice number at the top of the file
Thomas Steen Rasmussen
2021-08-11 09:47:21 +0200
b0656ff911add csv export of invoice list
Thomas Steen Rasmussen
2021-08-11 09:36:57 +0200
852c7c6a7aupdated frontpage logo to be this years variant
Thomas Flummer
2021-08-11 00:17:17 +0200
b77272419aAdded aiia and Fiberby logos
Thomas Flummer
2021-08-11 00:03:20 +0200
8ddab4a600fix amount and customer info
Thomas Steen Rasmussen
2021-08-10 21:32:01 +0200
0fe5d918abmake paid/unpaid searchable
Thomas Steen Rasmussen
2021-08-10 21:22:30 +0200
50bb1d4772more work on invoice list
Thomas Steen Rasmussen
2021-08-10 21:20:53 +0200
288d90332bfix a few things in the invoice list
Thomas Steen Rasmussen
2021-08-10 21:10:31 +0200
b85a1c8565add an invoice list view in backoffice in preparation for a CSV export of the same information
Thomas Steen Rasmussen
2021-08-10 21:00:44 +0200
3e71a55a3aadd missing endif
Thomas Steen Rasmussen
2021-08-10 12:37:04 +0200
Bump pipdeptree from 2.0.0 to 2.1.0 in /src/requirements
dependabot[bot]
2021-08-02 09:00:48 +0000
7d4ad533f7remove oooold typo
Thomas Steen Rasmussen
2021-08-01 18:12:58 +0200
792fc2bfc0unbreak refund order function, while here show on order list and detail pages if an order is refunded, also fix tickettype detail stats so they dont include refunded orders
Thomas Steen Rasmussen
2021-08-01 17:45:37 +0200
929cde010edo not crap out when no tickets exist
Thomas Steen Rasmussen
2021-08-01 17:43:53 +0200
Bump django-bleach from 0.7.0 to 0.7.2 in /src/requirements
dependabot[bot]
2021-07-28 09:00:54 +0000
4c6eca2a6dbackoffice: add average price across all tickets of the given type to the tickettype stats detail view
Thomas Steen Rasmussen
2021-07-26 18:47:34 +0200
a494bdfd4bbackoffice: add totals to the bottom of ticket type details table
Thomas Steen Rasmussen
2021-07-26 18:09:11 +0200
02b796e90brename to paid_order_count
Thomas Steen Rasmussen
2021-07-22 08:06:43 +0200
f61d0b85e8use Count() to get the number of paid orders for the product
Thomas Steen Rasmussen
2021-07-22 08:02:28 +0200
b76cc2ed64remove wrong info for now
Thomas Steen Rasmussen
2021-07-22 07:55:58 +0200
21b479e253only count paid orders
Thomas Steen Rasmussen
2021-07-22 07:12:13 +0200
41467447a8always mark OPR as ticket_generated=True
Thomas Steen Rasmussen
2021-07-22 00:35:07 +0200
0e0374b577calculate profit in the database, skip the margin calculation for now
Thomas Steen Rasmussen
2021-07-22 00:07:30 +0200
ec816a5c11realise there can be more than one thing on each ticket, fix
Thomas Steen Rasmussen
2021-07-21 23:14:48 +0200
0973709ef0fix profit margin calculation
Thomas Steen Rasmussen
2021-07-21 21:36:50 +0200
21111e0c2ctypo
Thomas Steen Rasmussen
2021-07-21 21:32:46 +0200
a8c4894b8fbrush the dust off of the event system, add a new eventtype ticket_stats, add a management command to post ticket stats to irc, add a backoffice view showing ticket stats
Thomas Steen Rasmussen
2021-07-21 18:53:53 +0200
4d06e647a2ircbot: detect when the bot gets +o in a channel, and register it if needed
Thomas Steen Rasmussen
2021-07-20 11:09:53 +0200
efdc519c0badd skeleton on_mode() handler to ircbot
Thomas Steen Rasmussen
2021-07-20 08:16:32 +0200
8661c423fecopy paste error
Thomas Steen Rasmussen
2021-07-20 07:22:01 +0200
786e9d10bdadd IrcOverView
Thomas Steen Rasmussen
2021-07-19 22:02:35 +0200
949cb05ae1remove all attempts to this the right way and do it the wrong way instead. This is fine.
Thomas Steen Rasmussen
2021-07-19 21:10:40 +0200
4d1b96a5b8use --ignore-init-module-imports
Thomas Steen Rasmussen
2021-07-19 17:09:56 +0200
01687ea11arun pre-commit --all-files, it's been a while since last time
Thomas Steen Rasmussen
2021-07-19 15:06:10 +0200
a21bc1097csplit backoffice views.py into multiple files, add autoflake to pre-commit
Thomas Steen Rasmussen
2021-07-19 15:00:59 +0200