Saldo Berechnung angegfangen

This commit is contained in:
2026-05-04 12:53:13 +02:00
parent 12ef7693d5
commit 6ae86577aa
3 changed files with 19 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
num_inp <- function(id, betrag, ro = FALSE){
autonumericInput(
inputId = id,
label = NULL,
width = "100%",
value = betrag,
currencySymbol = "",
currencySymbolPlacement = "s",
align = "right",
readOnly = ro,
style = "height: 15px !important; padding: 1px 1px;"
)
}