Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More clarification needed #112

Open
buzzwick opened this issue Sep 24, 2019 — with docs.microsoft.com · 0 comments
Open

More clarification needed #112

buzzwick opened this issue Sep 24, 2019 — with docs.microsoft.com · 0 comments

Comments

Copy link

"The Calculate Depreciation batch job omits fixed assets that use this depreciation method."
Turns out this is not 1000% accurate. In the code unit that calculates depreciation (5611"Calculate Normal Depreciation"), the code first checks for the presence of a Depreciation Start Date, and THEN skips over assets with a Manual depreciation method:
29 TransferValues; //among other things, checks for Depreciation Start Date
30 IF NOT SkipRecord THEN BEGIN //skips record if Depreciation Method is Manual
Assuming there is some good reason for this, it might be better to clarify exactly what conditions a FA Depreciation Book must satisfy to indeed be skipped over. Because clearly there are some. The batch job does not simply skip these records wholesale.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant