refactored item module → stock, added legacy database creation methods

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-12 21:51:14 +02:00
parent fea21872e3
commit 74e602eec7
21 changed files with 208 additions and 188 deletions

5
stock/build.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
description = "Umbrella : Stock"
dependencies{
implementation(project(":core"))
}