- HKEKA v3/v4/v5 Segmente fuer phpFinTS implementiert (VR Bank unterstuetzt kein HKEKP) - GetElectronicStatement Action mit Base64-Erkennung und Quittungscode - PDF-Deduplizierung per MD5 (Bank sendet identische Saldenmitteilungen) - Saldenmitteilungen ohne Auszugsnummer werden uebersprungen - Datums-Validierung: 30.02. (Bank-Konvention) wird auf 28.02. korrigiert - Numerische Sortierung fuer statement_number (CAST statt String-Sort) - Jahr-Filter: statement_year=0 ausgeschlossen - Menue/Button: "Kontoauszuege" -> "Umsaetze" (statements.php zeigt MT940, nicht PDFs) - Redirect nach FinTS-Abruf auf aktuelles Jahr statt year=0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
39 lines
1.1 KiB
PHP
Executable file
39 lines
1.1 KiB
PHP
Executable file
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitcfc07b7e6c4a3dcfdcd6e754983b1a9b
|
|
{
|
|
public static $prefixesPsr0 = array (
|
|
'T' =>
|
|
array (
|
|
'Tests\\Fhp' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nemiah/php-fints/lib',
|
|
),
|
|
),
|
|
'F' =>
|
|
array (
|
|
'Fhp' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nemiah/php-fints/lib',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'BankImportFinTS' => __DIR__ . '/../..' . '/class/fints.class.php',
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixesPsr0 = ComposerStaticInitcfc07b7e6c4a3dcfdcd6e754983b1a9b::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInitcfc07b7e6c4a3dcfdcd6e754983b1a9b::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|