diff --git a/R/umsatz/sync_hibiscus.R b/R/umsatz/sync_hibiscus.R new file mode 100644 index 0000000..b27ec1d --- /dev/null +++ b/R/umsatz/sync_hibiscus.R @@ -0,0 +1,36 @@ +## +## Datum : 2026-05-13_09-37 +## Name : Christian Oswald +## Datei : sync_hibiscus.R +## Projekt : gemfin-shiny +## Kommentar: Liest Daten aus der Hibiscus Datenbank +## + +## * Initialisierung ---- + +sync_hibiscus <- function(){ + if (as.character(Sys.info())[1] == "Linux") { + jdbc_url <- "jdbc:h2:/home/cosw/.jameica/hibiscus/h2db/hibiscus;IFEXISTS=TRUE;CIPHER=AES" + pw <- "LsOX6Ytldl4lJBcVoA6j+MDLzaA= LsOX6Ytldl4lJBcVoA6j+MDLzaA=" + } + + if(as.character(Sys.info())[1] == "Windows"){ + source("c:/Users/chris/R/rfunc/fehler_add.R") + url <- "jdbc:h2:~/Insync/Projekte/Gemeindefinanzen/jameica/hibiscus/h2db/hibiscus;IFEXISTS=TRUE;CIPHER=AES" + h2jar <- "C:/Users/chris/bin/jameica/lib/h2/migration-h2/disabled/h2-1.4.199.jar" + } + # JDBC - Verbindung ---- + if (as.character(Sys.info())[1] == "Darwin") { + source("/Users/cosw/R/rfunc/fehler_add.R") + h2jar <- "/Users/cosw/bin/jameica.app/lib/h2/migration-h2/disabled/h2-1.4.199.jar" + url <- "jdbc:h2:/Users/cosw/insync/Projekte/Gemeindefinanzen/jameica/hibiscus/h2db/hibiscus;IFEXISTS=TRUE;CIPHER=AES" + } + user <- "hibiscus" + pw <- "FbvGoL+yJlH1GtUojnC8ZajYuTA= FbvGoL+yJlH1GtUojnC8ZajYuTA=" + drv <- JDBC("org.h2.Driver", h2jar, identifier.quote="`") + + con_j <- dbConnect(drv, url, user, pw) + originaldaten <- dbReadTable(con_j, "UMSATZ") + dbDisconnect(con_j) + return(originaldaten) +} diff --git a/www/documents/1028.jpg b/www/documents/1028.jpg new file mode 100644 index 0000000..ab78a78 Binary files /dev/null and b/www/documents/1028.jpg differ diff --git a/www/documents/1069.PDF b/www/documents/1069.PDF new file mode 100644 index 0000000..871d5dd Binary files /dev/null and b/www/documents/1069.PDF differ diff --git a/www/documents/1381.pdf b/www/documents/1381.pdf new file mode 100644 index 0000000..5f58350 Binary files /dev/null and b/www/documents/1381.pdf differ diff --git a/www/documents/1382.pdf b/www/documents/1382.pdf new file mode 100644 index 0000000..58c465d Binary files /dev/null and b/www/documents/1382.pdf differ diff --git a/www/documents/1383.pdf b/www/documents/1383.pdf new file mode 100644 index 0000000..54ed82d Binary files /dev/null and b/www/documents/1383.pdf differ diff --git a/www/documents/1384.pdf b/www/documents/1384.pdf new file mode 100644 index 0000000..b2d752a Binary files /dev/null and b/www/documents/1384.pdf differ diff --git a/www/documents/1386.pdf b/www/documents/1386.pdf new file mode 100644 index 0000000..b00afd1 Binary files /dev/null and b/www/documents/1386.pdf differ diff --git a/www/documents/1387.pdf b/www/documents/1387.pdf new file mode 100644 index 0000000..b44dfb0 Binary files /dev/null and b/www/documents/1387.pdf differ diff --git a/www/documents/1388.pdf b/www/documents/1388.pdf new file mode 100644 index 0000000..26dcf4a Binary files /dev/null and b/www/documents/1388.pdf differ diff --git a/www/documents/1389.pdf b/www/documents/1389.pdf new file mode 100644 index 0000000..e22de69 Binary files /dev/null and b/www/documents/1389.pdf differ diff --git a/www/documents/1390.pdf b/www/documents/1390.pdf new file mode 100644 index 0000000..d1d0634 Binary files /dev/null and b/www/documents/1390.pdf differ diff --git a/www/documents/1391.pdf b/www/documents/1391.pdf new file mode 100644 index 0000000..137548a Binary files /dev/null and b/www/documents/1391.pdf differ diff --git a/www/documents/1392.pdf b/www/documents/1392.pdf new file mode 100644 index 0000000..a3d96cf Binary files /dev/null and b/www/documents/1392.pdf differ diff --git a/www/documents/1393.pdf b/www/documents/1393.pdf new file mode 100644 index 0000000..1d0881f Binary files /dev/null and b/www/documents/1393.pdf differ diff --git a/www/documents/1394.pdf b/www/documents/1394.pdf new file mode 100644 index 0000000..3ee3ff3 Binary files /dev/null and b/www/documents/1394.pdf differ diff --git a/www/documents/1395.pdf b/www/documents/1395.pdf new file mode 100644 index 0000000..3d96fa8 Binary files /dev/null and b/www/documents/1395.pdf differ diff --git a/www/documents/1396.pdf b/www/documents/1396.pdf new file mode 100644 index 0000000..39aef11 Binary files /dev/null and b/www/documents/1396.pdf differ diff --git a/www/documents/1397.pdf b/www/documents/1397.pdf new file mode 100644 index 0000000..a82d6f2 Binary files /dev/null and b/www/documents/1397.pdf differ diff --git a/www/documents/1398.pdf b/www/documents/1398.pdf new file mode 100644 index 0000000..a97a2f8 Binary files /dev/null and b/www/documents/1398.pdf differ diff --git a/www/documents/1399.pdf b/www/documents/1399.pdf new file mode 100644 index 0000000..f458441 Binary files /dev/null and b/www/documents/1399.pdf differ diff --git a/www/documents/1400.pdf b/www/documents/1400.pdf new file mode 100644 index 0000000..cb7766e Binary files /dev/null and b/www/documents/1400.pdf differ diff --git a/www/documents/1401.pdf b/www/documents/1401.pdf new file mode 100644 index 0000000..7098529 Binary files /dev/null and b/www/documents/1401.pdf differ diff --git a/www/documents/1402.pdf b/www/documents/1402.pdf new file mode 100644 index 0000000..ab6df35 Binary files /dev/null and b/www/documents/1402.pdf differ diff --git a/www/documents/1403.pdf b/www/documents/1403.pdf new file mode 100644 index 0000000..e0932dc Binary files /dev/null and b/www/documents/1403.pdf differ diff --git a/www/documents/1404.pdf b/www/documents/1404.pdf new file mode 100644 index 0000000..231ae1a Binary files /dev/null and b/www/documents/1404.pdf differ diff --git a/www/documents/1405.pdf b/www/documents/1405.pdf new file mode 100644 index 0000000..5f9b9b1 Binary files /dev/null and b/www/documents/1405.pdf differ diff --git a/www/documents/1406.pdf b/www/documents/1406.pdf new file mode 100644 index 0000000..67a40ec Binary files /dev/null and b/www/documents/1406.pdf differ diff --git a/www/documents/1407.pdf b/www/documents/1407.pdf new file mode 100644 index 0000000..eb36929 Binary files /dev/null and b/www/documents/1407.pdf differ diff --git a/www/documents/1408.pdf b/www/documents/1408.pdf new file mode 100644 index 0000000..774c4b4 Binary files /dev/null and b/www/documents/1408.pdf differ diff --git a/www/documents/1409.pdf b/www/documents/1409.pdf new file mode 100644 index 0000000..0b1c82b Binary files /dev/null and b/www/documents/1409.pdf differ