From 0bbb656d223e96929e8c4429ee328302a2e48db0 Mon Sep 17 00:00:00 2001 From: Christian Oswald Date: Tue, 28 Apr 2026 17:40:05 +0200 Subject: [PATCH] Gegenbuchungen unter Haupttabelle, speichern angefangen. --- R/postings/buchungen_mod.R | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/R/postings/buchungen_mod.R b/R/postings/buchungen_mod.R index 95cbd3c..991402c 100755 --- a/R/postings/buchungen_mod.R +++ b/R/postings/buchungen_mod.R @@ -6,7 +6,13 @@ buchungenUI <- function(id) { useShinyjs(), h3("Hauptbuchungen"), fluidRow( - column(8, reactableOutput(ns("buchungen_table"))), + column(8, reactableOutput(ns("buchungen_table")), + hr(), + h3("Details / Gegenbuchungen"), + uiOutput(ns("details_table")) , + + + ), column(4, selectizeInput(ns("contact"), label = "Kontakt", choices = get_contact_choices(conn), @@ -35,9 +41,7 @@ buchungenUI <- function(id) { ) ), - hr(), - h3("Details / Gegenbuchungen"), - uiOutput(ns("details_table")) , +