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
+2 -2
View File
@@ -17,12 +17,12 @@ dependencies{
implementation(project(":core"))
implementation(project(":documents"))
implementation(project(":files"))
implementation(project(":items"))
implementation(project(":legacy"))
implementation(project(":markdown"))
implementation(project(":messages"))
implementation(project(":notes"))
implementation(project(":project"))
implementation(project(":stock"))
implementation(project(":tags"))
implementation(project(":task"))
implementation(project(":time"))
@@ -50,12 +50,12 @@ tasks.jar {
":core:jar",
":documents:jar",
":files:jar",
":items:jar",
":legacy:jar",
":markdown:jar",
":messages:jar",
":notes:jar",
":project:jar",
":stock:jar",
":tags:jar",
":task:jar",
":time:jar",