Skip to end of banner
Go to start of banner

Trekk Sjømannsforbundet

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 Version History

Version 1 Next »

This article describes how to set up the entry code for Sjømannsforbundet/Seaman Union with a max amount per month

Description

The entry code "Trekk to Sjømannsforbundet" has a max amount of NOK 700,- per month (as of 07.12.2020) 


Solution

On Global Rates the amount must be stored in one of the lines. 


The script will normally be as follows: 

IF L21<>0 AND L97="N" THEN

L61=L21

ELSE

IF PR3="N" THEN

L61=0

ELSE

IF PR3="OFF" THEN

L61=0

ELSE

L61=[(W41*GB34)/100]                 //Posteringsbeløp

L24=W41

L23=GB34+%

ENDIF

ENDIF

ENDIF


//Max amount in the month

//The amount is stored in Global Rates line 35

IF L97<>"N" AND L61>GB35 THEN

L61=GB35

ENDIF


W84=W84+L61


  • No labels