discomp2abraflexi discomp2abraflexi
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringAbraFlexi company code
ABRAFLEXI_DISCOMP_CODEstringDiscomp Addressbook Code
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_STORAGEstringIntial storage Code
ABRAFLEXI_URLstringAbraFlexi Server URI
APP_DEBUGboolShow debug messages
DISCOMP_API_DEBUGboolShow API debug messages
DISCOMP_PASSWORDpasswordYour Discomp password
DISCOMP_SCOPEstringImport Scope
DISCOMP_TYP_ZASOBYstringIntial gods type Code
DISCOMP_USERNAMEstringYour Discomp username
EASE_LOGGERstringLogger type
RESULT_FILEstringwrite output json data to
discomp2abraflexi
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "discomp2abraflexi",
        en: "discomp2abraflexi"
    },
    description: {
        cs: "Import Pricelist z Discomp to AbraFlexi",
        en: "Import Pricelist from Discomp to AbraFlexi"
    },
    executable: "discomp2abraflexi",
    homepage: "https:\/\/github.com\/Spoje-NET\/discomp2abraflexi",
    ociimage: "docker.io\/vitexsoftware\/discomp2abraflexi",
    uuid: "60e3fd6f-1c7c-4be7-b1ff-801c94b70f39",
    tags: [
        "Discomp",
        "Pricelist",
        "Importer"
    ],
    version: "0.3.7.139",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi",
        "Discomp"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "AbraFlexi company code",
            defval: "demo_de",
            required: true
        },
        ABRAFLEXI_DISCOMP_CODE: {
            type: "string",
            description: "Discomp Addressbook Code",
            defval: "DISCOMP",
            required: false
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_STORAGE: {
            type: "string",
            description: "Intial storage Code",
            defval: "SKLAD",
            required: false
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: true
        },
        APP_DEBUG: {
            type: "bool",
            description: "Show debug messages",
            defval: "0",
            required: false
        },
        DISCOMP_API_DEBUG: {
            type: "bool",
            description: "Show API debug messages",
            defval: "0",
            required: false
        },
        DISCOMP_PASSWORD: {
            type: "password",
            description: "Your Discomp password",
            defval: "",
            required: true
        },
        DISCOMP_SCOPE: {
            type: "string",
            description: "Import Scope",
            defval: "yesterday",
            required: false
        },
        DISCOMP_TYP_ZASOBY: {
            type: "string",
            description: "Intial gods type Code",
            defval: "typZasoby.material",
            required: false
        },
        DISCOMP_USERNAME: {
            type: "string",
            description: "Your Discomp username",
            defval: "",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "Logger type",
            defval: "syslog|console",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "discomp_pricelist_for_{DISCOMP_USERNAME}.json",
            required: false
        }
    }
}
Download discomp2abraflexi.multiflexi.app.json