AbraFlexi transaction report AbraFlexi transaction report
KeyTypeRequiredDescription
ABRAFLEXI_BANKstring✔AbraFlexi Bank code
ABRAFLEXI_COMPANYstring✔
ABRAFLEXI_LOGINstring✔AbraFlexi Login
ABRAFLEXI_PASSWORDpassword✔AbraFlexi password
ABRAFLEXI_URLstring✔AbraFlexi Server URI
EASE_LOGGERstringwrite log messages using
LANGsetLocale for this application
REPORT_SCOPEstring✔Time scope of transactions downloaded
RESULT_FILEstringwrite output json data to
AbraFlexi transaction report
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "V\u00fdkaz transakc\u00ed AbraFlexi",
        en: "AbraFlexi transaction report"
    },
    description: {
        cs: "Z\u00edskat v\u00fdkaz bankovn\u00edch transakc\u00ed z AbraFlexi",
        en: "obtain AbraFlexi bank transaction report"
    },
    executable: "abraflexi-transaction-report",
    homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-matcher\/",
    uuid: "dd22e4a1-58b3-4e4b-b832-ad65ebcf4dc9",
    tags: [
        "Bank",
        "AbraFlexi",
        "Check",
        "Json"
    ],
    version: "1.2.1.178",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi"
    ],
    environment: {
        ABRAFLEXI_BANK: {
            type: "string",
            description: "AbraFlexi Bank code",
            defval: "BANKOVN\u00cd \u00da\u010cET",
            required: true
        },
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "",
            defval: "demo_de",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        LANG: {
            type: "set",
            description: "Locale for this application",
            defval: "cs_CZ",
            required: false
        },
        REPORT_SCOPE: {
            type: "string",
            description: "Time scope of transactions downloaded",
            defval: "yesterday",
            required: true
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "transaction-report_{ABRAFLEXI_COMPANY}.json",
            required: false
        }
    }
}
Download abraflexi_transaction_report.multiflexi.app.json