Julian
Julian
config.ini location should not be hardcoded to be in the module directory. I propose using /etc/fablabkasse/config.ini and ~/.fablabkasse/config.ini and allow adding another location via a command line argument. This would...
Make it possible to switch over to a web browser tab, to allow non-financial things to be available without interfering with the code. Example use cases: - Public TODO list...
### Describe the problem When entering dates a format of `[0-9]{2}\.[0-9]{2}\.[0-9]{4}` is currently enforced. This is could be relaxed to also allow dates as such: `1.4.23` or `1.4.2023` improving manual...
### Describe the feature you'd like We want to preprint labels for people to document their projects around our makespace. The label comes in two parts: introductions and the sticky...
### Before reporting an issue - [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...
google spreadsheets allow formatting within cells. I needed to transform it into markdown for further processing. Here is a code snippet, which retrieves the formatting using `gspread` and then transforms...