automatic cash register withdrawal automatic cash register withdrawal
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringAbraFlexi Company
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_URLstringAbraFlexi Server URI
EASE_LOGGERstringwrite log messages using
RESULT_FILEstringwrite output json data to
automatic cash register withdrawal
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "automatick\u00fd v\u00fdb\u011br z pokladny",
        en: "automatic cash register withdrawal"
    },
    description: {
        cs: "Ofici\u00e1ln\u011b vypr\u00e1zdn\u011bte svou pokladnu",
        en: "Make your CashBox officially empty"
    },
    executable: "abraflexi-cashier-withdrawal",
    homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-cashier",
    uuid: "250c3c51-039b-4281-8cb7-03112c8b0a03",
    tags: [
        "AbraFlexi",
        "Cash",
        "Expenditure"
    ],
    version: "1.0.0",
    schemaVersion: "3.3.0",
    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
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "withdrawal_report_{ABRAFLEXI_COMPANY}.json",
            required: false
        }
    }
}
Download automatic_cash_register_withdrawal.multiflexi.app.json