Flag / Teardrop Banner Built-in (from presets.php)
Flag pole / teardrop outdoor event banner.Inputs asked from user
| Key | Label | Type | Default | Options / Range |
|---|---|---|---|---|
| size | Size | select | m | s: Small (~2m) m: Medium (~3m) l: Large (~4.5m) |
| qty | Quantity | number | 1 | step=1 min=1 |
| base | Include Base / Spike | toggle | 1 |
Line description template:
Flag Banner ({size}) x {qty} pcs
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| Banners & Flex | Uniflex | (size == "s" ? 1.5 : size == "m" ? 2.5 : 4.0) * qty * 1.1 |
Square Meter | Flag Fabric |
| Store Materials | Flag Pole | qty |
Nos. | Flag Pole Set |
Machine Hours
| Machine | Hours Formula |
|---|---|
| Solvent Printer | (size == "s" ? 1.5 : size == "m" ? 2.5 : 4.0) * qty * 0.3 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Printer Operator | (size == "s" ? 1.5 : size == "m" ? 2.5 : 4.0) * qty * 0.15 |
1 |
| production | Finisher / Polisher | qty * 0.3 |
1 |
How formulas work:
Variables are the input keys (shown at top). Material name patterns use
{input_key} placeholders.
A row with a formula evaluating to 0 is skipped when the wizard builds. Click Duplicate & Customise above to copy this recipe into an editable custom pack.