Subreg credit Check Subreg credit Check
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringAbraFlexi comapny code
ABRAFLEXI_GRANSY_CODEpasswordGransy Code in AbraFlexi Addressbook
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_URLstringAbraFlexi Server URI
APP_DEBUGboolShow debug messages
EASE_LOGGERstringwrite log messages using
RESULT_FILEstringwrite output json data to
SUBREG_LOCATIONstringSubreg API Command Endpoint
SUBREG_LOGINstringYour Subreg username
SUBREG_PASSWORDpasswordYour Subreg password
SUBREG_URIstringSOAP Endpoint
ZABBIX_KEYstringDefault name for Zabbix Item key name
Subreg credit Check
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Kontrola kreditu Subreg",
        en: "Subreg credit Check"
    },
    description: {
        cs: "Kontrola kreditu Subreg pro z\u00e1kazn\u00edky v AbraFlexi",
        en: "Check Subreg Credit for Customers in AbraFlexi"
    },
    executable: "subreg-check-credit",
    homepage: "https:\/\/github.com\/Spoje-NET\/subreg2abraflexi\/",
    ociimage: "docker.io\/vitexsoftware\/subreg2abraflexi",
    uuid: "ca0f8b32-836b-421f-80a5-8e382951dcfa",
    tags: [
        "Subreg",
        "Credit",
        "Check",
        "Json"
    ],
    version: "1.2.2.100",
    schemaVersion: "3.3.0",
    requirements: [
        "Subreg",
        "AbraFlexi"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "AbraFlexi comapny code",
            defval: "demo_de",
            required: true
        },
        ABRAFLEXI_GRANSY_CODE: {
            type: "password",
            description: "Gransy Code in AbraFlexi Addressbook",
            defval: "GRANSY",
            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_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
        },
        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: "subreg_credit_report.json",
            required: false
        },
        SUBREG_LOCATION: {
            type: "string",
            description: "Subreg API Command Endpoint",
            defval: "https:\/\/soap.subreg.cz\/cmd.php",
            required: true
        },
        SUBREG_LOGIN: {
            type: "string",
            description: "Your Subreg username",
            defval: "",
            required: true
        },
        SUBREG_PASSWORD: {
            type: "password",
            description: "Your Subreg password",
            defval: "",
            required: true
        },
        SUBREG_URI: {
            type: "string",
            description: "SOAP Endpoint",
            defval: "https:\/\/soap.subreg.cz\/soap",
            required: true
        },
        ZABBIX_KEY: {
            type: "string",
            description: "Default name for Zabbix Item key name",
            defval: "SubregCreditReport",
            required: false
        }
    }
}
Download subreg_credit_check.multiflexi.app.json