AbraFlexi Weekly Digest AbraFlexi Weekly Digest
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstring✔AbraFlexi Company Database
ABRAFLEXI_LOGINstring✔AbraFlexi Login Username
ABRAFLEXI_PASSWORDpassword✔AbraFlexi Password
ABRAFLEXI_URLstring✔AbraFlexi 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
AbraFlexi Weekly Digest
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "AbraFlexi T\u00fddenn\u00ed Digest",
        en: "AbraFlexi Weekly Digest"
    },
    description: {
        cs: "T\u00fddenn\u00ed analytick\u00fd digest pro \u00fa\u010detn\u00ed syst\u00e9m AbraFlexi",
        en: "Weekly analytics digest for AbraFlexi accounting system"
    },
    executable: "\/usr\/bin\/abraflexi-weekdigest",
    homepage: "https:\/\/github.com\/VitexSoftware\/AbraFlexi-Digest\/",
    uuid: "83e75bfe-36d6-49d7-87af-613b03b6c45d",
    tags: [
        "AbraFlexi",
        "Digest",
        "Analytics",
        "Weekly",
        "Accounting"
    ],
    version: "1.33.2.202",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi"
    ],
    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: "weekly_digest.html",
            required: false
        },
        THEME: {
            type: "string",
            description: "Report Theme",
            defval: "happy",
            required: false
        }
    }
}
Download abraflexi_weekly_digest.multiflexi.app.json