OUTTRN BETA · invitation required

Sign in to Outtrn

Standalone governed VCR/MCR workbook for commercial project reporting. Enter your invitation code to open the demo workspace.

Tester code: OUTTRN-45M-SCHOOL
Invitation code not recognised. Please check the code and try again.
If an older workbook appears after login, click Reset Demo to restore the original beta demo data.
Outtrn powered by Acumine
window.vcrLoadFileFromLogin = function vcrLoadFileFromLogin() { const i = document.getElementById("loadFileInput"); if (i) i.click(); }; window.vcrCreateBlankFromLogin = function vcrCreateBlankFromLogin() { const input = document.getElementById("inviteCodeInput"); if (input) input.value = "OUTTRN-45M-SCHOOL"; vcrDemoLogin(); setTimeout(() => { if (window.vcrCreateBlankWorkbook) window.vcrCreateBlankWorkbook(); }, 50); }; // login shortcuts window.vcrLoadFileFromLogin = function vcrLoadFileFromLogin() { const codeInput = document.getElementById("inviteCodeInput"); if (codeInput && String(codeInput.value || "").trim().toUpperCase() !== "OUTTRN-45M-SCHOOL") { const error = document.getElementById("inviteError"); if (error) error.style.display = "block"; codeInput.focus(); return; } vcrDemoLogin(); setTimeout(() => { const i = document.getElementById("loadFileInput"); if (i) i.click(); }, 50); }; window.vcrCreateBlankFromLogin = function vcrCreateBlankFromLogin() { const codeInput = document.getElementById("inviteCodeInput"); if (codeInput && String(codeInput.value || "").trim().toUpperCase() !== "OUTTRN-45M-SCHOOL") { const error = document.getElementById("inviteError"); if (error) error.style.display = "block"; codeInput.focus(); return; } vcrDemoLogin(); setTimeout(() => { if (window.vcrCreateBlankWorkbook) window.vcrCreateBlankWorkbook(); }, 50); };