| Cheie | Tip | Obligatoriu | Descriere |
|---|---|---|---|
ABRAFLEXI_COMPANY | string | ✔ | AbraFlexi company code |
ABRAFLEXI_LOGIN | string | ✔ | AbraFlexi Login |
ABRAFLEXI_PASSWORD | password | ✔ | AbraFlexi password |
ABRAFLEXI_URL | string | ✔ | AbraFlexi Server URI |
APP_DEBUG | bool | Show app version at startup | |
DOCID | string | ✔ | Document identifier (invoice code or numeric ID) |
EASE_LOGGER | string | Write log messages using | |
EASE_SMTP | string | ✔ | Configuration string for Pear_Mail |
MAIL_FROM | ✔ | Sender email address | |
MAIL_SIGNATURE | string | Email signature text | |
SEND_INFO_TO | Send copy (Cc) to this address |
Descarcă invoice_receipt_confirmation.multiflexi.app.json{ $schema: "https:\/\/multiflexi.eu\/schema\/application.json", image: "", name: { cs: "Potvrzen\u00ed p\u0159ijet\u00ed faktury", en: "Invoice Receipt Confirmation" }, description: { cs: "Odesl\u00e1n\u00ed potvrzen\u00ed o p\u0159ijet\u00ed faktury dodavateli na z\u00e1klad\u011b ID dokumentu", en: "Send confirmation of invoice receipt to the supplier based on document ID" }, executable: "abraflexi-potvrzeni-prijeti-faktury", homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-mailer\/", ociimage: "docker.io\/vitexsoftware\/abraflexi-mailer", uuid: "d29b632f-6d07-4261-8cb4-58b567dab378", tags: [ "AbraFlexi", "Mail", "Confirmation", "Invoice" ], version: "1.4.0", schemaVersion: "3.3.0", requirements: [ "AbraFlexi" ], environment: { ABRAFLEXI_COMPANY: { type: "string", description: "AbraFlexi company code", defval: "demo_de", required: true }, 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 app version at startup", defval: "0", required: false }, DOCID: { type: "string", description: "Document identifier (invoice code or numeric ID)", defval: "", required: true }, EASE_LOGGER: { type: "string", description: "Write log messages using", defval: "console|syslog", required: false }, EASE_SMTP: { type: "string", description: "Configuration string for Pear_Mail", defval: "", required: true }, MAIL_FROM: { type: "email", description: "Sender email address", defval: "", required: true }, MAIL_SIGNATURE: { type: "string", description: "Email signature text", defval: "", required: false }, SEND_INFO_TO: { type: "email", description: "Send copy (Cc) to this address", defval: "", required: false } } }