Reminder Reminder
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringAbraFlexi Company
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_URLstringAbraFlexi Server URI
ADD_LOGOboolAdd Company logo into Mails
DEBUGboolEnable debug mode
EASE_EMAILTOemailFallback adres when MUTE is ON
EASE_LOGGERstringwrite log messages using
LANGsetLocale for this application
MAIL_CCemailCC Mail Address
MAX_MAIL_SIZEstringMaximum size of mail
MODEM_IPstringHuawei E5180
MODEM_PASSWORDstringHuawei E5180 Password
MUTEboolSend notifications to customers
NO_REMIND_LABELstringIgnore documents/customers with this Label
QR_PAYMENTSboolAdd QR Codes into Mails
REMINDER_SKIPDOCTYPEstringIgnore this document types
REMIND_FROMemailRemind sender mail Address
RESULT_FILEstringwrite output json data to
SMS_ENGINEstringSMS Engine
SMS_SIGNATUREstringSignature at end of SMS
SURRENDER_DAYSintegerDo not process old cases
Reminder
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Reminder",
        en: "Reminder"
    },
    description: {
        cs: "Upom\u00edn\u00e1 nezaplacen\u00e9 faktury",
        en: "Remind unsettled invoices"
    },
    executable: "abraflexi-reminder",
    homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-reminder",
    uuid: "0fd52fdd-1c83-4346-b9f9-13e82bd5d6d0",
    tags: [
        "AbraFlexi",
        "Reminder",
        "Mail",
        "Sms"
    ],
    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
        },
        ADD_LOGO: {
            type: "bool",
            description: "Add Company logo into Mails",
            defval: "0",
            required: false
        },
        DEBUG: {
            type: "bool",
            description: "Enable debug mode",
            defval: "0",
            required: false
        },
        EASE_EMAILTO: {
            type: "email",
            description: "Fallback adres when MUTE is ON",
            defval: "",
            required: false
        },
        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
        },
        MAIL_CC: {
            type: "email",
            description: "CC Mail Address",
            defval: "",
            required: false
        },
        MAX_MAIL_SIZE: {
            type: "string",
            description: "Maximum size of mail",
            defval: "",
            required: true
        },
        MODEM_IP: {
            type: "string",
            description: "Huawei E5180",
            defval: "192.168.8.10",
            required: false
        },
        MODEM_PASSWORD: {
            type: "string",
            description: "Huawei E5180 Password",
            defval: "",
            required: false
        },
        MUTE: {
            type: "bool",
            description: "Send notifications to customers",
            defval: "0",
            required: false
        },
        NO_REMIND_LABEL: {
            type: "string",
            description: "Ignore documents\/customers with this Label",
            defval: "NEUPOMINAT",
            required: false
        },
        QR_PAYMENTS: {
            type: "bool",
            description: "Add QR Codes into Mails",
            defval: "0",
            required: false
        },
        REMINDER_SKIPDOCTYPE: {
            type: "string",
            description: "Ignore this document types",
            defval: "DOBROPIS,ZDD",
            required: false
        },
        REMIND_FROM: {
            type: "email",
            description: "Remind sender mail Address",
            defval: "",
            required: true
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "reminder_{ABRAFLEXI_COMPANY}.json",
            required: false
        },
        SMS_ENGINE: {
            type: "string",
            description: "SMS Engine",
            defval: "",
            required: false
        },
        SMS_SIGNATURE: {
            type: "string",
            description: "Signature at end of SMS",
            defval: "",
            required: false
        },
        SURRENDER_DAYS: {
            type: "integer",
            description: "Do not process old cases",
            defval: "365",
            required: false
        }
    }
}
Download reminder.multiflexi.app.json