This entry is set up almost in the same way as the Car Allowance (regular) entry. The only difference is in the script and EDAG coding. The script would be simple:
Code Block |
---|
//Setting Employer
//Here you need to add a line for calculating the employer organization
//e.g. @@ADD:007.
//You can check your other entries for
//GB22 = Global rate line 22 for car allowance non taxable rate
//L23 - Input field 3 used for Rate
L23=GB22
//L22 - Input field 2 used for Kilometer
//L23 - Input field 3 used for Rate
//L61 - calculated amount 1
L61=L22*L23 |
The EDAG coding should be like that:
|