Skip to end of banner
Go to start of banner

Norwegian vacation payment 2020 (Feriepenge utbetaling)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »


This article explains, how to set up vacation pay Entry code that will deduct the fixed salary + the fifth vacation week.


Description 

Holiday pay is earned the year before the vacation is taken, and is paid instead of salary in the month the vacation is held. An Employee that was not employed the previous year, will have the right to take vacation, but without getting vacation pay from the current Employer.  As Employer you have to calculate and accumulate vacation pay for each employee every month. 

When you as Employer operate with 5 days work week and 5 weeks holiday, you must deduct wages for 25 working days, while the monthly salary covers 22 working days. This deduction should not reduce the wages or the holiday pay in A-melding, but instead be reported as a separate deduction. 

You can read more about this in the following official site: 

https://www.skatteetaten.no/bedrift-og-organisasjon/arbeidsgiver/a-meldingen/veiledning/lonn-og-ytelser/oversikt-over-lonn-og-andre-ytelser/trekk-i-lonn-for-ferie/

Solution

When paying out the holiday pay you will need to register the pay as follows: 


Setting up and entry code for the deduction of wages

If similar Entry Code does not exist yet, go to Payroll > Entry Codes and create the new one with the following EDAG Coding:


Script for Ferietrekk 4 dager

Add the script conditions as described below:

L61=((PR1*P198)+((PR1*P198)*(4/26)))*(-1)

L62=L61*P50c            //arbeidsgiveravgift

L63=L61*GB6/100         // feriepenger

L64=L63*P50c            //arbeidsgiveravgift av feriepenger


W81=W81+L61                 //grunnlag tabell

W80=30


Example


Script for Ferietrekk 10 days (over 60 years)

Add the script conditions as described below:

L61=((PR1*P198)+((PR1*P198)*(/26)))*(-1)

L62=L61*P50c            //arbeidsgiveravgift

L63=L61*GB6/100         // feriepenger

L64=L63*P50c            //arbeidsgiveravgift av feriepenger


W81=W81+L61                 //grunnlag tabell

W80=30


  • No labels