Search Results for

    Show / Hide Table of Contents

    Class DatevItemBooking

    Item part contains article item with the same article (gla) , Taxrate and Costcenter

    Inheritance
    System.Object
    CommonExportItem
    DatevItemBooking
    Inherited Members
    CommonExportItem.CostCenterId
    CommonExportItem.ExportId
    CommonExportItem.GLAName
    CommonExportItem.GLANumber
    CommonExportItem.Guid
    CommonExportItem.Sum
    CommonExportItem.SumTax
    CommonExportItem.IsTaxItem
    CommonExportItem.TransactionId
    CommonExportItem.Articles
    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.Datev
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class DatevItemBooking : CommonExportItem

    Constructors

    | Improve this Doc View Source

    DatevItemBooking(DatevTransactionBooking)

    Constructor

    Declaration
    public DatevItemBooking(DatevTransactionBooking booking)
    Parameters
    Type Name Description
    DatevTransactionBooking booking

    Properties

    | Improve this Doc View Source

    ArticleGLA

    Gets/sets the object of the article general ledger account

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

    BookingText

    Gets the booking text

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

    CashDiscountPercent

    Gets or sets the cash dicount in percent

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

    CashDiscountTotal

    Gets or sets the total cash dicount

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

    CashDiscountTotalDisplayText

    Gets or sets the total cash dicount as string, datev does not allow 0

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

    CostCenterNumber

    Gets the number of the assigned costcenter

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

    GlaGroupName

    Gets/sets the name of the general ledger account group

    Declaration
    public string GlaGroupName { 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 int GlaNumber { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GLATaxId

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

    GlaTaxName

    Gets/sets the name of the general ledger account tax

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

    IsAutomatic

    Gets or sets the account is automatic flag

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

    TaxId

    Gets/sets the assigned tax id

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

    TaxKey

    Gets or sets the assigned tax key

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

    TaxNumber

    Gets the number of the assigned tax

    Declaration
    public int TaxNumber { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TransactionBooking

    Gets/sets the assigned transaction booking

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

    UseItemTaxKey

    Gets or sets if the tax key will be used for this item booking

    Declaration
    public bool UseItemTaxKey { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    AddCashDiscount(PreciseDecimal)

    Add a cashdiscount to the total cash discount

    Declaration
    public void AddCashDiscount(PreciseDecimal value)
    Parameters
    Type Name Description
    PreciseDecimal value
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx