Class CommonExportItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class CommonExportItem
Constructors
| Improve this Doc View SourceCommonExportItem()
Constructor
Declaration
public CommonExportItem()
Properties
| Improve this Doc View SourceArticles
Gets the list off all including articles
Declaration
public List<string> Articles { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
CostCenterId
Gets /Sets the assigned costcenter id
Declaration
public Guid? CostCenterId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ExportId
Gets/ sets the assigned export id
Declaration
public Guid ExportId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
GLAName
Gets/sets the name of the general ledger account
Declaration
public string GLAName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GLANumber
Gets/sets the number of the general ledger account
Declaration
public string GLANumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsTaxItem
Gets/sets the flag if this item is a tax summary
Declaration
public bool IsTaxItem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sum
Gets/sets the sum of the summary
Declaration
public virtual PreciseDecimal Sum { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
SumTax
Gets/sets the tax sum of the summary
Declaration
public PreciseDecimal SumTax { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TaxId
Gets/sets the tax id
Declaration
public virtual Guid TaxId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TransactionId
Gets/sets the assigned transaction id
Declaration
public Guid TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |