Prepaid IPEX to AbraFlexi Prepaid IPEX to AbraFlexi
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringAbraFlexi company
ABRAFLEXI_DOCTYPEstringAbraFlexi document type
ABRAFLEXI_LOGINstringAbraFlexi login
ABRAFLEXI_ORDERTYPEstringAbraFlexi order type
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_PRODUCTstringAbraFlexi product
ABRAFLEXI_SKIPLISTstringAbraFlexi skip list
ABRAFLEXI_URLstringAbraFlexi URL
APP_DEBUGboolShow debug messages
EASE_LOGGERstringLogger type
EMAIL_FROMstringEmail from address
IPEX_LOGINstringIpex login
IPEX_PASSWORDpasswordIpex password
IPEX_URLstringIpex URL
MONTH_OFFSETintegerMonth offset for processing (negative values for past months, e.g. -1 for last month)
RESULT_FILEstringPath to the result file for generated reports
SEND_CALL_LIST_EMAILboolEnable sending call list PDF by email to customers
SEND_INFO_TOstringSend info to address
Prepaid IPEX to AbraFlexi
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "P\u0159edplacen\u00fd IPEX do AbraFlexi",
        en: "Prepaid IPEX to AbraFlexi"
    },
    description: {
        cs: "Generovat faktury za p\u0159edplacen\u00e9 Ipex hovory pomoc\u00ed AbraFlexi",
        en: "Generate invoices for prepaid Ipex calls using AbraFlexi"
    },
    executable: "abraflexi-ipex-prepaid",
    homepage: "https:\/\/github.com\/Spoje-NET\/abraflexi-ipex",
    uuid: "74816157-8540-49c7-bfbd-423e8ed4fbfd",
    tags: [
        "AbraFlexi",
        "Ipex",
        "Invoice"
    ],
    version: "1.2.2.107",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi",
        "Ipex"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "AbraFlexi company",
            defval: "",
            required: true
        },
        ABRAFLEXI_DOCTYPE: {
            type: "string",
            description: "AbraFlexi document type",
            defval: "code:FAKTURA",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi login",
            defval: "",
            required: true
        },
        ABRAFLEXI_ORDERTYPE: {
            type: "string",
            description: "AbraFlexi order type",
            defval: "code:OBP_VOIP",
            required: true
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "",
            required: true
        },
        ABRAFLEXI_PRODUCT: {
            type: "string",
            description: "AbraFlexi product",
            defval: "code:IPEX_POSTPAID",
            required: true
        },
        ABRAFLEXI_SKIPLIST: {
            type: "string",
            description: "AbraFlexi skip list",
            defval: "",
            required: false
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi URL",
            defval: "",
            required: true
        },
        APP_DEBUG: {
            type: "bool",
            description: "Show debug messages",
            defval: "0",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "Logger type",
            defval: "syslog|console",
            required: false
        },
        EMAIL_FROM: {
            type: "string",
            description: "Email from address",
            defval: "michal.tomasek@spojenet.cz",
            required: true
        },
        IPEX_LOGIN: {
            type: "string",
            description: "Ipex login",
            defval: "",
            required: true
        },
        IPEX_PASSWORD: {
            type: "password",
            description: "Ipex password",
            defval: "",
            required: true
        },
        IPEX_URL: {
            type: "string",
            description: "Ipex URL",
            defval: "https:\/\/restapi.ipex.cz",
            required: true
        },
        MONTH_OFFSET: {
            type: "integer",
            description: "Month offset for processing (negative values for past months, e.g. -1 for last month)",
            defval: "-1",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "Path to the result file for generated reports",
            defval: "\/tmp\/abraflexi-ipex-prepaid-result.json",
            required: false
        },
        SEND_CALL_LIST_EMAIL: {
            type: "bool",
            description: "Enable sending call list PDF by email to customers",
            defval: "1",
            required: false
        },
        SEND_INFO_TO: {
            type: "string",
            description: "Send info to address",
            defval: "",
            required: true
        }
    }
}
Download prepaid_ipex_to_abraflexi.multiflexi.app.json