AbraFlexi Issued invoices Matcher AbraFlexi Issued invoices Matcher
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstring✔
ABRAFLEXI_LOGINstring✔AbraFlexi Login
ABRAFLEXI_OVERPAYstringPull overpayments from bank statements
ABRAFLEXI_PASSWORDpassword✔AbraFlexi password
ABRAFLEXI_URLstring✔AbraFlexi Server URI
EASE_LOGGERstringwrite log messages using
LANGsetLocale for this application
MATCHER_DAYS_BACKinteger✔How far into the past to match invoices
MATCHER_PULL_BANKboolPull bank statements before matching
RESULT_FILEstringwrite output json data to
AbraFlexi Issued invoices Matcher
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "P\u00e1rova\u010d vydan\u00fdch faktur AbraFlexi",
        en: "AbraFlexi Issued invoices Matcher"
    },
    description: {
        cs: "P\u00e1ruje vydan\u00e9 faktury v syst\u00e9mu AbraFlexi.",
        en: "Matches issued invoices in AbraFlexi."
    },
    executable: "abraflexi-matcher-out",
    homepage: "",
    uuid: "177888a6-56aa-4024-89ec-80743150502a",
    tags: [
        "AbraFlexi",
        "Matcher",
        "Invoicing"
    ],
    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: "",
            required: true
        },
        ABRAFLEXI_OVERPAY: {
            type: "string",
            description: "Pull overpayments from bank statements",
            defval: "",
            required: false
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "",
            required: true
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "",
            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
        },
        MATCHER_DAYS_BACK: {
            type: "integer",
            description: "How far into the past to match invoices",
            defval: "365",
            required: true
        },
        MATCHER_PULL_BANK: {
            type: "bool",
            description: "Pull bank statements before matching",
            defval: "0",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "transaction_report.json",
            required: false
        }
    }
}
Download abraflexi_issued_invoices_matcher.multiflexi.app.json