AbraFlexi Bank statements puller AbraFlexi Bank statements puller
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstring✔
ABRAFLEXI_LOGINstring✔AbraFlexi Login
ABRAFLEXI_PASSWORDpassword✔AbraFlexi password
ABRAFLEXI_URLstring✔AbraFlexi Server URI
EASE_LOGGERstringwrite log messages using
RESULT_FILEstringwrite output json data to
AbraFlexi Bank statements puller
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Stahova\u010d bankovn\u00edch v\u00fdpis\u016f AbraFlexi",
        en: "AbraFlexi Bank statements puller"
    },
    description: {
        cs: "Stahuje bankovn\u00ed v\u00fdpisy ze syst\u00e9mu AbraFlexi.",
        en: "Pulls bank statements from AbraFlexi."
    },
    executable: "abraflexi-pull-bank",
    homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-matcher\/",
    uuid: "ad0d8e27-7763-4a87-9d4a-68c5cdf7930f",
    tags: [
        "AbraFlexi",
        "Statements",
        "Puller",
        "Downloader"
    ],
    version: "1.2.1.178",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi"
    ],
    environment: {
        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
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "statements_puller_{ABRAFLEXI_COMPANY}.json",
            required: false
        }
    }
}
Download abraflexi_bank_statements_puller.multiflexi.app.json