Class SaleSummary
Carrier object for SaleSummary. Services for the SaleSummary Carrier is available from the Sale Agent.
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
Properties
BaseCurrency
Default currency for the installation
Declaration
[DataMember]
public virtual string BaseCurrency { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
CurrentOverdue
Number of all overdue sales within the period
Declaration
[DataMember]
public virtual int CurrentOverdue { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
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
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
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
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
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
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
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
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
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
Lost
Number of all lost within the period
Declaration
[DataMember]
public virtual int Lost { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
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
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
Open
Number of all open within the period
Declaration
[DataMember]
public virtual int Open { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
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
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
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
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
OwnCurrency
Default currency for the current user
Declaration
[DataMember]
public virtual string OwnCurrency { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
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
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
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
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
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
Sold
Number of all sold within the period
Declaration
[DataMember]
public virtual int Sold { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
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
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
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
See Also
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. |