Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimenteA committed Nov 18, 2023
1 parent 9e9f8e8 commit fe1fbe7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Cum se realizeaza calculul:

```go

ProcentCAS = 25 // % Sanatate
ProcentCASS = 10 // % Pensie
ProcentCAS = 25 // % Pensie
ProcentCASS = 10 // % Sanatate
ProcentImpozitVenit = 10 // % Impozit pe venit


Expand Down
4 changes: 2 additions & 2 deletions assets/public/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Cum se realizeaza calculul:

```go

ProcentCAS = 25 // % Sanatate
ProcentCASS = 10 // % Pensie
ProcentCAS = 25 // % Pensie
ProcentCASS = 10 // % Sanatate
ProcentImpozitVenit = 10 // % Impozit pe venit


Expand Down
4 changes: 2 additions & 2 deletions registre/calcultotal.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ func CalculeazaPlatiCatreStat(venitNet float64, anul string) PlatiStat {
}

const (
ProcentCAS = 25 // % Sanatate
ProcentCASS = 10 // % Pensie
ProcentCAS = 25 // % Pensie
ProcentCASS = 10 // % Sanatate
ProcentImpozitVenit = 10 // % Impozit pe venit
)

Expand Down

0 comments on commit fe1fbe7

Please sign in to comment.