wysiwygger
Programmer
hi,
could anybody please help me out with creating a new depreciation method?
The method I need should depreciate an asset 18.75% in the first year and 37.7 percent for the rest until it reaches it's end of life.
So far I got this but am not sure thats correct:
IF BAG=0 THEN
(BNV/BEY/12) *18.75
ELSE
(BNV/BEY/12) *37.7
ENDIF
could anybody please help me out with creating a new depreciation method?
The method I need should depreciate an asset 18.75% in the first year and 37.7 percent for the rest until it reaches it's end of life.
So far I got this but am not sure thats correct:
IF BAG=0 THEN
(BNV/BEY/12) *18.75
ELSE
(BNV/BEY/12) *37.7
ENDIF