AccumulationRegister.<Accounting register name>.Turnovers
Syntax
Fields
<Dimension name>
<Resource name>Expense
<Resource name>Receipt
<Resource name>Turnover
DayPeriod
HalfYearPeriod
HourPeriod
LineNumber
MinutePeriod
MonthPeriod
Period
QuarterPeriod
Recorder
SecondPeriod
TenDaysPeriod
WeekPeriod
YearPeriod
Parameters
End of period
Periodicity
Condition
Description:
Only active records are used when computing totals.
Aggregation is made by dimensions, specified in query.
Example:
// Receive all turnovers from the turnovers register SELECT * FROM AccumulationRegister.Sales.Turnovers() // Receive turnovers over register for the specified period // for the specified nomenclature by months SELECT * FROM AccumulationRegister.NomenclatureRegistration.Turnovers(&StartPeriod, &EndPeriod, Month, Nomenclature = &NomenclatureParam) |