ACP Fascia / Panel Sign Built-in (from presets.php)
Flat rectangular signboard with ACP face.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 | step=0.1 min=0.1 |
| qty | Quantity | number | 1 | step=1 min=1 |
| acp_thickness | ACP Thickness | select | 4 | 3: 3 mm 4: 4 mm |
| printed | Digital Print Face | toggle | 1 | |
| laminated | UV Lamination | toggle | ||
| framed | Aluminium Frame | toggle | 1 |
Line description template:
ACP Fascia {width_m}m x {height_m}m
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| ACP | - {acp_thickness} mm | width_m * height_m * qty * 1.05 |
Square Meter | ACP {acp_thickness}mm |
| Solvent Stickers | Sticker - ST Jet - Glossy | printed ? width_m * height_m * qty * 1.1 : 0 |
LM | Solvent Sticker |
| Aluminum | Tube | framed ? 2 * (width_m + height_m) * qty * 1.1 : 0 |
Meter | Aluminum Tube 25x25 |
Machine Hours
| Machine | Hours Formula |
|---|---|
| CNC Router | max(0.5, width_m * height_m * qty * 0.3) |
| Solvent Printer | printed ? width_m * height_m * qty * 0.4 : 0 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Fabricator | max(1.5, width_m * height_m * qty * 1.5) |
1 |
| production | Printer Operator | printed ? width_m * height_m * qty * 0.15 : 0 |
1 |
| installation | Installer | 1 + width_m * height_m * qty * 0.5 |
1 |
| installation | Helper | 1 + width_m * height_m * qty * 0.5 |
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.