Film Photography Tracker Generator
Tracker Setup
Single Roll Details
Bulk Log Setup
Tracker Preview (Dashboard)
${photographer}
`; let tableHtml = ""; if (type === 'single_roll') { // --- Generate Single Roll Tracker --- const rollId = controls.rollId.value || '...'; const filmStock = controls.filmStock.value || '...'; const format = controls.format.value || '...'; const camera = controls.camera.value || '...'; const iso = controls.iso.value || '...'; const numExposures = parseInt(controls.numExposures.value) || 36; headerHtml += `Roll ID: ${rollId}
Film Stock: ${filmStock}
Format: ${format}
Camera: ${camera}
ISO: ${iso}
| Frame | Aperture | Shutter | Notes / Conditions |
|---|---|---|---|
| ${i} |
Please select at least one column in the "Bulk Log Setup".
'; return; } tableHtml = `| ${col} | `); tableHtml += `
|---|
| `); tableHtml += ` |
