Skip to content

Commit e8400e8

Browse files
authored
Merge pull request #49 from skopjehacklab/2026-podatoci
2 parents c296bc9 + 175cc2a commit e8400e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="author" content="Хаклаб КИКА">
6-
<meta name="description" content="Калкулатор на плата, од нето во бруто и од бруто во нето со пресметки за сите придонеси и даноци за 2025 година.">
6+
<meta name="description" content="Калкулатор на плата, од нето во бруто и од бруто во нето со пресметки за сите придонеси и даноци за 2026 година.">
77
<meta name="keywords" content="калкулатор,плата,нето,бруто,данок,придонеси,2025">
88
<meta name="google-site-verification" content="az42vz2Sx5rRQ8CDc0MxYPE2zreCtXvIG1J3cVlwJZ8" />
99
<script src="app.js"></script>
10-
<title>Калкулатор на бруто - нето плата со сите придонеси и даноци - 2025 година</title>
10+
<title>Калкулатор на бруто - нето плата со сите придонеси и даноци - 2026 година</title>
1111
</head>
1212
<body style="margin: 0; padding:0;">
1313
<div id="kalkulator"></div>

src/Danok.elm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ maxBrutoNetoOdnos =
3838

3939
prosecnaPlata : Int
4040
prosecnaPlata =
41-
57609
41+
69141
4242

4343

4444
licnoOsloboduvanje : Int
4545
licnoOsloboduvanje =
46-
10270
46+
10932
4747

4848

4949
minNeto : Int
5050
minNeto =
51-
20225
51+
24379
5252

5353

5454
minBruto : Int
5555
minBruto =
56-
29739
56+
34571
5757

5858

5959
maxOsnovica : Int

0 commit comments

Comments
 (0)