Buchungen als tr mit inputs
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user