diff --git a/.gitignore b/.gitignore
index 32d201f..fbd10b5 100755
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
.Ruserdata
www/attachments/
+.positai
diff --git a/db/data_transfer.R b/db/data_transfer.R
index dd14e31..d2bb307 100755
--- a/db/data_transfer.R
+++ b/db/data_transfer.R
@@ -242,7 +242,7 @@ if (ok) {
if (ok) {
accounts <- dbxSelect(con_f, "
SELECT id, konto, budget_id, bankname, updated_at, created_at,
- konto_hibiscus, konto_wiso, kontonummer_bank, notizen, b_spenden
+ konto_hibiscus, konto_wiso, kontonummer_bank, notizen, ist_spende
FROM Konten
") %>%
transmute(
@@ -253,7 +253,7 @@ if (ok) {
budget_id = as.integer(budget_id),
wiso_account = konto_wiso,
bank_account_no = kontonummer_bank,
- is_donations = as.integer(b_spenden),
+ is_donations = as.integer(ist_spende),
notes = notizen,
created_at = created_at,
updated_at = updated_at
@@ -441,6 +441,30 @@ if(ok){
} ## ------------------------------------------------------- 2026-03-19 16:38
+## * Daeien übertragen ----
+if(ok){
+ pfad <- "~/Insync/Projekte/Gemeindefinanzen/gemfin-fm/gemfin04/Dokumente/datei/"
+ zielpfad <- "~/Documents/workspace/gemfin-shiny/www/documents/"
+ vorhanden <- list.files(pfad, pattern = "pdf")
+ eintraege <- att$original_name
+ anz <- length(eintraege)
+ for(ind in 1:length(eintraege)){
+ if( exists(paste0(zielpfad, eintraege[ind])) ){
+ cat(ind, " von ", anz, "\n")
+ file.copy(
+ from = paste0(pfad, vorhanden[ind]),
+ to = "~/Documents/workspace/gemfin-shiny/www/documents/")
+ }
+ }
+ neue_dateien <- list.files("~/Documents/workspace/gemfin-shiny/www/documents/")
+ length(neue_dateien)
+ eintraege <- att$original_name
+ length(eintraege)
+ nv <- att[-which(eintraege %in% neue_dateien),]
+ error_f <- fehler_add("Alle Dateien übertragen", nrow(nv) == 0, error_f)
+} ## ------------------------------------------------------- 2026-04-28 18:40
+
+
# Transfer Bankverbindungen ----
if (ok) {
bank_connections <- dbxSelect(con_f, "
@@ -460,6 +484,7 @@ if (ok) {
updated_at = as.character(updated_at)
)
+ sum(duplicated(bank_connections$id))
dbWriteTable(con_s, "bank_connections", bank_connections, append = TRUE)
error_f <- fehler_add(
paste(nrow(bank_connections), "Bankverbindungen übertragen"), TRUE, error_f
diff --git a/db/development.sqlite b/db/development.sqlite
index 43cfe1f..75446ae 100755
Binary files a/db/development.sqlite and b/db/development.sqlite differ
diff --git a/www/documents/005531.pdf b/www/documents/005531.pdf
new file mode 100644
index 0000000..76a5476
Binary files /dev/null and b/www/documents/005531.pdf differ
diff --git a/www/documents/1.Abschlagsrechnung 009-26.pdf b/www/documents/1.Abschlagsrechnung 009-26.pdf
new file mode 100644
index 0000000..a4b1bd0
Binary files /dev/null and b/www/documents/1.Abschlagsrechnung 009-26.pdf differ
diff --git a/www/documents/1.pdf b/www/documents/1.pdf
new file mode 100644
index 0000000..15ef3a6
Binary files /dev/null and b/www/documents/1.pdf differ
diff --git a/www/documents/10112025120719_144dpi_75%.pdf b/www/documents/10112025120719_144dpi_75%.pdf
new file mode 100644
index 0000000..4a93072
Binary files /dev/null and b/www/documents/10112025120719_144dpi_75%.pdf differ
diff --git a/www/documents/105.pdf b/www/documents/105.pdf
new file mode 100644
index 0000000..30ce20a
Binary files /dev/null and b/www/documents/105.pdf differ
diff --git a/www/documents/106.pdf b/www/documents/106.pdf
new file mode 100644
index 0000000..349de88
Binary files /dev/null and b/www/documents/106.pdf differ
diff --git a/www/documents/107.pdf b/www/documents/107.pdf
new file mode 100644
index 0000000..a6275a5
Binary files /dev/null and b/www/documents/107.pdf differ
diff --git a/www/documents/108.pdf b/www/documents/108.pdf
new file mode 100644
index 0000000..25e3c60
Binary files /dev/null and b/www/documents/108.pdf differ
diff --git a/www/documents/109.pdf b/www/documents/109.pdf
new file mode 100644
index 0000000..8dbdf14
Binary files /dev/null and b/www/documents/109.pdf differ
diff --git a/www/documents/11.pdf b/www/documents/11.pdf
new file mode 100644
index 0000000..112f1b6
Binary files /dev/null and b/www/documents/11.pdf differ
diff --git a/www/documents/110.pdf b/www/documents/110.pdf
new file mode 100644
index 0000000..c486fa8
Binary files /dev/null and b/www/documents/110.pdf differ
diff --git a/www/documents/111.pdf b/www/documents/111.pdf
new file mode 100644
index 0000000..72f57db
Binary files /dev/null and b/www/documents/111.pdf differ
diff --git a/www/documents/114.pdf b/www/documents/114.pdf
new file mode 100644
index 0000000..179f606
Binary files /dev/null and b/www/documents/114.pdf differ
diff --git a/www/documents/117.pdf b/www/documents/117.pdf
new file mode 100644
index 0000000..696d0d0
Binary files /dev/null and b/www/documents/117.pdf differ
diff --git a/www/documents/12.pdf b/www/documents/12.pdf
new file mode 100644
index 0000000..b1c84de
Binary files /dev/null and b/www/documents/12.pdf differ
diff --git a/www/documents/120.pdf b/www/documents/120.pdf
new file mode 100644
index 0000000..315e631
Binary files /dev/null and b/www/documents/120.pdf differ
diff --git a/www/documents/121.pdf b/www/documents/121.pdf
new file mode 100644
index 0000000..926a9ca
Binary files /dev/null and b/www/documents/121.pdf differ
diff --git a/www/documents/13.pdf b/www/documents/13.pdf
new file mode 100644
index 0000000..ae381b5
Binary files /dev/null and b/www/documents/13.pdf differ
diff --git a/www/documents/14.pdf b/www/documents/14.pdf
new file mode 100644
index 0000000..82faee0
Binary files /dev/null and b/www/documents/14.pdf differ
diff --git a/www/documents/15.pdf b/www/documents/15.pdf
new file mode 100644
index 0000000..82faee0
Binary files /dev/null and b/www/documents/15.pdf differ
diff --git a/www/documents/151.pdf b/www/documents/151.pdf
new file mode 100644
index 0000000..058e312
Binary files /dev/null and b/www/documents/151.pdf differ
diff --git a/www/documents/15112025170232_144dpi_75%.pdf b/www/documents/15112025170232_144dpi_75%.pdf
new file mode 100644
index 0000000..a8a2611
Binary files /dev/null and b/www/documents/15112025170232_144dpi_75%.pdf differ
diff --git a/www/documents/15112025170233_001_144dpi_75%.pdf b/www/documents/15112025170233_001_144dpi_75%.pdf
new file mode 100644
index 0000000..02db0c0
Binary files /dev/null and b/www/documents/15112025170233_001_144dpi_75%.pdf differ
diff --git a/www/documents/15112025170233_002_144dpi_75%.pdf b/www/documents/15112025170233_002_144dpi_75%.pdf
new file mode 100644
index 0000000..5b43591
Binary files /dev/null and b/www/documents/15112025170233_002_144dpi_75%.pdf differ
diff --git a/www/documents/15112025170233_144dpi_75%.pdf b/www/documents/15112025170233_144dpi_75%.pdf
new file mode 100644
index 0000000..527e14b
Binary files /dev/null and b/www/documents/15112025170233_144dpi_75%.pdf differ
diff --git a/www/documents/15112025170405_001.pdf b/www/documents/15112025170405_001.pdf
new file mode 100644
index 0000000..51fadd5
Binary files /dev/null and b/www/documents/15112025170405_001.pdf differ
diff --git a/www/documents/15112025170405_002.pdf b/www/documents/15112025170405_002.pdf
new file mode 100644
index 0000000..a09ee81
Binary files /dev/null and b/www/documents/15112025170405_002.pdf differ
diff --git a/www/documents/15112025170405_144dpi_75%.pdf b/www/documents/15112025170405_144dpi_75%.pdf
new file mode 100644
index 0000000..445f192
Binary files /dev/null and b/www/documents/15112025170405_144dpi_75%.pdf differ
diff --git a/www/documents/152.pdf b/www/documents/152.pdf
new file mode 100644
index 0000000..ddb44c7
Binary files /dev/null and b/www/documents/152.pdf differ
diff --git a/www/documents/153.pdf b/www/documents/153.pdf
new file mode 100644
index 0000000..679b9ea
Binary files /dev/null and b/www/documents/153.pdf differ
diff --git a/www/documents/154.pdf b/www/documents/154.pdf
new file mode 100644
index 0000000..9732c65
Binary files /dev/null and b/www/documents/154.pdf differ
diff --git a/www/documents/155.pdf b/www/documents/155.pdf
new file mode 100644
index 0000000..caf6659
Binary files /dev/null and b/www/documents/155.pdf differ
diff --git a/www/documents/156.pdf b/www/documents/156.pdf
new file mode 100644
index 0000000..bd1cd1c
Binary files /dev/null and b/www/documents/156.pdf differ
diff --git a/www/documents/157.pdf b/www/documents/157.pdf
new file mode 100644
index 0000000..857df7a
Binary files /dev/null and b/www/documents/157.pdf differ
diff --git a/www/documents/158.pdf b/www/documents/158.pdf
new file mode 100644
index 0000000..be0b568
Binary files /dev/null and b/www/documents/158.pdf differ
diff --git a/www/documents/159.pdf b/www/documents/159.pdf
new file mode 100644
index 0000000..31e6936
Binary files /dev/null and b/www/documents/159.pdf differ
diff --git a/www/documents/16.pdf b/www/documents/16.pdf
new file mode 100644
index 0000000..ae381b5
Binary files /dev/null and b/www/documents/16.pdf differ
diff --git a/www/documents/160.pdf b/www/documents/160.pdf
new file mode 100644
index 0000000..cdd8c9b
Binary files /dev/null and b/www/documents/160.pdf differ
diff --git a/www/documents/161.pdf b/www/documents/161.pdf
new file mode 100644
index 0000000..d127721
Binary files /dev/null and b/www/documents/161.pdf differ
diff --git a/www/documents/162.pdf b/www/documents/162.pdf
new file mode 100644
index 0000000..abb1a32
Binary files /dev/null and b/www/documents/162.pdf differ
diff --git a/www/documents/163.pdf b/www/documents/163.pdf
new file mode 100644
index 0000000..d030e6e
Binary files /dev/null and b/www/documents/163.pdf differ
diff --git a/www/documents/164.pdf b/www/documents/164.pdf
new file mode 100644
index 0000000..2102b54
Binary files /dev/null and b/www/documents/164.pdf differ
diff --git a/www/documents/166.pdf b/www/documents/166.pdf
new file mode 100644
index 0000000..11b58eb
Binary files /dev/null and b/www/documents/166.pdf differ
diff --git a/www/documents/167.pdf b/www/documents/167.pdf
new file mode 100644
index 0000000..b2de99c
Binary files /dev/null and b/www/documents/167.pdf differ
diff --git a/www/documents/168.pdf b/www/documents/168.pdf
new file mode 100644
index 0000000..2a0f071
Binary files /dev/null and b/www/documents/168.pdf differ
diff --git a/www/documents/169.pdf b/www/documents/169.pdf
new file mode 100644
index 0000000..7ac5d7e
Binary files /dev/null and b/www/documents/169.pdf differ
diff --git a/www/documents/17.pdf b/www/documents/17.pdf
new file mode 100644
index 0000000..3f52f14
--- /dev/null
+++ b/www/documents/17.pdf
@@ -0,0 +1,9619 @@
+%PDF-1.3
+%
+1 0 obj
+<<
+/CreationDate (D:20240203100607+01'00')
+/Creator (Canon )
+/ModDate (D:20240203100748+01'00')
+/Producer ( )
+>>
+endobj
+2 0 obj
+<<
+/Metadata 3 0 R
+/Pages 4 0 R
+/Type /Catalog
+>>
+endobj
+3 0 obj
+<<
+/Length 2926
+/Subtype /XML
+/Type /Metadata
+>>
+stream
+
+
+
+
+ 2024-02-03T10:06:07+01:00
+ Canon
+ 2024-02-03T10:07:48+01:00
+
+ application/pdf
+ uuid:bbef6b30-30f8-4b01-b797-bbe8e9217263
+ uuid:7ef00570-5023-46e9-a00b-1c932b3ed295
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+endstream
+endobj
+4 0 obj
+<<
+/Count 1
+/Kids [5 0 R]
+/Type /Pages
+>>
+endobj
+5 0 obj
+<<
+/Contents [6 0 R 7 0 R 8 0 R]
+/CropBox [48.587246 288.283997 298.555847 497.305817]
+/MediaBox [0 0 589.44 842.16]
+/Parent 4 0 R
+/Resources <<
+/Font <<
+/F3 9 0 R
+>>
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Subtype 10 0 R
+/XObject <<
+/Obj4 11 0 R
+>>
+>>
+/Type /Page
+>>
+endobj
+6 0 obj
+<<
+/Length 27
+>>
+stream
+% CANON_PFINF_TYPE0_TEXTON
+
+endstream
+endobj
+7 0 obj
+<<
+/Length 44
+>>
+stream
+q
+589.44 0 0 842.16 0.00 0.00 cm
+/Obj4 Do
+Q
+
+endstream
+endobj
+8 0 obj
+<<
+/Length 5113
+>>
+stream
+BT
+3 Tr
+0.00 Tc
+/F3 10.0 Tf
+1 0 0 1 76.08 783.84 Tm
+<45696E7A61684C756E67737175697474756E67> Tj
+0.00 Tc
+1 0 0 1 76.56 761.04 Tm
+ Tj
+1 0 0 1 126.48 760.56 Tm
+ Tj
+/F3 8.5 Tf
+1 0 0 1 76.56 749.76 Tm
+<7338523039313031313720> Tj
+/F3 8.0 Tf
+1 0 0 1 130.32 749.04 Tm
+<4D33353731543137> Tj
+0.00 Tc
+/F3 10.0 Tf
+1 0 0 1 339.60 784.08 Tm
+<45696E7A61686C756E67737175697474756E67> Tj
+/F3 9.5 Tf
+1 0 0 1 341.04 761.28 Tm
+<537561726B6173736520> Tj
+1 0 0 1 390.72 762.48 Tm
+<536161726272FC636B656E> Tj
+/F3 11.5 Tf
+1 0 0 1 341.28 750.00 Tm
+<73696E6F67726F72727220> Tj
+/F3 9.5 Tf
+1 0 0 1 395.04 750.96 Tm
+<666669353F3131313F> Tj
+/F3 10.0 Tf
+1 0 0 1 341.28 726.72 Tm
+<446174756D3A20> Tj
+/F3 13.0 Tf
+1 0 0 1 377.28 727.68 Tm
+<32362E31322E3230323320> Tj
+1 0 0 1 446.40 729.60 Tm
+<5A6569743A20> Tj
+/F3 8.5 Tf
+1 0 0 1 476.16 730.56 Tm
+<3133313231> Tj
+0.00 Tc
+/F3 13.0 Tf
+1 0 0 1 110.88 726.72 Tm
+<32352E31322E3230323320> Tj
+/F3 11.5 Tf
+1 0 0 1 180.72 725.76 Tm
+<5A6572743A313F3A3337> Tj
+0.00 Tc
+/F3 43.5 Tf
+1 0 0 1 66.00 716.64 Tm
+<742A> Tj
+0.00 Tc
+/F3 10.0 Tf
+1 0 0 1 75.60 693.12 Tm
+<4B6F6E746F2D4E722E3A> Tj
+/F3 8.5 Tf
+1 0 0 1 74.88 681.60 Tm
+<42492E5A3A> Tj
+/F3 10.0 Tf
+1 0 0 1 75.12 670.32 Tm
+<5472616E73616B74696F6E736E722C> Tj
+0.00 Tc
+1 0 0 1 74.88 648.24 Tm
+<3065627563687420> Tj
+/F3 9.0 Tf
+1 0 0 1 114.24 647.76 Tm
+<77657264656E3A> Tj
+0.00 Tc
+/F3 17.0 Tf
+1 0 0 1 114.24 609.36 Tm
+<533F72> Tj
+0.00 Tc
+/F3 8.5 Tf
+1 0 0 1 160.32 691.92 Tm
+<30303030363038383639> Tj
+1 0 0 1 159.84 680.40 Tm
+<3539303530313031> Tj
+1 0 0 1 159.84 669.12 Tm
+<30303430> Tj
+0.00 Tc
+/F3 10.0 Tf
+1 0 0 1 159.36 646.56 Tm
+<3533302C303020> Tj
+/F3 7.0 Tf
+1 0 0 1 193.68 645.84 Tm
+<455552> Tj
+/F3 19.5 Tf
+1 0 0 1 157.44 611.52 Tm
+<2F626F> Tj
+0.00 Tc
+/F3 16.5 Tf
+1 0 0 1 332.88 679.68 Tm
+ Tj
+0.00 Tc
+/F3 8.5 Tf
+1 0 0 1 427.44 694.56 Tm
+<30303030363038383639> Tj
+1 0 0 1 427.44 683.04 Tm
+<3539303530313031> Tj
+1 0 0 1 427.92 671.52 Tm
+<30303F33> Tj
+0.00 Tc
+/F3 10.0 Tf
+1 0 0 1 428.64 648.48 Tm
+<3137352C303020> Tj
+/F3 7.0 Tf
+1 0 0 1 462.72 649.20 Tm
+<455552> Tj
+0.00 Tc
+/F3 10.0 Tf
+1 0 0 1 343.20 669.12 Tm
+<5472616E73616874696F6E736E7220> Tj
+/F3 6.0 Tf
+1 0 0 1 414.24 668.88 Tm
+<27> Tj
+/F3 9.5 Tf
+1 0 0 1 343.68 646.32 Tm
+<4F65627563687420> Tj
+/F3 9.0 Tf
+1 0 0 1 383.04 647.76 Tm
+<77657264656E3A> Tj
+0.00 Tc
+/F3 17.5 Tf
+1 0 0 1 377.28 605.76 Tm
+ Tj
+/F3 12.0 Tf
+1 0 0 1 403.44 610.08 Tm
+<615920> Tj
+/F3 20.5 Tf
+1 0 0 1 421.92 611.52 Tm
+<74> Tj
+0.00 Tc
+/F3 13.5 Tf
+1 0 0 1 67.44 474.24 Tm
+<45696E7A61686C756E67737375697474756E7320> Tj
+/F3 19.5 Tf
+1 0 0 1 192.00 464.64 Tm
+<35705B20> Tj
+1 0 0 1 227.04 464.88 Tm
+<2F4A35> Tj
+/F3 10.0 Tf
+1 0 0 1 67.68 451.20 Tm
+ Tj
+/F3 9.5 Tf
+1 0 0 1 117.60 450.48 Tm
+ Tj
+/F3 8.5 Tf
+1 0 0 1 67.68 439.92 Tm
+<3838523039313031313720> Tj
+/F3 8.0 Tf
+1 0 0 1 121.20 438.72 Tm
+<4D33353731543137> Tj
+0.00 Tc
+/F3 10.0 Tf
+1 0 0 1 66.72 417.36 Tm
+<446174756D3A20> Tj
+/F3 13.5 Tf
+1 0 0 1 102.00 416.88 Tm
+<30332C30312C3230327B20> Tj
+/F3 13.0 Tf
+1 0 0 1 171.84 415.68 Tm
+<5A6569743A20> Tj
+/F3 9.0 Tf
+1 0 0 1 201.60 415.20 Tm
+<31363A3339> Tj
+0.00 Tc
+/F3 10.0 Tf
+1 0 0 1 66.48 382.80 Tm
+<4B6F6E746F2D4E722C20> Tj
+/F3 16.5 Tf
+1 0 0 1 112.80 382.32 Tm
+<3A20> Tj
+/F3 8.5 Tf
+1 0 0 1 151.44 381.84 Tm
+<30303030363038383639> Tj
+/F3 16.5 Tf
+1 0 0 1 66.00 371.52 Tm
+<424C5A3A20> Tj
+/F3 9.0 Tf
+1 0 0 1 150.96 370.32 Tm
+<3539303530313069> Tj
+/F3 10.5 Tf
+1 0 0 1 66.24 360.00 Tm
+<5472616E73614C4C726F6E736E722C3A20> Tj
+/F3 8.5 Tf
+1 0 0 1 150.96 359.04 Tm
+<30313233> Tj
+0.00 Tc
+/F3 9.5 Tf
+1 0 0 1 65.76 337.44 Tm
+<4F65627563687420> Tj
+/F3 11.5 Tf
+1 0 0 1 105.36 336.96 Tm
+<77657264656E3A20> Tj
+1 0 0 1 150.72 335.76 Tm
+<7B7B302C303020> Tj
+/F3 7.0 Tf
+1 0 0 1 184.80 335.28 Tm
+<455552> Tj
+0.00 Tc
+/F3 13.5 Tf
+1 0 0 1 320.16 468.48 Tm
+<497A616E74756E67737175697474756E67> Tj
+/F3 9.5 Tf
+1 0 0 1 333.12 446.16 Tm
+<537061726B6173736520> Tj
+1 0 0 1 383.04 446.16 Tm
+ Tj
+/F3 8.5 Tf
+1 0 0 1 333.12 434.88 Tm
+ Tj
+/F3 8.0 Tf
+1 0 0 1 386.88 434.88 Tm
+<4D33353731543137> Tj
+0.00 Tc
+/F3 9.0 Tf
+1 0 0 1 454.32 459.36 Tm
+<2E535020> Tj
+/F3 9.5 Tf
+1 0 0 1 472.08 461.04 Tm
+<762820> Tj
+/F3 17.5 Tf
+1 0 0 1 483.12 461.76 Tm
+<4920> Tj
+/F3 13.5 Tf
+1 0 0 1 493.20 461.52 Tm
+<3136> Tj
+0.00 Tc
+/F3 9.5 Tf
+1 0 0 1 332.40 411.84 Tm
+<44617475726E3A20> Tj
+/F3 13.0 Tf
+1 0 0 1 367.92 412.08 Tm
+<31342E30312E3230323120> Tj
+1 0 0 1 437.76 411.84 Tm
+<5A6569743A20> Tj
+/F3 9.0 Tf
+1 0 0 1 467.52 411.84 Tm
+<31333A3533> Tj
+0.00 Tc
+/F3 16.5 Tf
+1 0 0 1 332.88 377.76 Tm
+<4B6F6E746F2D4E722C3A20> Tj
+/F3 8.5 Tf
+1 0 0 1 417.60 378.00 Tm
+<30303030363038383639> Tj
+/F3 16.5 Tf
+1 0 0 1 332.40 366.24 Tm
+<424C5A3A20> Tj
+/F3 8.5 Tf
+1 0 0 1 417.36 366.24 Tm
+<3539303530313031> Tj
+/F3 11.0 Tf
+1 0 0 1 332.64 354.72 Tm
+<5472616E73616874696F6E736E722E3A20> Tj
+/F3 8.0 Tf
+1 0 0 1 417.60 354.96 Tm
+<30303335> Tj
+0.00 Tc
+/F3 9.5 Tf
+1 0 0 1 332.64 332.64 Tm
+<4F65627563687420> Tj
+/F3 11.5 Tf
+1 0 0 1 372.24 332.88 Tm
+<77657264656E3A20> Tj
+/F3 10.0 Tf
+1 0 0 1 417.60 332.40 Tm
+<383F302C303020> Tj
+/F3 7.0 Tf
+1 0 0 1 451.68 332.16 Tm
+<455552> Tj
+ET
+
+endstream
+endobj
+9 0 obj
+<<
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding
+/Subtype /Type1
+/Type /Font
+>>
+endobj
+10 0 obj
+<<
+/Length 712
+>>
+stream
+EinzahLungsquittung
+parhasse aarbrc[ens8R0910117 M3571T17
+EinzahlungsquittungSuarkasse Saarbrckensinogrorrr ffi5?111?Datum: 26.12.2023 Zeit: 13121
+25.12.2023 Zert:1?:37
+t*
+Konto-Nr.:BI.Z:Transaktionsnr,
+0ebucht werden:
+S?r
+0000608869590501010040
+530,00 EUR/bo
+to-Nr
+00006088695905010100?3
+175,00 EUR
+Transahtionsnr 'Oebucht werden:
+r, aY t
+Einzahlungssuittuns 5p[ /J5parkasse aarbrcken88R0910117 M3571T17
+Datum: 03,01,202{ Zeit: 16:39
+Konto-Nr, : 0000608869BLZ: 5905010iTransaLLronsnr,: 0123
+Oebucht werden: {{0,00 EUR
+IzantungsquittungSparkasse aarbrckenBRo91011? M3571T17
+.SP v( I 16
+Daturn: 14.01.2021 Zeit: 13:53
+Konto-Nr,: 0000608869BLZ: 59050101Transahtionsnr.: 0035
+Oebucht werden: 8?0,00 EUR
+
+endstream
+endobj
+11 0 obj
+<<
+/BitsPerComponent 8
+/ColorSpace /DeviceRGB
+/Filter /DCTDecode
+/Height 3509
+/Length 357516
+/Name /Obj4
+/Subtype /Image
+/Type /XObject
+/Width 2456
+>>
+stream
+ JFIF ,,
+
$.' ",#(7),01444'9=82<.342
2!!22222222222222222222222222222222222222222222222222
+
+ } !1AQa"q2#BR$3br
+%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQaq"2B #3Rbr
+$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
! ? Zb
+Q@@S E PI@ Qڀ
+( QH ZJ ZJ ZJ ( (
+(
+J ( Q@)i SK8 M &ɥ=h c\ Z(
+(
+(
+( @3F?7Fv`8ʁS(
+@M)?
+@iuJh )ڀ|q}Qϥ KvQr{J k64?h 1(Aǭ )8=7>r HNsY n|
' >Q4E\qR=)h wv7s)֍ Vf|) /psڜ *sZ l}R@7ÏjPQϭ i0r>oP A=