Skip to end of banner
Go to start of banner

How to create taxable benefit Entry Code

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 6 Current »

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
  2. Create New or Duplicate and existing EC

  3. Enable Amount and Vessel fields on Input tabs settings. If required, enable other fields too.
  4. On Calculation tab link EC to script with the same number as EC number.


    Add script lines as shown below.

    Script

    //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





    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.

  5. If you want to show the amount on the payslip, you may use the following settings on Payslip tab.
  6. The Entry Code has to be reported to EDAG with coding lonn / naturalytelse annet, with yes for tax and AGA. No spesification needed.
  • No labels