{
$schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
image: "",
name: {
cs: "Postpaid IPEX to AbraFlexi Invoices",
en: "Postpaid IPEX to AbraFlexi Invoices"
},
description: {
cs: "Generate invoices from Orders using AbraFlexi",
en: "Generate invoices from Orders using AbraFlexi"
},
executable: "abraflexi-ipex-postpaid-invoices",
homepage: "https:\/\/github.com\/Spoje-NET\/abraflexi-ipex",
uuid: "262dabf1-d7b1-42c8-91a1-fe991631547c",
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_SEND: {
type: "bool",
description: "Send created invoices immediately",
defval: "0",
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
},
ATTACH_CALL_LIST_PDF: {
type: "bool",
description: "Enable attaching PDF call list to invoices in AbraFlexi",
defval: "1",
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: "write output json data to",
defval: "multiflexi_ipex_invoices_{ABRAFLEXI_COMPANY}.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 postpaid_ipex_to_abraflexi_invoices.multiflexi.app.json