Buchungen funktioniern mitsamt modal und laufendem saldo
This commit is contained in:
@@ -6,8 +6,8 @@ read_accounts <- function(conn){
|
||||
|
||||
get_account_choices <- function(conn) {
|
||||
tbl(conn, "accounts") |>
|
||||
select(id, konto) |>
|
||||
select(id, account_name) |>
|
||||
collect() |>
|
||||
arrange(konto) |>
|
||||
(\(df) setNames(df$id, df$konto))()
|
||||
arrange(account_name) |>
|
||||
(\(df) setNames(df$id, df$account_name))()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user