ČSas statement downloader ČSas statement downloader
KeyTypeRequiredDescription
ACCOUNT_CURRENCYstringfor multicurrency accounts please specify one
APP_DEBUGboolEnable application debug mode
CSAS_ACCESS_TOKENstringAccess token for CSAS
CSAS_ACCOUNT_IBANstringIBAN of the CSAS account
CSAS_ACCOUNT_UUIDstringUUID of the CSAS account
CSAS_API_DEBUGboolEnable API debug mode
CSAS_API_KEYstringAPI key for CSAS
CSAS_GENERATE_EMPTY_STATEMENTSboolGenerate mock statements when no transactions are available for the period
CSAS_SANDBOX_MODEboolEnable sandbox mode for CSAS
EASE_LOGGERstringwrite log messages using
IMPORT_SCOPEstringTime scope of transactions downloaded
RESULT_FILEstringwrite output json data to
STATEMENTS_DIRstringDirectory to save statements
STATEMENT_FORMATsetpdf or xml
ČSas statement downloader
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "\u010cSas statement downloader",
        en: "\u010cSas statement downloader"
    },
    description: {
        cs: "St\u00e1hnout v\u00fdpisy \u010cSas v zadan\u00e9m form\u00e1tu",
        en: "Download Csas statements in given format"
    },
    executable: "csas-statement-downloader",
    homepage: "https:\/\/github.com\/VitexSoftware\/csas-statement-tools",
    uuid: "589dfb07-eb27-450e-95c6-3e8edfd1e7d2",
    tags: [
        "Csas",
        "Statements",
        "Downloader"
    ],
    version: "0.1.3.50",
    schemaVersion: "3.3.0",
    environment: {
        ACCOUNT_CURRENCY: {
            type: "string",
            description: "for multicurrency accounts please specify one",
            defval: "CZK",
            required: false
        },
        APP_DEBUG: {
            type: "bool",
            description: "Enable application debug mode",
            defval: "0",
            required: false
        },
        CSAS_ACCESS_TOKEN: {
            type: "string",
            description: "Access token for CSAS",
            defval: "",
            required: true
        },
        CSAS_ACCOUNT_IBAN: {
            type: "string",
            description: "IBAN of the CSAS account",
            defval: "",
            required: true
        },
        CSAS_ACCOUNT_UUID: {
            type: "string",
            description: "UUID of the CSAS account",
            defval: "",
            required: true
        },
        CSAS_API_DEBUG: {
            type: "bool",
            description: "Enable API debug mode",
            defval: "0",
            required: false
        },
        CSAS_API_KEY: {
            type: "string",
            description: "API key for CSAS",
            defval: "",
            required: true
        },
        CSAS_GENERATE_EMPTY_STATEMENTS: {
            type: "bool",
            description: "Generate mock statements when no transactions are available for the period",
            defval: "0",
            required: false
        },
        CSAS_SANDBOX_MODE: {
            type: "bool",
            description: "Enable sandbox mode for CSAS",
            defval: "0",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        IMPORT_SCOPE: {
            type: "string",
            description: "Time scope of transactions downloaded",
            defval: "auto",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "csas_statement_downloader.json",
            required: false
        },
        STATEMENTS_DIR: {
            type: "string",
            description: "Directory to save statements",
            defval: ".",
            required: false
        },
        STATEMENT_FORMAT: {
            type: "set",
            description: "pdf or xml",
            defval: "pdf",
            required: false
        }
    },
    artifacts: [
        {
            name: "Output JSON report",
            path: "csas_statement_downloader.json",
            type: "file",
            description: {
                cs: "V\u00fdstupn\u00ed JSON datov\u00fd soubor",
                en: "Output JSON data file"
            }
        },
        {
            name: "Statements Directory",
            path: ".",
            type: "directory",
            description: {
                cs: "Adres\u00e1\u0159 pro ulo\u017een\u00ed v\u00fdpis\u016f",
                en: "Directory to save statements"
            }
        }
    ]
}
Download _sas_statement_downloader.multiflexi.app.json