{
$schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
image: "",
name: {
cs: "RB p\u0159ehled transakc\u00ed",
en: "RB transaction report"
},
description: {
cs: "P\u0159ehled transakc\u00ed Raiffeisenbank",
en: "Raiffeisenbank transaction report"
},
executable: "raiffeisenbank-transaction-report",
homepage: "https:\/\/github.com\/Spoje-NET\/raiffeisenbank-statement-tools",
uuid: "97f30cf9-2d9e-4d91-ad65-9bdd8b4663cd",
tags: [
"Bank",
"RaiffeisenBank",
"Transactions",
"Check",
"Json",
"Report"
],
version: "1.4.2.97",
schemaVersion: "3.3.0",
environment: {
ACCOUNT_CURRENCY: {
type: "string",
description: "for multicurrency accounts please specify one",
defval: "CZK",
required: false
},
ACCOUNT_NUMBER: {
type: "string",
description: "Bank Account Number",
defval: "",
required: true
},
APP_DEBUG: {
type: "bool",
description: "Show debug messages",
defval: "0",
required: true
},
CERT_FILE: {
type: "file-path",
description: "Path to RB Certificate file",
defval: "",
required: true
},
CERT_PASS: {
type: "password",
description: "Certificate password",
defval: "",
required: true
},
EASE_LOGGER: {
type: "string",
description: "write log messages using",
defval: "console|syslog",
required: false
},
RBAPI_RATE_LIMIT_JSON_FILE: {
type: "string",
description: "write API rate limit file using",
defval: "{MULTIFLEXI_TMP}\/rbczpremiumapi_rates.json",
required: false
},
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_{ACCOUNT_NUMBER}.json",
required: false
},
STATEMENT_LINE: {
type: "set",
description: "Bank Statement line",
defval: "ADDITIONAL",
required: false
},
XIBMCLIENTID: {
type: "string",
description: "ClientID",
defval: "",
required: true
},
ZABBIX_KEY: {
type: "string",
description: "Default name for Zabbix Item key name",
defval: "Raiff-Balance-{ACCOUNT_NUMBER}",
required: false
}
}
}
Download rb_transaction_report.multiflexi.app.json