Match Received Payments by Specific Symbol Match Received Payments by Specific Symbol
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstring✔
ABRAFLEXI_LOGINstring✔AbraFlexi Login
ABRAFLEXI_PASSWORDpassword✔AbraFlexi password
ABRAFLEXI_URLstring✔AbraFlexi Server URI
EASE_LOGGERstringwrite log messages using
LANGsetLocale for this application
MATCHER_DAYS_BACKstring✔How far into the past to match payments
MATCHER_PULL_BANKboolPull bank statements before matching
RESULT_FILEstringwrite output json data to
Match Received Payments by Specific Symbol
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "P\u00e1rov\u00e1n\u00ed p\u0159ijat\u00fdch plateb podle specifick\u00e9ho symbolu",
        en: "Match Received Payments by Specific Symbol"
    },
    description: {
        cs: "P\u00e1ruje p\u0159ijat\u00e9 platby podle specifick\u00e9ho symbolu v AbraFlexi.",
        en: "Matches received payments by specific symbol in AbraFlexi."
    },
    executable: "abraflexi-match-specsym",
    homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-matcher\/",
    uuid: "deadb87e-826e-41a1-b2fd-7b46f45503c2",
    tags: [
        "AbraFlexi",
        "Matcher",
        "Payment",
        "Variable Symbol"
    ],
    version: "1.0.0",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "",
            defval: "",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "",
            required: true
        },
        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: "string",
            description: "How far into the past to match payments",
            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: "match_varsym_report.json",
            required: false
        }
    }
}
Download match_received_payments_by_specific_symbol.multiflexi.app.json