Pohoda Monthly Digest Pohoda Monthly Digest
KeyTypeRequiredDescription
EMAIL_ADDRESSemailSend Digest to Email Address
MODULESstringComma-separated list of modules
OUTPUT_FILEfile-pathSave Output to File
OUTPUT_FORMATstringOutput Format (html/json)
POHODA_ICOstringCompany Identification Number (IČO)
POHODA_PASSWORDpasswordPohoda API Password
POHODA_URLurlPohoda mServer URL
POHODA_USERNAMEstringPohoda API Username
THEMEstringReport Theme (bootstrap/email)
Pohoda Monthly Digest
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Pohoda M\u011bs\u00ed\u010dn\u00ed Digest",
        en: "Pohoda Monthly Digest"
    },
    description: {
        cs: "M\u011bs\u00ed\u010dn\u00ed analytick\u00fd digest pro \u00fa\u010detn\u00ed syst\u00e9m Pohoda",
        en: "Monthly analytics digest for Pohoda accounting system"
    },
    executable: "\/usr\/bin\/pohoda-monthdigest",
    homepage: "https:\/\/github.com\/VitexSoftware\/Pohoda-Digest\/",
    uuid: "f6273939-7a91-463e-bf0f-b8e56d87ed7f",
    tags: [
        "Pohoda",
        "Digest",
        "Analytics",
        "Monthly",
        "Accounting"
    ],
    version: "1.0.0",
    schemaVersion: "3.3.0",
    environment: {
        EMAIL_ADDRESS: {
            type: "email",
            description: "Send Digest to Email Address",
            defval: "",
            required: false
        },
        MODULES: {
            type: "string",
            description: "Comma-separated list of modules",
            defval: "outcoming_invoices,debtors",
            required: false
        },
        OUTPUT_FILE: {
            type: "file-path",
            description: "Save Output to File",
            defval: "monthly_digest.html",
            required: false
        },
        OUTPUT_FORMAT: {
            type: "string",
            description: "Output Format (html\/json)",
            defval: "html",
            required: false
        },
        POHODA_ICO: {
            type: "string",
            description: "Company Identification Number (I\u010cO)",
            defval: "12345678",
            required: true
        },
        POHODA_PASSWORD: {
            type: "password",
            description: "Pohoda API Password",
            defval: "",
            required: true
        },
        POHODA_URL: {
            type: "url",
            description: "Pohoda mServer URL",
            defval: "https:\/\/localhost:8080",
            required: true
        },
        POHODA_USERNAME: {
            type: "string",
            description: "Pohoda API Username",
            defval: "api",
            required: true
        },
        THEME: {
            type: "string",
            description: "Report Theme (bootstrap\/email)",
            defval: "bootstrap",
            required: false
        }
    }
}
Download pohoda_monthly_digest.multiflexi.app.json