Účtovníctvo Moneta

Podvojné účtovníctvo

Opätovne načítať stránku v režime


LOGS: [2026-09-23 21:16:52.7842943] Run time 42 ms, 318 μs, and 3 hnsecs
- +
LOG START [2026-09-23]
[C0EB051B:D85F9F8F:13 21:16:52.7833398]  LESCODE DEBUG [arinas.platform.builtin.code.log.exec:117] LOG in method: /project/moneta/entry.main() on Ln 16, Col 1: var/vstup [Program]
     ┬─ path = NULL (void)
     ├─ query <EMPTY>
     ├─ form <EMPTY>
     ├─ files <EMPTY>
     ├─ json <EMPTY>
     └─ raw = <empty> (string)
[C0EB051B:D85F9F8F:13 21:16:52.7834147]  LESCODE DEBUG [arinas.platform.builtin.code.log.exec:117] LOG in method: /project/moneta/entry.main() on Ln 17, Col 1: ret [Program]
     ┬─ type ── mime = true (bool)
     ├─ control ── contentType = "text/html" (string[9])
     └─ data = "<!DOCTYPE html>
                <html lang="sk">
                <head>
                	<meta charset="utf-8">
                	<meta name="viewport" content="width=device-width, initial-scale=1">
                	<title>Prihlásenie · Účtovníctvo Moneta</title>
                	<link href="/static/base/arinas-general.css" rel="stylesheet" />
                	<link href="/static/base/arinas-log.css" rel="stylesheet" />
                	<link href="/static/bundled/css/debugger.css" rel="stylesheet" />
                	<link href="/static/project/css/prihlasenie.css" rel="stylesheet" />
                </head>
                <body class="moneta-prihlasenie">
                	<main class="scena">
                		<section class="karta" aria-labelledby="nadpis">
                			<h1 id="nadpis">Účtovníctvo Moneta</h1>
                			<p class="podnadpis">Podvojné účtovníctvo</p>
                			<p class="hlasenie" role="alert" style="display: none;"></p>
                			<form class="formular" method="POST" action="/moneta/portal/_auth/login/form/action/login/event">
                				<label for="pole-email">E-mail</label>
                				<input id="pole-email" type="email" name="portal/_auth/login/form/field/login" autocomplete="username" required autofocus>
                				<label for="pole-heslo">Heslo</label>
                				<input id="pole-heslo" type="password" name="portal/_auth/login/form/field/password" autocomplete="current-password" required>
                				<button type="submit">Prihlásiť sa</button>
                			</form>
                		</section>
                	</main>
                
                	<!-- prepínač režimu nasledujúcej požiadavky, ako v home/content/template/example.ahtml -->
                	<div class="ars-request-mode" style="display: inherit;">
                		<p>Opätovne <a id="ars-debug-start" href="">načítať stránku</a> v režime</p>
                
                		<p>
                			<label>
                				<input type="checkbox" name="ars-debug-overlay">
                				Debugger zobraziť ako prekrytie
                			</label>
                			<br>
                			<label>
                				<input type="checkbox" id="ars-debug-stop-once-more">
                				Zastaviť pred odoslaním výsledku
                			</label>
                		</p>
                
                		<div id="ars-request-mode">
                			<div class="debug-row">
                				<div class="debug-value">
                					<input id="rq-mode-run" type="radio" name="request/mode" value="run" checked>
                				</div>
                				<label class="debug-label" for="rq-mode-run">bez ladenia [run]</label>
                			</div>
                
                			<div class="debug-row">
                				<div class="debug-value">
                					<input id="rq-mode-debug-step" type="radio" name="request/mode" value="step-into">
                				</div>
                				<label class="debug-label" for="rq-mode-debug-step">ladiť od začiatku [step into]</label>
                			</div>
                
                			<div class="debug-row">
                				<div class="debug-value">
                					<input id="rq-mode-debug-run" type="radio" name="request/mode" value="breakpoint">
                				</div>
                				<label class="debug-label" for="rq-mode-debug-run">ladiť po bod prerušenia [run to breakpoint]</label>
                			</div>
                		</div>
                	</div>
                
                	<!-- log požiadavky a ladenia -->
                	<section class="ladenie" style="display: inherit;">
                		$__LOGS
                	</section>
                
                	<script src="/static/bundled/component/debugger.js"></script>
                	<script>
                		(function () {
                			var stopOnceMore = document.getElementById('ars-debug-stop-once-more');
                			if (!stopOnceMore) return;
                
                			stopOnceMore.checked = localStorage.getItem('ars-debug-som') === '1';
                
                			stopOnceMore.addEventListener('change', function () {
                				localStorage.setItem('ars-debug-som', stopOnceMore.checked ? '1' : '0');
                			});
                		})();
                	</script>
                </body>
                </html>
                " (string[3138])
[C0EB051B:D85F9F8F:13 21:16:52.7834518]  RUNTIME DEBUG [arinas.platform.runtime.env.ExecEnv.stackTrace:1260] CALL STACK in method: /project/moneta/entry.main() on Ln 18, Col 1: [Program]
[C0EB051B:D85F9F8F:13 21:16:52.7834518]  RUNTIME DEBUG [arinas.platform.runtime.env.ExecEnv.stackTrace:1260]    current at /project/moneta/entry.main() on Ln 18, Col 1: ............................................ [Program]