AccountingRegisterManager.<Accounting register name>.RecalcTotalsForPeriod
Syntax:
Parameters:
<BeginOfPeriod> (optional)
Start of recalculation period. If the parameter is not specified, recalculation starts from the very beginning.
<EndOfPeriod> (optional)
End of recalculation period. If the parameter is not specified, recalculation is done till the end.
Description:
Availability:
Example:
Registrs.Balance.RecalcTotalsForPeriod(,BegOfMonth(CurrentDate())); |