Show / Hide Table of Contents

Class SaleSummary

Carrier object for SaleSummary. Services for the SaleSummary Carrier is available from the Sale Agent.

Inheritance
object
SaleSummary
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class SaleSummary : Carrier

Constructors

SaleSummary()

Default constructor

Declaration
public SaleSummary()
See Also
ISaleAgent

Properties

BaseCurrency

Default currency for the installation

Declaration
[DataMember]
public virtual string BaseCurrency { get; set; }
Property Value
Type Description
string
See Also
ISaleAgent

CurrentOverdue

Number of all overdue sales within the period

Declaration
[DataMember]
public virtual int CurrentOverdue { get; set; }
Property Value
Type Description
int
See Also
ISaleAgent

CurrentOverdueTotalBaseCurrency

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

Declaration
[DataMember]
public virtual double CurrentOverdueTotalBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

CurrentOverdueTotalOwnCurrency

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

Declaration
[DataMember]
public virtual double CurrentOverdueTotalOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

CurrentOverdueWeightedBaseCurrency

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

Declaration
[DataMember]
public virtual double CurrentOverdueWeightedBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

CurrentOverdueWeightedOwnCurrency

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

Declaration
[DataMember]
public virtual double CurrentOverdueWeightedOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

FutureOpen

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

Declaration
[DataMember]
public virtual int FutureOpen { get; set; }
Property Value
Type Description
int
See Also
ISaleAgent

FutureOpenTotalBaseCurrency

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

Declaration
[DataMember]
public virtual double FutureOpenTotalBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

FutureOpenTotalOwnCurrency

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

Declaration
[DataMember]
public virtual double FutureOpenTotalOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

FutureOpenWeightedBaseCurrency

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

Declaration
[DataMember]
public virtual double FutureOpenWeightedBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

FutureOpenWeightedOwnCurrency

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

Declaration
[DataMember]
public virtual double FutureOpenWeightedOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

Lost

Number of all lost within the period

Declaration
[DataMember]
public virtual int Lost { get; set; }
Property Value
Type Description
int
See Also
ISaleAgent

LostTotalBaseCurrency

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

Declaration
[DataMember]
public virtual double LostTotalBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

LostTotalOwnCurrency

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

Declaration
[DataMember]
public virtual double LostTotalOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

Open

Number of all open within the period

Declaration
[DataMember]
public virtual int Open { get; set; }
Property Value
Type Description
int
See Also
ISaleAgent

OpenTotalBaseCurrency

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

Declaration
[DataMember]
public virtual double OpenTotalBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

OpenTotalOwnCurrency

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

Declaration
[DataMember]
public virtual double OpenTotalOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

OpenWeightedBaseCurrency

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

Declaration
[DataMember]
public virtual double OpenWeightedBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

OpenWeightedOwnCurrency

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

Declaration
[DataMember]
public virtual double OpenWeightedOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

OwnCurrency

Default currency for the current user

Declaration
[DataMember]
public virtual string OwnCurrency { get; set; }
Property Value
Type Description
string
See Also
ISaleAgent

PreviousOverdue

Number of all open sales with date before this period

Declaration
[DataMember]
public virtual int PreviousOverdue { get; set; }
Property Value
Type Description
int
See Also
ISaleAgent

PreviousOverdueTotalBaseCurrency

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

Declaration
[DataMember]
public virtual double PreviousOverdueTotalBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

PreviousOverdueTotalOwnCurrency

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

Declaration
[DataMember]
public virtual double PreviousOverdueTotalOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

PreviousOverdueWeightedBaseCurrency

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

Declaration
[DataMember]
public virtual double PreviousOverdueWeightedBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

PreviousOverdueWeightedOwnCurrency

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

Declaration
[DataMember]
public virtual double PreviousOverdueWeightedOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

Sold

Number of all sold within the period

Declaration
[DataMember]
public virtual int Sold { get; set; }
Property Value
Type Description
int
See Also
ISaleAgent

SoldTotalBaseCurrency

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

Declaration
[DataMember]
public virtual double SoldTotalBaseCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

SoldTotalOwnCurrency

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

Declaration
[DataMember]
public virtual double SoldTotalOwnCurrency { get; set; }
Property Value
Type Description
double
See Also
ISaleAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
ISaleAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
ISaleAgent

See Also

ISaleAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top