LS, At this moment i’m studying the Axpata Finance Essentials course. I try to understand how the depreciation is calculated when i use the depreciation method ‘Factor’. Does anyone know what formula Axapta uses to calculate the depreciation. I tried the formula which is described in the helptext, but cannot reproduce the expected results. Thanks for any help, Cees
You are right. The formula in the helptext and FA User guide are missing the following formula: Depreciation (N) = Depreciation (N) - Depreciation (N-1), where N is the current Interval number and N-1 is Current Interval numver - 1. Calculate with the formula you are having and substract it with the previous interval. Look more for complete formula at Advanced Fixed Asset manual. Hope this helps.