Search Results for

    Show / Hide Table of Contents

    Class CommonExportItem

    Inheritance
    System.Object
    CommonExportItem
    DatevDunningFeeItemBooking
    DatevItemBooking
    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 Source

    CommonExportItem()

    Constructor

    Declaration
    public CommonExportItem()

    Properties

    | Improve this Doc View Source

    Articles

    Gets the list off all including articles

    Declaration
    public List<string> Articles { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    CostCenterId

    Gets /Sets the assigned costcenter id

    Declaration
    public Guid? CostCenterId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    ExportId

    Gets/ sets the assigned export id

    Declaration
    public Guid ExportId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    GLAName

    Gets/sets the name of the general ledger account

    Declaration
    public string GLAName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GLANumber

    Gets/sets the number of the general ledger account

    Declaration
    public string GLANumber { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guid

    Gets/sets the unique id

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsTaxItem

    Gets/sets the flag if this item is a tax summary

    Declaration
    public bool IsTaxItem { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Sum

    Gets/sets the sum of the summary

    Declaration
    public virtual PreciseDecimal Sum { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    SumTax

    Gets/sets the tax sum of the summary

    Declaration
    public PreciseDecimal SumTax { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    TaxId

    Gets/sets the tax id

    Declaration
    public virtual Guid TaxId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    TransactionId

    Gets/sets the assigned transaction id

    Declaration
    public Guid TransactionId { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx