Yearly Digest Yearly Digest
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringAbraFlexi Company Database
ABRAFLEXI_LOGINstringAbraFlexi Login Username
ABRAFLEXI_PASSWORDpasswordAbraFlexi Password
ABRAFLEXI_URLstringAbraFlexi Server URL
DIGEST_CHECK_SUPPLIER_CONTACTboolCheck if supplier has contact details
DIGEST_FROMstringDigest Email Sender Address
DIGEST_MAILTOstringSend Digest to Email Address
EASE_LOGGERstringLogging Method
RESULT_FILEstringSave Output to File
THEMEstringReport Theme
Yearly Digest
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Ro\u010dn\u00ed Digest",
        en: "Yearly Digest"
    },
    description: {
        cs: "Generovat ro\u010dn\u00ed zpr\u00e1vu AbraFlexi",
        en: "Generate AbraFlexi report every year"
    },
    executable: "\/usr\/bin\/abraflexi-yeardigest",
    homepage: "https:\/\/github.com\/VitexSoftware\/AbraFlexi-Digest\/",
    uuid: "ff7d9f0e-e829-4a60-b3e6-198c1826c82b",
    tags: [
        "AbraFlexi",
        "Digest",
        "Analytics",
        "Sensor",
        "Yearly"
    ],
    version: "2.0.0.229",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi",
        "Mail"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "AbraFlexi Company Database",
            defval: "demo_de",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login Username",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi Password",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URL",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: true
        },
        DIGEST_CHECK_SUPPLIER_CONTACT: {
            type: "bool",
            description: "Check if supplier has contact details",
            defval: "1",
            required: false
        },
        DIGEST_FROM: {
            type: "string",
            description: "Digest Email Sender Address",
            defval: "noreply@example.com",
            required: false
        },
        DIGEST_MAILTO: {
            type: "string",
            description: "Send Digest to Email Address",
            defval: "",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "Logging Method",
            defval: "console",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "Save Output to File",
            defval: "yearly_digest.html",
            required: false
        },
        THEME: {
            type: "string",
            description: "Report Theme",
            defval: "bootstrap",
            required: false
        }
    },
    artifacts: [
        {
            name: "Yearly Digest Report",
            path: "${RESULT_FILE}",
            type: "html",
            description: {
                cs: "Ro\u010dn\u00ed digest report generovan\u00fd aplikac\u00ed.",
                en: "The yearly digest report generated by the application."
            }
        }
    ]
}
Download yearly_digest.multiflexi.app.json