Pohoda Transaction Report Pohoda Transaction Report
KeyTypeRequiredDescription
APP_DEBUGboolShow debug messages
EASE_LOGGERstringwrite log messages using
POHODA_BANK_IDSstringPohoda Bank IDS (Account name)
POHODA_IBANstringAccount IBAN
REPORT_SCOPEstringTime scope of transactions downloaded
RESULT_FILEstringwrite output json data to
ZABBIX_KEYstringDefault name for Zabbix Item key name
Pohoda Transaction Report
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Pohodov\u00fd report transakc\u00ed",
        en: "Pohoda Transaction Report"
    },
    description: {
        cs: "Zkontrolovat bankovn\u00ed transakce ve Stormware Pohoda",
        en: "Check Bank Transactions in Stormware Pohoda"
    },
    executable: "pohoda-transaction-report",
    homepage: "https:\/\/github.com\/Spoje-NET\/pohoda-client-checker",
    uuid: "b57f3a90-c604-4e19-8609-4af200571941",
    tags: [
        "Pohoda",
        "mServer",
        "Bank",
        "Check"
    ],
    version: "1.1.0.95",
    schemaVersion: "3.3.0",
    requirements: [
        "mserver"
    ],
    environment: {
        APP_DEBUG: {
            type: "bool",
            description: "Show debug messages",
            defval: "0",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        POHODA_BANK_IDS: {
            type: "string",
            description: "Pohoda Bank IDS (Account name)",
            defval: "",
            required: true
        },
        POHODA_IBAN: {
            type: "string",
            description: "Account IBAN",
            defval: "",
            required: true
        },
        REPORT_SCOPE: {
            type: "string",
            description: "Time scope of transactions downloaded",
            defval: "last_month",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "transaction_report.json",
            required: false
        },
        ZABBIX_KEY: {
            type: "string",
            description: "Default name for Zabbix Item key name",
            defval: "pohoda-transaction-report-{POHODA_ICO}",
            required: false
        }
    }
}
Download pohoda_transaction_report.multiflexi.app.json