Adress-Modul erstellt

This commit is contained in:
2026-04-28 14:39:37 +02:00
parent f16386810f
commit 089a930488
10 changed files with 287 additions and 8 deletions
+1
View File
@@ -54,4 +54,5 @@ server <- function(input, output, session) {
accountsServer("accounts_tab", conn, r_global)
buchungenServer("buchungen_tab", conn, r_global)
umsatzServer("umsatz_tab", conn, r_global)
contactsServer("contacts_tab", conn, r_global)
}