Commit Graph

29 Commits

Author SHA1 Message Date
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
25f41cf66b separating fields from other constants 2025-10-27 18:34:10 +01:00
74e602eec7 refactored item module → stock, added legacy database creation methods
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-12 21:51:14 +02:00
bfe87f53a8 refactored ModuleRegistry to singleton system
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-12 00:38:28 +02:00
cce488f615 implemented adding required tasks to task 2025-09-06 00:38:58 +02:00
e372720dd2 implemented full-text search 2025-09-03 21:53:19 +02:00
dbe7e51b7d added links to documents to time track list 2025-09-02 20:57:16 +02:00
9f4f095023 implemented search in companies
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-02 09:06:35 +02:00
a50a451b95 conveniance modification: added registry and getters for modules to BaseHandler
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-17 23:31:06 +02:00
e664a80581 completed company deletion implementation
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-09 14:25:25 +02:00
7dde911793 Merge branch 'module/company' into dev 2025-08-09 13:51:03 +02:00
5d506ac0f9 introduced ModuleRegistry to easy inter-module dependencies 2025-08-09 13:48:09 +02:00
67804ce3a4 Merge branch 'dev' into module/company 2025-08-09 13:44:22 +02:00
8fb94fea4b introduced ModuleRegistry to easy inter-module dependencies 2025-08-09 13:43:10 +02:00
1d569b4962 optimized imports 2025-08-09 12:39:27 +02:00
f1f9859894 preparing for deletion of company 2025-08-08 23:59:05 +02:00
8c08af39fe implemented table creation 2025-08-08 23:40:39 +02:00
ebe0cf7c57 implemented editing members of company 2025-08-08 23:33:04 +02:00
edeffc572c implemented showing members of companies 2025-08-08 12:50:26 +02:00
b127c9fa82 implemented creation of companies
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-07 21:07:42 +02:00
abfed21393 working on company editing
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-07 15:42:01 +02:00
a14b541c91 working on project list: introducing task list 2025-07-19 21:05:17 +02:00
a06217517b freactoring to get company list work in efficient way 2025-07-18 23:23:14 +02:00
722f12912d implemented project creation 2025-07-18 22:10:47 +02:00
9626d91ccb working on project creation 2025-07-18 15:35:37 +02:00
bac04ac047 implemented function to return estimated times of company.
Therefore task and project module had to be created and partially implemented
2025-07-13 23:45:18 +02:00
90c27382a1 working on document view/edit 2025-07-10 15:42:37 +02:00
163bcebf4f implemented document creation
this required a major refactoring of the object model
2025-07-10 12:49:32 +02:00
21812d2b42 major refactoring: working towards more interface-implementation splitting 2025-07-10 10:56:03 +02:00