Window Graphics (Frosted / One-way) Built-in (from presets.php)
Frosted privacy film or perforated one-way vision.Inputs asked from user
| Key | Label | Type | Default | Options / Range |
|---|---|---|---|---|
| width_m | Width (m) | number | 2 | step=0.1 min=0.1 |
| height_m | Height (m) | number | 1.2 | step=0.1 min=0.1 |
| film_type | Type | select | frosted | frosted: Frosted oneway: One-Way Vision |
| qty | Quantity | number | 1 | step=1 min=1 |
| printed | Printed Design | toggle |
Line description template:
Window Graphics {width_m}m x {height_m}m ({film_type})
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| Solvent Stickers | Frosted | film_type == "frosted" ? width_m * height_m * qty * 1.1 : 0 |
LM | Frosted Film |
| Solvent Stickers | One Way | film_type == "oneway" ? width_m * height_m * qty * 1.1 : 0 |
LM | One-way Vision Film |
Machine Hours
| Machine | Hours Formula |
|---|---|
| Solvent Printer | printed ? width_m * height_m * qty * 0.3 : 0 |
| Vinyl Plotter | width_m * height_m * qty * 0.1 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Printer Operator | printed ? width_m * height_m * qty * 0.15 : 0 |
1 |
| installation | Installer | width_m * height_m * qty * 0.35 |
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.