Files
boc/backups/2026-07-12-1023/landvex-prod/lonespec-johan-2026-06.html
T
Bernt 58ca4e68db feat(boc): Complete Business Operations Center v1.0
- Go backend API with full CRUD for all modules (CRM, Sales, Finance, HR, Legal, Marketing, Support, Purchase, Inventory, Projects, Automation, Analytics)
- Rust analytics service with parallel report generation
- C runtime with POSIX shared memory IPC
- PostgreSQL schema with 30+ tables, full migrations
- Redis cache, sessions, pub/sub
- Kafka event streaming with Zookeeper
- WebSocket hub for real-time updates
- Automation engine with cron jobs, workflows, event triggers
- JWT authentication, multi-tenant from start
- Docker Compose with all services
- Nginx reverse proxy with rate limiting
- Integration tests passing
- Feature gap analysis against Fortnox/Odoo/Visma

Refs: BOC-001
2026-07-12 12:41:35 +00:00

111 lines
4.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title>Lönespecifikation — Johan Berglund — Juni 2026</title>
<style>
@page { margin: 20mm 25mm; size: A4; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; font-size: 10.5pt; color: #111; line-height: 1.5; }
.header { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 2px solid #111; padding-bottom: 10px; margin-bottom: 18px; }
.company { font-size: 13pt; font-weight: bold; }
.company-sub { font-size: 9pt; color: #555; margin-top: 2px; }
.doc-title { font-size: 13pt; font-weight: bold; text-align: right; }
.doc-sub { font-size: 9pt; color: #555; text-align: right; }
table { width: 100%; border-collapse: collapse; margin: 10px 0; }
.info td { padding: 3px 0; }
.info td:first-child { color: #555; width: 180px; font-size: 10pt; }
.info td:last-child { font-weight: 600; }
.spec th { background: #1a1a1a; padding: 6px 10px; border: 1px solid #ccc; font-size: 10pt; text-align: left; }
.spec td { padding: 5px 10px; border: 1px solid #ddd; }
.spec .num { text-align: right; font-weight: 600; }
.spec tr.total td { font-weight: bold; background: #f5f5f5; border-top: 2px solid #999; }
.spec tr.employer td { background: #f9f9f9; color: #444; }
.spec tr.employer-total td { font-weight: bold; background: #1a1a1a; border-top: 1px solid #aaa; }
h3 { font-size: 10.5pt; margin: 14px 0 6px; border-bottom: 1px solid #ddd; padding-bottom: 3px; }
.note { background: #fff8e1; border: 1px solid #f0c040; padding: 8px 12px; font-size: 9.5pt; margin: 12px 0; line-height: 1.5; }
.sign { display: flex; gap: 40px; margin-top: 28px; }
.sign-box { flex: 1; }
.sign-line { border-bottom: 1px solid #111; height: 32px; margin-bottom: 4px; }
.sign-label { font-size: 9pt; color: #555; }
.footer { font-size: 8.5pt; color: #888; margin-top: 20px; border-top: 1px solid #eee; padding-top: 8px; }
@media (max-width: 640px) {
.hero h1 { font-size: 2rem !important; }
.hero p { font-size: 1rem !important; }
.card { padding: 1.5rem !important; }
.grid { grid-template-columns: 1fr !important; }
.btn { padding: 0.75rem 1.5rem !important; font-size: 1rem !important; }
}
</style>
</head>
<body>
<div class="header">
<div>
<div class="company">LandveX AB</div>
<div class="company-sub">Org.nr 559141-7042 · Antennvägen 2, 135 48 Tyresö</div>
</div>
<div>
<div class="doc-title">LÖNESPECIFIKATION</div>
<div class="doc-sub">Juni 2026 · LVX-2026-06-JB (rev.3)</div>
</div>
</div>
<h3>Anställd</h3>
<table class="info">
<tr><td>Namn</td><td>Johan Putte Berglund</td></tr>
<tr><td>Personnummer</td><td>19870606-0079</td></tr>
<tr><td>Befattning</td><td>Group CTO / Senior mjukvaruutvecklare</td></tr>
<tr><td>Folkbokföringsort</td><td>Tyresö</td></tr>
<tr><td>Löneperiod</td><td>2026-06-01 2026-06-30</td></tr>
<tr><td>Utbetalningsdatum</td><td>2026-06-24</td></tr>
<tr><td>Utbetalningssätt</td><td>Revolut företagskonto</td></tr>
<tr><td>Notering</td><td>Utbetalning via Revolut (ej Nordea). Nordea-kontot tillfälligt spärrat i väntan på KYC-godkännande.</td></tr>
</table>
<h3>Löneberäkning</h3>
<table class="spec">
<thead>
<tr><th>Post</th><th class="num" style="text-align:right">Belopp (kr)</th></tr>
</thead>
<tbody>
<tr><td>Bruttolön juni 2026</td><td class="num">26 864,00</td></tr>
<tr><td>Grundavdrag</td><td class="num">3 500,00</td></tr>
<tr><td>Beskattningsbar inkomst</td><td class="num">23 364,00</td></tr>
<tr><td>Preliminärskatt 29,38% (Tyresö kommun)</td><td class="num">6 864,00</td></tr>
<tr class="total"><td>Nettolön (utbetalt)</td><td class="num">20 000,00</td></tr>
</tbody>
</table>
<h3>Arbetsgivarkostnad</h3>
<table class="spec">
<tbody>
<tr class="employer"><td>Bruttolön</td><td class="num">26 864,00</td></tr>
<tr class="employer"><td>Arbetsgivaravgift 31,42 %</td><td class="num">8 441,00</td></tr>
<tr class="employer-total"><td>Total personalkostnad</td><td class="num">35 305,00</td></tr>
</tbody>
</table>
<div class="note">
<strong>Not — skatt och AGI:</strong> Prelskatt 6 864 kr + arbetsgivaravgift 8 441 kr = <strong>15 305 kr</strong> redovisas av Andreas Vretblom, KPMG, via arbetsgivardeklaration (AGD) senast <strong>12 juli 2026</strong>. Skattetabell: Tyresö kommun 29,38% (2026). Lönen bokförs på konto 7010 (Löner tjänstemän).
</div>
<div class="sign">
<div class="sign-box">
<div class="sign-line"></div>
<div class="sign-label">Erik Svensson, VD / Arbetsgivare · LandveX AB · 2026-06-24</div>
</div>
<div class="sign-box">
<div class="sign-line"></div>
<div class="sign-label">Johan Putte Berglund, anställd</div>
</div>
</div>
<div class="footer">
LandveX AB · 559141-7042 · Antennvägen 2, 135 48 Tyresö · erik@aamos.systems · Löneadm: Andreas Vretblom, KPMG<br>
Dokument-ID: LVX-2026-06-JB rev.3
</div>
</body>
</html>