Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

This article will explain how to create and setup a new Entry Code that has to be calculated as taxable benefit, i.e. increase the basis for tax calculation, but have no impact on net payment of employee.


Step by step guide

  1. Go to Payroll > Entry Codes

...

  1. Image Added
  2. Create New or Duplicate and existing EC

...

  1. Image Added

...


  1. Image Added
  2. Enable Amount and Vessel fields on Input tabs settings. If required, enable other fields too.

...

  1. Image Added
  2. On Calculation tab link EC to script with the same number as EC number.
    Image Modified

    Add script lines as shown below.

    Panel
    borderColor#FF8D6B
    titleBGColor#009ADE
    titleScript

    //L69 - calculated amount that will not affect employee net pay
    //L21 - field where you add amount
    //W81 - accumulator that collects the table taxable basis for EC 901

    L69=L21
    L62=L21*P50c //arbeidsgiveravgift
    W81=W81+L69 //grunnlag tabell

...

  1. Image AddedImage Added
    Warning

    The setup suggested in the payroll script here is applicable for Norwegian tax calculations only, is you are using another Tax Module, please contact Adonis support for advice on the payroll script.


  2. If you want to show the amount on the payslip, you may use the following settings on Payslip tab.

...

  1. Image Added
  2. The Entry Code has to be reported to EDAG with coding lonn / naturalytelse annet, with yes for tax and AGA. No spesification needed.

...

  1. Image Added