procedure GetNewSigns(var BookValue: Decimal, var DeprBasis: Decimal, var SalvageValue: Decimal, var MinusBookValue: Decimal)
Parameters
Name
Type
Description
BookValue
Decimal
DeprBasis
Decimal
SalvageValue
Decimal
MinusBookValue
Decimal
GetNewCustom1Signs
procedure GetNewCustom1Signs(var BookValue: Decimal, var AcquisitionCost: Decimal, var Custom1: Decimal, var SalvageValue: Decimal, var MinusBookValue: Decimal)
[IntegrationEvent(False,False)]
local procedure OnAfterAdjustDepr(DeprBookCode: Code[10], BookValue: Decimal, MaxValue: Decimal, var Depreciation: Decimal)
Parameters
Name
Type
Description
DeprBookCode
Code[10]
BookValue
Decimal
MaxValue
Decimal
Depreciation
Decimal
OnAfterCalcDepreciation
[IntegrationEvent(False,False)]
local procedure OnAfterCalcDepreciation(DeprBookCode: Code[10], var Depreciation: Decimal, BookValue: Decimal)
Parameters
Name
Type
Description
DeprBookCode
Code[10]
Depreciation
Decimal
BookValue
Decimal
OnAfterDeprDays
[IntegrationEvent(False,False)]
local procedure OnAfterDeprDays(StartingDate: Date, EndingDate: Date, var NumberOfDeprDays: Integer, Year365Days: Boolean)
Parameters
Name
Type
Description
StartingDate
Date
EndingDate
Date
NumberOfDeprDays
Integer
Year365Days
Boolean
OnAfterGetDeprPeriod
[IntegrationEvent(False,False)]
local procedure OnAfterGetDeprPeriod(FANo: Code[20], DeprBookCode: Code[10], UntilDate: Date, var StartingDate: Date, var EndingDate: Date, var NumberOfDays: Integer, Year365Days: Boolean)
Parameters
Name
Type
Description
FANo
Code[20]
DeprBookCode
Code[10]
UntilDate
Date
StartingDate
Date
EndingDate
Date
NumberOfDays
Integer
Year365Days
Boolean
OnBeforeCalcRounding
[IntegrationEvent(False,False)]
local procedure OnBeforeCalcRounding(DeprBook: Record "Depreciation Book", OrigDeprAmount: Decimal, var DeprAmount: Decimal, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeFindMaxDate(var FALedgEntry: Record "FA Ledger Entry", EntryDates: array[4] of Date, Year365Days: Boolean, var MaxDate: Date, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeGetFirstDeprDate(FixedAssetNo: Code[20], DepreciationBookCode: Code[10], Year365Days: Boolean, var LocalDate: Date, var IsHandled: Boolean)
Parameters
Name
Type
Description
FixedAssetNo
Code[20]
DepreciationBookCode
Code[10]
Year365Days
Boolean
LocalDate
Date
IsHandled
Boolean
OnBeforeUseDeprStartingDate
[IntegrationEvent(False,False)]
local procedure OnBeforeUseDeprStartingDate(FANo: Code[20], DeprBookCode: Code[10], var Result: Boolean, var IsHandled: Boolean)
Parameters
Name
Type
Description
FANo
Code[20]
DeprBookCode
Code[10]
Result
Boolean
IsHandled
Boolean
OnAfterGetFAPostingTypeSetup
[IntegrationEvent(False,False)]
local procedure OnAfterGetFAPostingTypeSetup(var FAPostingTypeSetup: Record "FA Posting Type Setup", Type: Option)