AccumulationRegister.<Accounting register name>.Turnovers

Syntax

AccumulationRegister.<Accounting register name>.Turnovers

Fields

<Common attribute name>
<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

Beginning of period
End of period
Periodicity
Condition

Description:

Used for obtaining turnovers for a period by accumulation register. Turnovers represent resource totals.
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)


    

1C:Enterprise Developer's Community