Skip to main content

Class SaleSummary

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SaleSummary.

Inheritance

objectCarrierSaleSummary

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

SaleSummary()

Default constructor - defaults any enum props to 0.

Properties

BaseCurrency

Default currency for the installation

Property Value

string

CurrentOverdue

Number of all overdue sales within the period

Property Value

int

CurrentOverdueTotalBaseCurrency

Summed amount for all overdue sales within the period in default currency for the installation

Property Value

double

CurrentOverdueTotalOwnCurrency

Summed amount for all overdue sales within the period in default currency for the current user

Property Value

double

CurrentOverdueWeightedBaseCurrency

Weighted sum for all overdue sales within the period in default currency for the installation

Property Value

double

CurrentOverdueWeightedOwnCurrency

Weighted sum for all overdue sales within the period in default currency for the current user

Property Value

double

FutureOpen

Number of all Future Pipe/All open sales with date after the period

Property Value

int

FutureOpenTotalBaseCurrency

Summed amount for all Future Pipe/All open sales with date after the period in default currency for the installation

Property Value

double

FutureOpenTotalOwnCurrency

Summed amount for all Future Pipe/All open sales with date after the period in default currency for the current user

Property Value

double

FutureOpenWeightedBaseCurrency

Weighted sum for all Future Pipe/All open sales with date after the period in default currency for the installation

Property Value

double

FutureOpenWeightedOwnCurrency

Weighted sum for all Future Pipe/All open sales with date after the period in default currency for the current user

Property Value

double

Lost

Number of all lost within the period

Property Value

int

LostTotalBaseCurrency

Summed amount for all lost within the period in default currency for the installation

Property Value

double

LostTotalOwnCurrency

Summed amount for all lost within the period in default currency for the current user

Property Value

double

Open

Number of all open within the period

Property Value

int

OpenTotalBaseCurrency

Summed amount for all open within the period in default currency for the installation

Property Value

double

OpenTotalOwnCurrency

Summed amount for all open within the period in default currency for the current user

Property Value

double

OpenWeightedBaseCurrency

Weighted sum for all open within the period in default currency for the installation

Property Value

double

OpenWeightedOwnCurrency

Weighted sum for all open within the period in default currency for the current user

Property Value

double

OwnCurrency

Default currency for the current user

Property Value

string

PreviousOverdue

Number of all open sales with date before this period

Property Value

int

PreviousOverdueTotalBaseCurrency

Summed amount for all open sales with date before this period in default currency for the installation

Property Value

double

PreviousOverdueTotalOwnCurrency

Summed amount for all open sales with date before this period in default currency for the current user

Property Value

double

PreviousOverdueWeightedBaseCurrency

Weighted sum for all open sales with date before this period in default currency for the installation

Property Value

double

PreviousOverdueWeightedOwnCurrency

Weighted sum for all open sales with date before this period in default currency for the current user

Property Value

double

Sold

Number of all sold within the period

Property Value

int

SoldTotalBaseCurrency

Summed amount for all sold within the period in default currency for the installation

Property Value

double

SoldTotalOwnCurrency

Summed amount for all sold within the period in default currency for the current user

Property Value

double

See Also

SaleAgent