Yearly Digest Yearly Digest
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstring✔
ABRAFLEXI_LOGINstring✔AbraFlexi Login
ABRAFLEXI_PASSWORDpassword✔AbraFlexi password
ABRAFLEXI_URLstring✔AbraFlexi Server URI
DIGEST_CHECK_SUPPLIER_CONTACTboolDo not notify if the supplier does not have contact details
DIGEST_FROMstring✔Diget sender addres
DIGEST_MAILTOstringresult recipients
EASE_LOGGERstringwrite log messages using
RESULT_FILEstringwrite output json data to
THEMEstringReport theme
Yearly Digest
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Yearly Digest",
        en: "Yearly Digest"
    },
    description: {
        cs: "Generate AbraFlexi report every year",
        en: "Generate AbraFlexi report every year"
    },
    executable: "abraflexi-yeardigest",
    homepage: "https:\/\/github.com\/VitexSoftware\/AbraFlexi-Digest\/",
    uuid: "ff7d9f0e-e829-4a60-b3e6-198c1826c82b",
    tags: [
        "AbraFlexi",
        "Digest",
        "Analytics",
        "Sensor",
        "Yearly"
    ],
    version: "1.33.2.202",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "",
            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
        },
        DIGEST_CHECK_SUPPLIER_CONTACT: {
            type: "bool",
            description: "Do not notify if the supplier does not have contact details",
            defval: "0",
            required: false
        },
        DIGEST_FROM: {
            type: "string",
            description: "Diget sender addres",
            defval: "",
            required: true
        },
        DIGEST_MAILTO: {
            type: "string",
            description: "result recipients",
            defval: "",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "yearly_digest.html",
            required: false
        },
        THEME: {
            type: "string",
            description: "Report theme",
            defval: "happy",
            required: false
        }
    }
}
Download yearly_digest.multiflexi.app.json