Kresten Laust

Results 85 issues of Kresten Laust

The only way to refresh without resubmitting previous post data, is to exit and reenter the tool.

enhancement
hacktoberfest
admin panel

When a signup is forced beforehand, the balance should have the due deducted, this way the starting balance of a forced signup should be "-200 kr." which then evens out...

bug
signup

![billede](https://github.com/user-attachments/assets/56ab6a94-b0ba-46b5-96ca-541ee64ca80a) ![billede](https://github.com/user-attachments/assets/f886bd73-cacb-4e12-b00f-d6993a62eaa6)

bug

After redoing prod deployment, the fabfile is outdated. It is no longer neccessary (or useful) to restart the apache2 service. Now the services: `stregsystem.service` (gunicorn) and `stregsystem.socket`, should be restarted

bug

`/admin/stregsystem/report/sales` The individual sales reporting, throws an error if any whitespace is left in the product ID field.

bug
hacktoberfest
admin panel

Increments API version from `1.1` to `1.1.1` Resolves #542 **Prerequisite:** #550 Documentation: - [x] Add [POST] /api/signup for posting signups - [x] Add [GET] /api/signup/status for querying status regarding a...

enhancement
API

An endpoint to retrieve the version of the API and of the stregsystem

enhancement
API

This version of the API adds - `/api/version` for tracking Stregsystem and API version - `/api/signup` for submitting signups

enhancement
API

Adds a **very** barebones settings page for razzias. - Add basic settings page - Redirect to settings page on new razzia - Update default razzia name I need to add...

razzia

In the feedback the system provides when the input is in the wrong format or the username doesn't exist, the previous username is shown in the output

bug