779 Commits

Author SHA1 Message Date
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
7579cea452 Merge branch 'main' into module/stock 2025-11-19 15:09:59 +01:00
ff8c532b7d fixed setName in ListTask
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-19 10:05:05 +01:00
9f9db49c55 removed debug output
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-19 09:55:46 +01:00
57a18b5957 accomplished direct linking of items
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-19 08:40:54 +01:00
0f7fb99eaa preparing direct loading of items
current state:
- loading of item implemented on backend
- need to post path information
- could be resolved re-using _getLocationEntities_, but that would include the full data of all items at that location, which is probably not required

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-17 00:37:45 +01:00
a4488a2fae implemented references to locations
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-16 23:13:10 +01:00
1ffafedc58 improved CSS
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-04 09:57:37 +01:00
97ee1e4aad Merge remote-tracking branch 'origin/module/stock' into module/stock 2025-11-03 20:19:35 +01:00
9acd8e8213 Merge remote-tracking branch 'origin' into module/stock 2025-11-03 20:17:50 +01:00
71d9a4b15f working on referenceable locations
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-03 20:16:57 +01:00
903f1a1d7f improved CSS
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-03 13:37:24 +01:00
358225daee added webp to the list of image formats recognized by the files page
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-03 10:43:55 +01:00
9a377a8871 preparing to make items/locations referencable
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-03 08:47:59 +01:00
8e10909c81 preparing to make items/locations referencable
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-03 08:43:07 +01:00
84b22e9b94 bugfix: it was not possible to create new locations on the top level – this is now fixed
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-03 08:02:14 +01:00
e9ab2ea5c6 CSS improvements
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-11-01 13:29:10 +01:00
4468f45064 implemented
- assigning new customer numbers to contacts that don`t have one
- updating customer number counter in company table

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-31 22:09:59 +01:00
dc0b381aba bugfix: it was not possible to create documents with customers not havin a tax ID. But the customer tax id should not be required! …altered some code…
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-31 19:56:58 +01:00
b875bfaba1 implemented quick filter on task index
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-29 09:22:12 +01:00
65d398c668 preparing for task list filtering
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-29 08:58:48 +01:00
5dbe4aa09d added button to task/xx/view, that allows temporarily display of subtasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-29 08:41:03 +01:00
f26360edda updated StateSelector: now utilizes buttons instead of dropdown
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-28 15:38:27 +01:00
9882054343 implemented update of time states upon update of document state 2025-10-28 10:31:48 +01:00
180c7ee515 added Field class, which was missing in the previous commit 2025-10-28 09:09:45 +01:00
25f41cf66b separating fields from other constants 2025-10-27 18:34:10 +01:00
cbec6cc856 implemented changing set of selected times, display of closed times 2025-10-27 12:42:22 +01:00