Debts overview Debts overview
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringAbraFlexi Company
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_URLstringAbraFlexi Server URI
EASE_LOGGERstringwrite log messages using
LANGsetLocale for this application
NO_REMIND_LABELstringIgnore documents/customers with this Label
RESULT_FILEstringwrite output json data to
SURRENDER_DAYSintegerDays to surrender
Debts overview
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Debts overview",
        en: "Debts overview"
    },
    description: {
        cs: "Shrom\u00e1\u017edit nezaplacen\u00e9 faktury",
        en: "Gather unsettled invoices"
    },
    executable: "abraflexi-show-debts",
    homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-reminder",
    uuid: "82710b78-5cf9-4380-a7e2-62b6e65b2027",
    tags: [
        "AbraFlexi",
        "Reminder",
        "Check",
        "Json"
    ],
    version: "1.7.3.244",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "AbraFlexi Company",
            defval: "demo_de",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            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
        },
        NO_REMIND_LABEL: {
            type: "string",
            description: "Ignore documents\/customers with this Label",
            defval: "NEUPOMINAT",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "transaction_report.json",
            required: false
        },
        SURRENDER_DAYS: {
            type: "integer",
            description: "Days to surrender",
            defval: "365",
            required: false
        }
    }
}
Download debts_overview.multiflexi.app.json