Commit Graph

16 Commits

Author SHA1 Message Date
b6ef6def17 working on stock refactoring
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-16 12:36:32 +02:00
64d7e0cb37 refactoring object model
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-16 01:09:24 +02:00
c6823b116c started refactoring
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-15 23:53:53 +02:00
21c5a72349 implemented deletion of item properties
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-15 21:13:08 +02:00
a001074783 implemented editing of item base data
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-15 20:59:46 +02:00
3c733a75ee preparing to update item base data
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-15 16:11:33 +02:00
832be23e8c implemented adding/updating of item properties
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-15 09:26:16 +02:00
846ef4a27a working on adding new properties to existing items
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-15 00:21:08 +02:00
a52df2b434 implemented stock display from location tree to property list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-13 23:41:12 +02:00
6e9a2b6aca working on loading items for location 2025-10-13 21:57:50 +02:00
26d2f7c1f4 finished location tree
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-13 17:02:09 +02:00
2cd022451a working on location tree 2025-10-13 16:14:31 +02:00
b361731cab working on transformation of stock tables 2025-10-13 14:52:15 +02:00
dabacd3d00 preparing filling of intermediate table
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-13 08:50:01 +02:00
3bdf7dbab6 working on table transformation:
idea is to transform ids of the form 'company:1:42', where company:1 is the owner and '42' is the company-relative id to separate columns owner and id,
where owner is a positive long for users and a negative long for companies.
however, as the id field would then only require a company-relative uniqueness, this currently cannot be done:
The legacy id filed has a unique constraint, which cannot be released in SQLite. So a new table will have to be created as an intermediate step.

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-10-12 22:46:26 +02: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