joleaf

Results 8 issues of joleaf

Hi, thank you for this great project! Is it possible to upgrade to PyQt6, because this may fix the issue that PyQt5 is not supported on Mac M1. Thank you!

Using PySide6 instead of PyQt5. Related to #47.

Hey, great software so far! I wonder if it is possible to run "custom" scripts. E.g. User uploads a PDF, selects a custom script (e.g. from a special git repo...

enhancement

Current State: The time entries are sorted by the timestamp: ![image](https://user-images.githubusercontent.com/71190322/107346950-98d30580-6ac5-11eb-9d7a-ae59923589a0.png) (Furthermore, the german date format is wrong :( ) Expected State: The time entries are sorted by the timestamp...

enhancement

Hi! I saw that there exists an admin user: https://github.com/ClaperCo/Claper/blob/main/priv/repo/seeds.exs What is the password for this user? And can this user manage other users? I wonder why there is the...

Hey, in the `Readme.md` it says "test your changes with a local checkout of the site.". However, you need to deploy the project to an apache server to test it...

Hi, i have the problem that i cannot delete my records that are older than (e.g.,) 20 days. my second dimension has dates in this format: `2025-11-16 14:10:22` My deletion...

in progress

Add condition to overwrite filter option only for BETWEEN. -> Before, the `option` variable was always filled with the value `GT`, which results in wrong sql statments for the filter...