Buchungen-popup funktioniert

This commit is contained in:
2026-02-24 11:17:17 +01:00
parent 32c0b8edb4
commit 622bdf0281
13 changed files with 304 additions and 48 deletions
+3
View File
@@ -0,0 +1,3 @@
read_entry <- function(conn, idwert) {
dbxSelect(conn, paste0("SELECT * FROM entries WHERE id=", idwert))
}