Buchungen als tr mit inputs

This commit is contained in:
2026-04-28 17:06:08 +02:00
parent a0e2fb986d
commit 23e3c3d4fb
6 changed files with 136 additions and 150 deletions
+5
View File
@@ -35,6 +35,11 @@ read_posting <- function(conn, id){
dbxSelect(conn, paste0("SELECT * FROM postings WHERE id =", id))
}
read_buch_entries <- function(conn, idwert){
dbxSelect(conn, paste0("SELECT id, entry_id, valuta, account_id, project_id, amount FROM postings WHERE entry_id=", idwert))
}
coldef_entries_tabelle <-
list(