Commit Graph

755 Commits

Author SHA1 Message Date
a4bcb02459 Merge remote-tracking branch 'origin/feature/items_stock_integration' into feature/items_stock_integration 2025-12-02 11:23:53 +01:00
e887a13bbb added plenty of logging, updateed tools.jdbc
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-02 11:23:04 +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
90528cfcac migration partially working:
- upon migration, items appear in stock module
- after restart, they are gone
- only one item is actually persisted in the DB???

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-30 23:44:01 +01:00
fd536abe11 working on migration of items to stock db
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-30 23:24:02 +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
261a93bcc0 improved CSS
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-28 14:34:45 +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
5fc79e05da Merge branch 'feature/list_task_users' 2025-11-28 09:16:10 +01:00
7de79627b4 Merge remote-tracking branch 'origin' 2025-11-28 09:16:03 +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
21759d1b12 Merge branch 'main' into dev 2025-11-26 21:09:31 +01:00
ba531a0ab1 Merge branch 'module/projects' 2025-11-26 21:08:56 +01:00
7e02fe17e9 Merge branch 'module/projects' 2025-11-26 21:06:35 +01:00
37e6ccd71a Merge branch 'module/projects' into dev 2025-11-26 09:12:26 +01:00
11c0983dac improved button colors
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-26 09:12:17 +01:00
2bad462c38 Merge branch 'module/stock' 2025-11-26 09:04:18 +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
fad9c78f87 Merge remote-tracking branch 'origin/dev' into dev 2025-11-24 23:26:35 +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
288acd90f4 Merge branch 'main' into dev 2025-11-24 20:12:08 +01:00
d2425d7d0d CSS fix
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-24 20:12:02 +01:00
0d202677ad Merge branch 'main' into dev 2025-11-24 16:54:43 +01:00
2b23a30b04 implemented creating of project/company/user dir on demand
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-24 16:54:20 +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
fa6a1c1416 Merge branch 'module/stock' into dev 2025-11-21 21:18:52 +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
8fe6bd0842 Merge branch 'main' into module/projects 2025-11-19 15:10:44 +01:00
1c317ee69c Merge branch 'dev' into module/stock 2025-11-19 15:10:06 +01:00