-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
707 lines (651 loc) · 44.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Primanota – Einfache Buchhaltung für Selbständige und Einzelfirmen</title>
<meta name="description"
content="Quäl’ Dich nicht länger mit deiner händischen Buchhaltung oder deinen Excel-Tabellen. Primanota hilft Dir, die Übersicht zu behalten und deine Buchhaltung gemäss den gesetzlichen Vorgaben zu erfüllen. – Einfache Buchhaltung für Selbständige und Einzelfirmen">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#0f2636">
<meta name="theme-color" content="#0f2636">
<link rel="stylesheet" href="https://use.typekit.net/vks1sni.css" />
<link rel="stylesheet" href="/css/app.css?id=321d0df47d72afbf3639d4ac52d3d673">
<script defer data-domain="primanota.ch" src="https://plausible.io/js/script.outbound-links.js"
crossorigin="anonymous"></script>
<noscript>
<style type="text/css">
[data-sal|='fade'] {
opacity: 1;
}
[data-sal|='slide'],
[data-sal|='zoom'] {
opacity: 1;
transform: none;
}
[data-sal|='flip'] {
transform: none;
}
</style>
</noscript>
</head>
<body class="font-sans">
<header class="mb-[4vh] md:mb-[12vh]">
<div class="relative bg-white" x-data="Primanota.popover({ open: false, focus: false })" x-init="init()"
@keydown.escape="onEscape" @close-popover-group.window="onClosePopoverGroup">
<div
class="flex items-center justify-between px-4 py-6 mx-auto max-w-7xl sm:px-5 md:justify-start md:space-x-10">
<div class="flex justify-start lg:w-0 lg:flex-1">
<a href="/">
<span class="sr-only">Primanota</span>
<img class="w-auto h-8 sm:h-10" src="/images/logos/logo.svg" alt="Primanota">
</a>
</div>
<div class="-my-2 -mr-2 md:hidden">
<button type="button"
class="inline-flex items-center justify-center p-2 bg-white rounded-md text-slate-400 hover:text-slate-500 hover:bg-slate-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-primary-400"
@click="toggle" @mousedown="if (open) $event.preventDefault()" aria-expanded="false"
:aria-expanded="open.toString()">
<span class="sr-only">Menü öffnen</span>
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M4 6h16M4 12h16M4 18h16">
</path>
</svg>
</button>
</div>
<div class="items-center justify-end hidden md:flex md:flex-1 lg:w-0">
<a href="/#funktionen"
class="text-base font-medium text-slate-500 whitespace-nowrap hover:text-slate-900">Funktionen</a>
<a href="/#preis"
class="ml-8 text-base font-medium text-slate-500 whitespace-nowrap hover:text-slate-900">Preis</a>
<a href="/#demo"
class="ml-8 text-base font-medium text-slate-500 whitespace-nowrap hover:text-slate-900">Demo</a>
<a href="https://app.primanota.ch/login" target="_blank"
class="ml-8 text-base font-medium text-slate-500 whitespace-nowrap hover:text-slate-900">
Anmelden
</a>
<a href="https://app.primanota.ch/register" target="_blank" class="ml-8 btn btn--primary">
Kostenlos testen
</a>
</div>
</div>
<div x-show="open" x-transition:enter="duration-200 ease-out" x-transition:enter-start="opacity-0"
x-transition:enter-end="opacity-100" x-transition:leave="duration-100 ease-in"
x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0"
class="absolute inset-x-0 top-0 z-30 transition origin-top-right transform md:hidden" x-ref="panel"
@click.away="open = false" style="display: none;">
<div class="bg-white divide-y-2 rounded-lg shadow-lg ring-1 ring-black ring-opacity-5 divide-slate-50">
<div class="px-4 pt-5 pb-6">
<div class="flex items-center justify-between">
<a href="/">
<img class="w-auto h-8" src="/images/logos/logo.svg" alt="Primanota">
</a>
<div class="-mr-2">
<button type="button"
class="inline-flex items-center justify-center p-2 bg-white rounded-md text-slate-400 hover:text-slate-500 hover:bg-slate-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-primary-400"
@click="toggle">
<span class="sr-only">Menü schliessen</span>
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12">
</path>
</svg>
</button>
</div>
</div>
<div class="mt-6">
<nav class="grid grid-cols-1 gap-7">
<a href="#funktionen" @click="toggle"
class="flex items-center p-3 -m-3 rounded-lg hover:bg-slate-50">
Funktionen
</a>
<a href="#preis" @click="toggle"
class="flex items-center p-3 -m-3 rounded-lg hover:bg-slate-50">
Preis
</a>
<a href="#demo" @click="toggle"
class="flex items-center p-3 -m-3 rounded-lg hover:bg-slate-50">
Demo
</a>
</nav>
</div>
</div>
<div class="px-5 py-6">
<div>
<a href="https://app.primanota.ch/register" class="w-full btn--lg btn btn--primary">
30 Tage kostenlos testen
</a>
<p class="mt-6 text-base font-medium text-center text-slate-500">
Bereits registriert?
<a href="https://app.primanota.ch/login" class="text-slate-900">
Anmelden
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</header>
<main class="px-4 mx-auto max-w-7xl sm:px-5">
<section class="grid grid-cols-6 gap-6 mb-16" id="section-1">
<div class="flex flex-col justify-center col-span-6 lg:col-span-4 lg:col-start-2">
<p class="mb-8 text-lg font-semibold text-center text-slate-800 ">
Simpel. Clever. Zuverlässig.
</p>
<h1 class="max-w-4xl mx-auto mb-16 text-4xl font-extrabold text-center text-slate-800 sm:text-5xl md:text-6xl">
<span class="block text-primary-400 xl:inline">Einfache Buchhaltung</span>
<span class="block xl:inline">für Selbständige und Einzelfirmen.</span>
</h1>
<h2 class="max-w-2xl mx-auto mb-16 text-xl text-center text-slate-600">Quäl Dich nicht länger mit
deiner händischen Buchhaltung oder deinen Excel-Tabellen. Primanota hilft Dir, die Übersicht zu
behalten und deine Buchhaltung ganz einfach gemäss den gesetzlichen Vorgaben zu erfüllen.</h2>
<div class="mx-auto space-x-4 text-center">
<a href="https://app.primanota.ch/register" target="_blank" class="btn btn--primary btn--lg lg:btn--xl">30
Tage kostenlos
testen</a>
<p class="mt-4 text-sm font-light text-slate-400">Keine Kreditkarte erforderlich</p>
</div>
</div>
</section>
<section class="grid grid-cols-6 sm:grid-cols-12 mb-[8vh] md:mb-[12vh] lg:mb-[16vh] gap-x-5 gap-y-20" id="section-2">
<div class="col-span-6 sm:col-span-8 sm:col-start-3">
<img class="shadow-lg" src="images/jenny-ueberberg-BaSeK7rwc1A-unsplash.jpg" alt="Primanota">
</div>
</section>
<!-- Photo by Jenny Ueberberg on Unsplash https://unsplash.com/@jennyueberberg -->
<section class="grid grid-cols-6 sm:grid-cols-12 mb-[8vh] md:mb-[12vh] lg:mb-[16vh] gap-x-5 gap-y-20" id="section-3">
<div class="col-span-6 sm:col-span-10 sm:col-start-2">
<p class="mb-4 text-lg font-semibold text-center text-primary-400">Unkomplizierte Buchhaltung</p>
<h2 class="max-w-4xl mx-auto mb-4 text-2xl font-semibold text-center text-slate-800 sm:text-3xl md:text-4xl">
Primanota als Einnahmen-Ausgaben-Rechnung</h2>
<h3 class="max-w-2xl mx-auto text-xl text-center text-slate-600">Als Freelancer oder
Einzelunternehmerin bist Du in der Schweiz <a class="font-medium text-primary-400 hover:underline"
href="https://www.primanota.ch/wissen/buchfuehrungspflicht-fuer-einzelfirmen-und-selbstaendige-in-der-schweiz"
target="_blank">buchführungspflichtig</a>. Primanota ist
einfach zu bedienen, transparent, leicht nachvollziehbar und auch für buchhalterisch unerfahrene Personen
gut geeignet.</h3>
</div>
<div class="col-span-6 sm:col-span-12">
<img class="border rounded-lg shadow-xl border-slate-200" src="images/screenshots/hero.jpg"
alt="Primanota als Einnahmen-Ausgaben-Rechnung">
</div>
</section>
<section class="grid grid-cols-6 sm:grid-cols-12 mb-[8vh] md:mb-[12vh] lg:mb-[16vh] gap-x-5 gap-y-20" id="funktionen">
<div class="order-1 col-span-6 md:order-none sm:col-span-10 sm:col-start-2">
<p class="mb-4 text-lg font-semibold text-center text-primary-400">Funktionen</p>
<h2 class="max-w-4xl mx-auto mb-4 text-2xl font-semibold text-center text-slate-800 sm:text-3xl md:text-4xl">
Milchbüechli-Rechnung</h2>
<h3 class="max-w-2xl mx-auto text-xl text-center text-slate-600">Die «Milchbüchleinrechnung» ist ein
in der Schweiz verbreiteter Begriff. Das aktuelle Rechnungslegungsrecht sieht Erleichterungen für
kleine Unternehmen vor: Startups, Freelancerinnen und Einzelfirmen haben die Möglichkeit, eine
<a class="font-medium text-primary-400 hover:underline"
href="https://www.primanota.ch/wissen/wer-darf-eine-einfache-buchhaltung-fuehren"
target="_blank">einfache Buchhaltung</a> zu führen und damit den Buchhaltungsaufwand zu verkleinern.
Primanota bietet dir
folgende Funktionen:
</h3>
</div>
<div class="order-3 col-span-6 md:order-none sm:col-span-10 sm:col-start-2 md:col-span-7">
<img class="border rounded-lg shadow-lg border-slate-200" data-sal="fade" src="images/screenshots/buchungen.jpg"
alt="">
</div>
<div class="flex flex-col items-center justify-center order-2 col-span-6 md:order-none md:items-start sm:col-span-8 sm:col-start-3 md:col-span-4 md:col-start-9"
data-sal="fade">
<span class="inline-flex p-2 rounded-full bg-primary-50">
<span class="inline-flex p-2 rounded-full text-primary-500 bg-primary-75">
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="9" width="14" height="10" rx="2"></rect>
<circle cx="14" cy="14" r="2"></circle>
<path d="M17 9v-2a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2"></path>
</svg>
</span>
</span>
<h3 class="my-4 text-xl font-semibold text-slate-800">Buchungen</h3>
<p class="text-center text-slate-600 md:text-left">Bei der einfachen Buchhaltung wird jede Einnahme
oder Ausgabe nur einmal erfasst. Intuitive und verständliche Buchung aller Geschäftsvorfälle.</p>
</div>
<div class="flex flex-col items-center justify-center order-4 col-span-6 sm:col-span-8 sm:col-start-3 md:order-none md:items-start md:col-span-4"
data-sal="fade">
<span class="inline-flex p-2 rounded-full bg-primary-50">
<span class="inline-flex p-2 rounded-full text-primary-500 bg-primary-75">
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2">
</path>
<path d="M14 8h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5m2 0v1.5m0 -9v1.5"></path>
</svg>
</span>
</span>
<h3 class="my-4 text-xl font-semibold text-slate-800">Belege</h3>
<p class="text-center text-slate-600 md:text-left">Für jede Ausgabe oder Einnahme muss ein Beleg
vorliegen. Erfasse zu jeder Buchung einen Beleg mit oder ohne Belegnummer.</p>
</div>
<div class="order-5 col-span-6 md:order-none sm:col-span-10 sm:col-start-2 md:col-span-7 md:col-start-6">
<img class="border rounded-lg shadow-lg border-slate-200" data-sal="fade" src="images/screenshots/belege.jpg"
alt="">
</div>
<div class="order-7 col-span-6 md:order-none sm:col-span-10 sm:col-start-2 md:col-span-7">
<img class="border rounded-lg shadow-lg border-slate-200" data-sal="fade" src="images/screenshots/berichte.jpg"
alt="">
</div>
<div class="flex flex-col items-center justify-center order-6 col-span-6 md:order-none md:items-start sm:col-span-8 sm:col-start-3 md:col-span-4 md:col-start-9"
data-sal="fade">
<span class="inline-flex p-2 rounded-full bg-primary-50">
<span class="inline-flex p-2 rounded-full text-primary-500 bg-primary-75">
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="9" width="14" height="10" rx="2"></rect>
<circle cx="14" cy="14" r="2"></circle>
<path d="M17 9v-2a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2"></path>
</svg>
</span>
</span>
<h3 class="my-4 text-xl font-semibold text-slate-800">Berichte</h3>
<p class="text-center text-slate-600 md:text-left">Berichte bieten einen Überblick über alle Ausgaben
und Einnahmen und schlüsseln sie nach Kategorie auf. Mit PDF-Download für die Steuererklärung.</p>
</div>
<div class="flex flex-col items-center justify-center order-8 col-span-6 sm:col-span-8 sm:col-start-3 md:order-none md:items-start md:col-span-4"
data-sal="fade">
<span class="inline-flex p-2 rounded-full bg-primary-50">
<span class="inline-flex p-2 rounded-full text-primary-500 bg-primary-75">
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2">
</path>
<path d="M14 8h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5m2 0v1.5m0 -9v1.5"></path>
</svg>
</span>
</span>
<h3 class="my-4 text-xl font-semibold text-slate-800">Dashboard</h3>
<p class="text-center text-slate-600 md:text-left">Das Dashboard gibt Dir einen Überblick über Deine
Finanzen mit Summen und Diagrammen über einen frei wählbaren Zeitraum.</p>
</div>
<div class="order-9 col-span-6 md:order-none sm:col-span-10 sm:col-start-2 md:col-span-7 md:col-start-6">
<img class="border rounded-lg shadow-lg border-slate-200" data-sal="fade" src="images/screenshots/dashboard.jpg"
alt="">
</div>
</section>
<section
class="grid grid-cols-6 sm:grid-cols-12 mb-[8vh] md:mb-[12vh] lg:mb-[16vh] px-8 gap-x-5 gap-y-20 rounded-2xl bg-primary-600 py-16 !mt-0"
id="demo">
<div class="col-span-6 sm:col-span-10 sm:col-start-2">
<p class="mb-4 text-lg font-semibold text-center text-primary-75">Noch nicht genug gesehen?</p>
<h2 class="max-w-4xl mx-auto mb-4 text-2xl font-semibold text-center text-white sm:text-3xl md:text-4xl">
Live-Demo ausprobieren</h2>
<h3 class="max-w-2xl mx-auto mb-8 text-xl text-center text-white">Um Dir einen Eindruck zu
verschaffen, wie Primanota funktioniert und ob es das Richtige für Dich ist, kannst Du unsere
Live-Demo testen.</h3>
<div class="mx-auto space-x-4 text-center">
<a href="https://demo.primanota.ch/login" target="_blank" class="btn btn--white">
Live-Demo
</a>
</div>
</div>
</section>
<section class="grid grid-cols-6 sm:grid-cols-12 mb-[8vh] md:mb-[12vh] lg:mb-[16vh] gap-x-5 gap-y-16" id="section-6">
<div class="order-1 col-span-6 md:order-none sm:col-span-10 sm:col-start-2 md:col-span-6 md:col-start-4">
<p class="mb-4 text-lg font-semibold text-center text-primary-400">Was unsere Kunden sagen</p>
<h2 class="max-w-4xl mx-auto mb-6 text-2xl font-semibold text-center text-slate-800 sm:text-3xl md:text-4xl">
Selbständige und Einzelfirmen aus allen Branchen nutzen Primanota</h2>
</div>
<figure
class="col-span-6 p-8 text-xl text-center bg-white border shadow-sm border-slate-200 rounded-2xl sm:col-span-10 sm:col-start-2 md:col-span-6 md:col-start-4">
<img class="w-20 h-20 mx-auto mb-8 rounded-full" src="images/testimonials/katja.jpg" alt="Katja Schubiger" />
<blockquote class="relative text-primary-700">
<svg class="absolute top-0 left-0 w-12 h-12 transform -translate-y-12 text-primary-300" fill="currentColor"
viewBox="0 0 32 32" aria-hidden="true">
<path
d="M9.352 4C4.456 7.456 1 13.12 1 19.36c0 5.088 3.072 8.064 6.624 8.064 3.36 0 5.856-2.688 5.856-5.856 0-3.168-2.208-5.472-5.088-5.472-.576 0-1.344.096-1.536.192.48-3.264 3.552-7.104 6.624-9.024L9.352 4zm16.512 0c-4.8 3.456-8.256 9.12-8.256 15.36 0 5.088 3.072 8.064 6.624 8.064 3.264 0 5.856-2.688 5.856-5.856 0-3.168-2.304-5.472-5.184-5.472-.576 0-1.248.096-1.44.192.48-3.264 3.456-7.104 6.528-9.024L25.864 4z" />
</svg>
<p class="relative">Eine saubere Buchhaltung ist für mich wichtig. Primanota ermöglicht es
meinem kleinen Schmucklabel mit überschaubarem Aufwand die laufenden Kosten im Blick zu halten und
mit wenigen Klicks die nötigen Dokumente für die Steuererklärung zu erstellen.</p>
</blockquote>
<figcaption class="mt-4 text-base">— Katja Schubiger, <a class="font-medium text-primary-400 hover:underline"
target="_blank" rel="noopener" href="https://sistajewelry.ch">Sista Jewelry</a>
</figcaption>
</figure>
<figure
class="col-span-6 p-8 text-xl text-center bg-white border shadow-sm border-slate-200 rounded-2xl sm:col-span-10 sm:col-start-2 md:col-span-6 md:col-start-4">
<img class="w-20 h-20 mx-auto mb-8 rounded-full" src="images/testimonials/karin.jpg" alt="Katja Schubiger" />
<blockquote class="relative text-primary-700">
<svg class="absolute top-0 left-0 w-12 h-12 transform -translate-y-12 text-primary-300" fill="currentColor"
viewBox="0 0 32 32" aria-hidden="true">
<path
d="M9.352 4C4.456 7.456 1 13.12 1 19.36c0 5.088 3.072 8.064 6.624 8.064 3.36 0 5.856-2.688 5.856-5.856 0-3.168-2.208-5.472-5.088-5.472-.576 0-1.344.096-1.536.192.48-3.264 3.552-7.104 6.624-9.024L9.352 4zm16.512 0c-4.8 3.456-8.256 9.12-8.256 15.36 0 5.088 3.072 8.064 6.624 8.064 3.264 0 5.856-2.688 5.856-5.856 0-3.168-2.304-5.472-5.184-5.472-.576 0-1.248.096-1.44.192.48-3.264 3.456-7.104 6.528-9.024L25.864 4z" />
</svg>
<p class="relative">Ich habe mir eine einfache und intuitiv zu bedienende Buchhaltungssoftware ohne viel
Schnickschnack gewünscht und mit Primanota gefunden. Das Interface ist sehr übersichtlich und ist
optisch ansprechend. Die Erfassung von Einnahmen, Ausgaben und Belegen ist einfach und schnell. Bei
Primanota ist alles dabei, um den Überblick über das Geschäftsjahr zu haben und Ende Jahr auf
Knopfdruck den Auszug für die Steuern zu erstellen. Zudem ist der Support super, falls dann doch mal
eine Frage oder ein Anliegen auftauchen sollte.</p>
</blockquote>
<figcaption class="mt-4 text-base">— Karin Gleichner, <a class="font-medium text-primary-400 hover:underline"
target="_blank" rel="noopener" href="https://k-designstudio.ch">K Designstudio</a>
</figcaption>
</figure>
</section>
<section class="grid grid-cols-6 sm:grid-cols-12 mb-[8vh] md:mb-[12vh] lg:mb-[16vh] gap-x-5 gap-y-20" id="preis"
x-data="{ monthly: false }">
<div class="col-span-6 sm:col-span-10 sm:col-start-2">
<p class="mb-4 text-lg font-semibold text-center text-primary-400">Preise</p>
<h2
class="max-w-4xl mx-auto mb-4 text-2xl font-semibold text-center text-slate-800 sm:text-3xl md:text-4xl">
Ein Preis für alle Fälle</h2>
<h3 class="max-w-2xl mx-auto text-xl text-center text-slate-600">Wenn du deine Buchhaltung mit Primanota
führen
möchtest, dann nichts wie los! Enthält alle Funktionen, die wir anbieten, sowie unbegrenzte Buchungen,
unbegrenzte Belege und unbegrenzte Berichte.</h3>
</div>
<div class="flex col-span-6 sm:col-start-4">
<div class="relative inline-flex self-center mx-auto">
<button type="button" @click="monthly = false"
x-bind:class="! monthly ? 'btn--secondary' : 'btn--transparent'" class="mr-1 btn btn--lg">Jährliche
Zahlung
</button>
<button type="button" @click="monthly = true"
x-bind:class="monthly ? 'btn--secondary' : 'btn--transparent'" class="ml-1 btn btn--lg">Monatliche
Zahlung
</button>
</div>
</div>
<div
class="relative flex flex-col col-span-6 p-8 bg-white border shadow-sm border-slate-200 sm:col-span-8 sm:col-start-3 md:col-span-6 rounded-2xl md:col-start-4">
<div class="flex-1">
<h3 class="text-xl font-semibold text-slate-900">Plus</h3>
<p class="flex items-baseline mt-4 text-slate-900">
<span class="text-5xl font-extrabold tracking-tight" x-show="monthly">14.–</span><span
class="text-5xl font-extrabold tracking-tight" x-show="! monthly">12.–</span>
<span class="ml-1 text-xl font-semibold">/ Monat</span>
</p>
<p class="flex mt-4 text-sm font-light text-slate-400" x-show="monthly">Monatliche Zahlung
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"
class="w-5 h-5 mx-2">
<path fill-rule="evenodd"
d="M2 10a.75.75 0 01.75-.75h12.59l-2.1-1.95a.75.75 0 111.02-1.1l3.5 3.25a.75.75 0 010 1.1l-3.5 3.25a.75.75 0 11-1.02-1.1l2.1-1.95H2.75A.75.75 0 012 10z"
clip-rule="evenodd" />
</svg> Fr. 14.– / Monat
</p>
<p class="flex mt-4 text-sm font-light text-slate-400" x-show="! monthly">Jährliche Zahlung
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"
class="w-5 h-5 mx-2">
<path fill-rule="evenodd"
d="M2 10a.75.75 0 01.75-.75h12.59l-2.1-1.95a.75.75 0 111.02-1.1l3.5 3.25a.75.75 0 010 1.1l-3.5 3.25a.75.75 0 11-1.02-1.1l2.1-1.95H2.75A.75.75 0 012 10z"
clip-rule="evenodd" />
</svg>Fr. 144.– / Jahr
</p>
<p class="mt-6 text-xl text-slate-500" style="hyphens: auto;">Alles, was du zum Führen deiner einfachen
Buchhaltung brauchst.</p>
<ul role="list" class="mt-6 space-y-4">
<li class="flex">
<svg class="flex-shrink-0 w-6 h-6 text-primary-300" xmlns="http://www.w3.org/2000/svg"
fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
<span class="ml-3 text-slate-500"><strong
class="font-semibold text-slate-600">Unlimitierte</strong>
Buchungen</span>
</li>
<li class="flex">
<svg class="flex-shrink-0 w-6 h-6 text-primary-300" xmlns="http://www.w3.org/2000/svg"
fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
<span class="ml-3 text-slate-500"><strong
class="font-semibold text-slate-600">Unlimitierte</strong>
Belege</span>
</li>
<li class="flex">
<svg class="flex-shrink-0 w-6 h-6 text-primary-300" xmlns="http://www.w3.org/2000/svg"
fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
<span class="ml-3 text-slate-500"><strong
class="font-semibold text-slate-600">Unlimitierte</strong>
Berichte</span>
</li>
<li class="flex">
<svg class="flex-shrink-0 w-6 h-6 text-primary-300" xmlns="http://www.w3.org/2000/svg"
fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
<span class="ml-3 text-slate-500"><strong class="font-semibold text-slate-600">Belege</strong>
für Einnahmen <strong class="font-semibold text-slate-600">automatisch
erstellen</strong></span>
</li>
</ul>
</div>
<a href="https://app.primanota.ch/register?plan=plus" target="_blank"
class="mt-12 btn btn--xl btn--primary">Kostenlos
testen</a>
</div>
</section>
<section class="mb-[12vh]" id="faq">
<div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-3 lg:gap-8">
<div>
<h2 class="text-3xl font-semibold text-slate-900 font-heading">
Häufig gestellte Fragen
</h2>
<p class="mt-4 text-xl text-slate-600">
Die gesuchte Antwort nicht gefunden? Schreib uns ein
<a href="mailto:[email protected]" class="font-medium text-primary-400 hover:underline">Mail</a>.
</p>
</div>
<div class="mt-12 lg:mt-0 lg:col-span-2">
<dl class="space-y-12">
<div>
<dt class="text-xl font-semibold text-slate-800">
Wie funktioniert die kostenlose Testversion?
</dt>
<dd class="mt-2 text-slate-600">
Während der kostenlosen 30-tägigen Testphase erhältst Du Zugriff auf den Plan Deiner
Wahl, mit dem Du alle verfügbaren Funktionen testen kannst. Um auf Deine Daten
zugreifen und sie nach 30 Tagen weiter verwenden zu können, musst Du ein monatliches
oder jährliches Abonnement abschliessen.
</dd>
</div>
<div>
<dt class="text-xl font-semibold text-slate-800">
Brauche ich eine Kreditkarte, um mich anzumelden?
</dt>
<dd class="mt-2 text-slate-600">
Nein. Du benötigst sie erst nach Ablauf der Testphase oder wenn Du entscheidest,
dass Primanota die richtige Lösung für Dich ist und Du ein monatliches oder
jährliches Abonnement abschliesst.
</dd>
</div>
<div>
<dt class="text-xl font-semibold text-slate-800">
Kann ich mein Abonnement jederzeit kündigen?
</dt>
<dd class="mt-2 text-slate-600">
Ja. Auch wenn wir hoffen, dass es nicht notwendig sein wird, kannst Du Dein
Abonnement kündigen, wenn Du der Meinung bist, dass Primanota Dir bei Deinem
Geschäft nicht mehr hilft.
</dd>
</div>
<div>
<dt class="text-xl font-semibold text-slate-800">
Kann ich jährlich statt monatlich zahlen?
</dt>
<dd class="mt-2 text-slate-600">
Ja, Du hast die Möglichkeit, ein Jahresabonnement zu bezahlen und einen Rabatt
von 15% zu erhalten. Es gibt keine Kündigungs- oder andere versteckte Gebühren.
</dd>
</div>
<div>
<dt class="text-xl font-semibold text-slate-800">
Welche Zahlungsarten werden akzeptiert?
</dt>
<dd class="mt-2 text-slate-600">
Wir akzeptieren derzeit Visa, Mastercard und American-Express-Kreditkarten.
</dd>
</div>
<div>
<dt class="text-xl font-semibold text-slate-800">
Ist Primanota geeignet für meine GmbH oder AG?
</dt>
<dd class="mt-2 text-slate-600">
Nein. Beide Rechtsformen sind zur doppelten Buchhaltung verpflichtet. Primanota bietet dir
lediglich eine einfache Buchhaltung. Mehr zu diesem Thema erfährst du hier: <a href="https://www.primanota.ch/wissen/wer-darf-eine-einfache-buchhaltung-fuehren" class="font-medium text-primary-400 hover:underline" target="_blank">Wer darf eine einfache Buchhaltung führen?</a>
</dd>
</div>
<div>
<dt class="text-xl font-semibold text-slate-800">
Sind meine Daten privat und sicher?
</dt>
<dd class="mt-2 text-slate-600">
Absolut! Alle Deine Daten sind privat und sicher auf Servern in Deutschland
gehostet. Nur Du alleine kannst sie einsehen und verwenden.
</dd>
</div>
</dl>
</div>
</div>
</div>
</section>
<section class="grid grid-cols-6 sm:grid-cols-12 mb-[8vh] md:mb-[12vh] lg:mb-[16vh] gap-x-5 gap-y-20" id="xxx">
<div class="col-span-6 sm:col-span-10 sm:col-start-2">
<p class="mb-4 text-lg font-semibold text-center text-primary-400">Wissen</p>
<h2 class="max-w-4xl mx-auto mb-4 text-2xl font-semibold text-center text-slate-800 sm:text-3xl md:text-4xl">
Hilfreiche Informationen</h2>
<h3 class="max-w-2xl mx-auto text-xl text-center text-slate-600 text-slate-600 style=" hyphens: auto;">Alles
rund um die Themen
Buchhaltung und Finanzen für Einzelfirmen und Selbständige in der Schweiz.</h3>
</div>
<div class="flex flex-col col-span-6 overflow-hidden shadow-lg sm:col-span-6 lg:col-span-4">
<a href="/wissen/wie-hoch-sind-die-maximalen-beitraege-in-die-saeule-3a-pro-jahr" class="flex-shrink-0">
<img class="w-full" src="/img/containers/assets/articles/claudio-schwarz-htol9olew20-unsplash.jpg/46b80704c2653c7d0669bcfaab7e196e.jpg" alt="Wie hoch sind die maximalen Beiträge in die Säule 3a pro Jahr?">
</a>
<div class="flex flex-col justify-between flex-1 p-6 bg-white">
<div class="flex-1">
<a href="/wissen/wie-hoch-sind-die-maximalen-beitraege-in-die-saeule-3a-pro-jahr" class="block mt-2">
<h2 class="text-xl font-semibold text-gray-900">Wie hoch sind die maximalen Beiträge in die Säule 3a pro Jahr?</h2>
<h3 class="mt-3 text-base text-gray-500">Der Umfang der zulässigen Einzahlungen in die Säule 3a hängt davon ab, ob du einer Pensionskasse angeschlossen bist.</h3>
</a>
</div>
</div>
</div>
<div class="flex flex-col col-span-6 overflow-hidden shadow-lg sm:col-span-6 lg:col-span-4">
<a href="/wissen/wer-darf-eine-einfache-buchhaltung-fuehren" class="flex-shrink-0">
<img class="w-full" src="/img/containers/assets/articles/christina-wocintechchat-com-utw3j_aoikm-unsplash.jpg/6f634a57a8ce4c33aef8df9372736f0e.jpg" alt="Wer darf eine einfache Buchhaltung führen?">
</a>
<div class="flex flex-col justify-between flex-1 p-6 bg-white">
<div class="flex-1">
<a href="/wissen/wer-darf-eine-einfache-buchhaltung-fuehren" class="block mt-2">
<h2 class="text-xl font-semibold text-gray-900">Wer darf eine einfache Buchhaltung führen?</h2>
<h3 class="mt-3 text-base text-gray-500">Die Rechtsform und der Jahresumsatz sind entscheidend bei der Frage, ob du eine einfache Buchhaltung führen darfst.</h3>
</a>
</div>
</div>
</div>
<div class="flex flex-col col-span-6 overflow-hidden shadow-lg sm:col-span-6 lg:col-span-4">
<a href="/wissen/buchfuehrungspflicht-fuer-einzelfirmen-und-selbstaendige-in-der-schweiz" class="flex-shrink-0">
<img class="w-full" src="/img/containers/assets/articles/scott-graham-5fnmwej4taa-unsplash.jpg/7a2989f142b86d577a8ca3ca95cc7f2e.jpg" alt="Buchführungspflicht für Einzelfirmen und Selbständige in der Schweiz">
</a>
<div class="flex flex-col justify-between flex-1 p-6 bg-white">
<div class="flex-1">
<a href="/wissen/buchfuehrungspflicht-fuer-einzelfirmen-und-selbstaendige-in-der-schweiz" class="block mt-2">
<h2 class="text-xl font-semibold text-gray-900">Buchführungspflicht für Einzelfirmen und Selbständige in der Schweiz</h2>
<h3 class="mt-3 text-base text-gray-500">Wenn du dich selbständig machst, wirst du dich eher früher als später mit dem Thema Buchführung auseinandersetzen müssen.</h3>
</a>
</div>
</div>
</div>
<div
class="w-full col-span-2 col-start-3 mx-auto space-x-4 text-center sm:col-span-6 sm:col-start-4 lg:col-span-4 lg:col-start-5">
<a href="https://www.primanota.ch/wissen" target="_blank" class="font-medium text-primary-400 hover:underline">
Weitere Themen
</a>
</div>
</section>
</main>
<footer class="bg-white mt-[12vh]">
<div class="px-4 py-12 mx-auto overflow-hidden border-t max-w-7xl sm:px-6 lg:px-8 border-slate-200">
<nav class="flex flex-wrap justify-center -mx-5 -my-2" aria-label="Footer">
<div class="px-5 py-2">
<a href="/changelog " class="text-base text-slate-500 hover:text-slate-900">Changelog</a>
</div>
<div class="px-5 py-2">
<a href="/datenschutz " class="text-base text-slate-500 hover:text-slate-900">Datenschutz</a>
</div>
<div class="px-5 py-2">
<a href="/nutzungsbedingungen " class="text-base text-slate-500 hover:text-slate-900">Nutzungsbedingungen</a>
</div>
<div class="px-5 py-2">
<a href="/cookies " class="text-base text-slate-500 hover:text-slate-900">Cookies</a>
</div>
<div class="px-5 py-2">
<a href="/impressum " class="text-base text-slate-500 hover:text-slate-900">Impressum</a>
</div>
</nav>
<div class="flex justify-center mt-8 space-x-6">
<a href="https://www.instagram.com/primanota_app/" class="text-slate-400 hover:text-slate-500"
rel="noopener noreferrer">
<span class="sr-only">Instagram</span>
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd"
d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z"
clip-rule="evenodd" />
</svg>
</a>
<a href="https://twitter.com/primanota_app" class="text-slate-400 hover:text-slate-500"
rel="noopener noreferrer">
<span class="sr-only">Twitter</span>
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path
d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
</svg>
</a>
<a href="https://www.linkedin.com/showcase/primanota-buchhaltung" class="text-slate-400 hover:text-slate-500"
rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<rect x="4" y="4" width="16" height="16" rx="2"></rect>
<line x1="8" y1="11" x2="8" y2="16"></line>
<line x1="8" y1="8" x2="8" y2="8.01"></line>
<line x1="12" y1="16" x2="12" y2="11"></line>
<path d="M16 16v-3a2 2 0 0 0 -4 0"></path>
</svg>
</a>
</div>
<p class="mt-8 text-base text-center text-slate-400">Primanota ist ein Produkt von <a href="https://snø.ch"
class="font-normal text-slate-600 hover:underline" target="_blank">snø</a>.
</p>
</div>
</footer>
<script src="/js/app.js?id=bc9782bacebca9624b4e96d674b1f3d7"></script>
<script type="text/javascript">
_linkedin_partner_id = "4734545";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script>
<script type="text/javascript">
(function (l) {
if (!l) {
window.lintrk = function (a, b) { window.lintrk.q.push([a, b]) };
window.lintrk.q = []
}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript"; b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);
})(window.lintrk);
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt=""
src="https://px.ads.linkedin.com/collect/?pid=4734545&fmt=gif" />
</noscript>
</body>
</html>