IDOC File Importer IDOC File Importer
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringAbraFlexi Company
ABRAFLEXI_DOCTYPEstring✔code of the type of invoices received
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_STORAGEstringDefault storage for new items
ABRAFLEXI_URLstringAbraFlexi Server URI
EASE_LOGGERstringLogging target: syslog|console
ISDOC_FILEfile-path✔ISDOC File path to import
RESULT_FILEfile-pathFile with result of import
IDOC File Importer
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Import\u00e9r ISDOC soubor\u016f",
        en: "IDOC File Importer"
    },
    description: {
        cs: "Importuj ISDOC soubor do AbraFlexi",
        en: "Import ISDOC file to AbraFlexi"
    },
    executable: "isdoc2abraflexi",
    homepage: "https:\/\/github.com\/VitexSoftware\/AbraFlexi-email-importer",
    ociimage: "docker.io\/vitexsoftware\/abraflexi-file-importer",
    uuid: "3375c1cf-a2a1-407c-a0a0-f407893c39de",
    tags: [
        "File",
        "Importer",
        "Isdoc"
    ],
    version: "1.1.2.116",
    schemaVersion: "3.3.0",
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "AbraFlexi Company",
            defval: "demo_de",
            required: false
        },
        ABRAFLEXI_DOCTYPE: {
            type: "string",
            description: "code of the type of invoices received",
            defval: "FAKTURA",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: false
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: false
        },
        ABRAFLEXI_STORAGE: {
            type: "string",
            description: "Default storage for new items",
            defval: "SKLAD",
            required: false
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "Logging target: syslog|console",
            defval: "syslog|console",
            required: false
        },
        ISDOC_FILE: {
            type: "file-path",
            description: "ISDOC File path to import",
            defval: "",
            required: true
        },
        RESULT_FILE: {
            type: "file-path",
            description: "File with result of import",
            defval: "result.txt",
            required: false
        }
    }
}
Download idoc_file_importer.multiflexi.app.json