502 Commits

Author SHA1 Message Date
dddba981c0 implemented bugfix: selecting times by project id broke layout
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2026-01-05 08:48:57 +01:00
ff9b520449 Started workflow definition
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m55s
2026-01-03 18:13:57 +01:00
c05f5110e4 working on project list update by event 2025-12-22 14:42:41 +01:00
18c7965b2e working on task update by event 2025-12-20 17:09:06 +01:00
f6813d8a75 working on task update by event 2025-12-20 16:35:47 +01:00
c05f24cd7c finished project tree update on task edit, added update of task view on task edit 2025-12-20 16:29:16 +01:00
5a1c8e1438 working on project tree update upon task creation/deletion/update 2025-12-20 15:11:18 +01:00
711addd75c updating kanban on
* task creation
* task update
* task deletion
2025-12-20 13:51:06 +01:00
78cae4644d simplified kanban:
Before this change tasks were resorted on drop. By introduction of server-sent events, this is no longer required, as resorting also happens triggered by the server side.
2025-12-20 13:21:17 +01:00
851df52458 re-ordering methods 2025-12-20 13:16:14 +01:00
bd2fb255d2 first working version with event reception in kanban 2025-12-20 00:43:01 +01:00
3b3803dafa working on event reception in Kanban 2025-12-19 16:07:30 +01:00
30add879ad improving scroll behaviour on mobile devices
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-10 08:32:25 +01:00
0dc21100f8 CSS improvements
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-09 10:57:18 +01:00
a898e5eaa2 fixed broken "add task" buttons in Kanban 2025-12-09 10:21:39 +01:00
fda7f34b99 tried to fix bug: easylist would register clicks when scolling on mobile devices
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-04 21:50:59 +01:00
72cb91f865 bugfix
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-04 21:05:36 +01:00
55f5a663fe improving main menu for mobile devices
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-04 20:18:21 +01:00
8197a0796c implemented live price update in document view
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-03 21:50:57 +01:00
74a1d526ae implementd search in stock items
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-03 18:45:46 +01:00
4cb9c6bd2f preparing search in stock items 2025-12-03 09:34:46 +01:00
d6b56ac127 fixing document module to receive unit, price and tax value from stock item, if provided
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-01 16:03:40 +01:00
a3bcc66b73 finished implementation of migration from legacy item db to stock db
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-01 09:09:41 +01:00
d6b5d243c1 removed autofocus in easylist
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-29 13:12:07 +01:00
8f82ca87b4 major improvement to easylist for usability on mobile devices
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-29 00:43:58 +01:00
600b0f2cf4 working on event handlers for mobile devices
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-28 20:38:45 +01:00
59f864d16f improved easylist
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-28 16:01:19 +01:00
60c447a967 added easy list button to tag view
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-28 14:03:58 +01:00
b0550db5c2 implemented easy-list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-28 13:56:55 +01:00
40c35bc9ed added kanban button to task display
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-28 11:06:45 +01:00
146ea80e4e implemented listing users on task index page
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-28 08:49:51 +01:00
daa25044a4 Merge branch 'module/projects' into dev 2025-11-26 08:47:34 +01:00
c37df2ddec added priority colors for tasks in custom state
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-26 08:47:23 +01:00
e450585d37 fixed bug: import was missing
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-26 08:26:42 +01:00
93907a839d altered table update:
now retaining the template name values from the template column as new template values in the document table

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-25 15:22:55 +01:00
ccb84995cb document db no longer storing complete template information in separate table:
- dropped table templates
- altered table documents: template_id (ref into templates) → template (name of template)
- templates are now picked up by the document registry

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-25 10:21:36 +01:00
2cd53b19cb Re-implemented guessing of next document id.
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-24 23:24:31 +01:00
6bb03f4e04 implemented adding stock items to documents
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-24 12:49:24 +01:00
438d8d4aad preparing to make items available as document positions
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-24 09:16:28 +01:00
95ad8cd126 Merge branch 'module/users' into dev 2025-11-21 23:01:21 +01:00
f48ddfa100 united table of connected services with table of connectable services
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 23:00:55 +01:00
f42001788c Merge branch 'module/users' into dev 2025-11-21 22:12:26 +01:00
66dcfba457 fixed api url
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 22:12:08 +01:00
374f85ee1d implemented updating timetrack table on stopping/starting timetrack
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 21:18:08 +01:00
0486289beb hotfix: no longer display user ids in kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 14:14:06 +01:00
892598b187 Merge remote-tracking branch 'origin/dev' into dev 2025-11-21 13:49:13 +01:00
772bb097d4 refactord user sorting in kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 13:48:36 +01:00
7538103f84 working on better user ordering
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 12:48:14 +01:00
2b22ed9b92 removed debug output
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-21 08:23:58 +01:00
79c633501f now showing current user atop in kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-19 15:21:11 +01:00