Readme - order - Documentation - NOOP! Framework

User

NOOP! Framework - Module "order"

An order form, which works completely without a database and where one item per order can be configured. The order form sends the orders via E-Mail and allows the generation of invoices as PDF'.

Manifest

manifest.json
// NOOP! Framework module manifest
{
    "author": "cisco211",
    "changed": 1697724652,
    "created": 1574883869,
    "description": "The order module.",
    "id": "order",
    "manifest": 1,
    "template":
    {
        "permissions":
        {
            "constants": ["ORDER_NAME", "ORDER_URL"],
            "functions": [],
            "variables":
            [
                "amount",
                "c",
                "maxAmount",
                "v.costTotal",
                "v.currency",
                "v.currencyName",
                "v.id",
                "v.linkDetails",
                "v.name"
            ]
        }
    },
    "version": 1.000
}

Documentation

Table of contents

Modules