Search Results for

    Show / Hide Table of Contents

    Class DatevTransactionBooking

    Datev data for a booking

    Inheritance
    System.Object
    DatevTransactionBooking
    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.Datev
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class DatevTransactionBooking

    Constructors

    | Improve this Doc View Source

    DatevTransactionBooking()

    Constructor

    Declaration
    public DatevTransactionBooking()

    Properties

    | Improve this Doc View Source

    AllGross

    Gets or sets the all values are gross flag

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

    AlternativeTermOfPayment

    Gets or sets the time for payment

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

    ArticleBookings

    Gets all generated article bookings

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

    BookType

    Gets or sets the booking type

    Declaration
    public BookingType BookType { get; }
    Property Value
    Type Description
    BookingType
    | Improve this Doc View Source

    BookTypeShort

    Gets the type of booking

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

    CashDiscountPercentValue

    Gets or sets the cash discount in percent

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

    CashDiscountTotal

    Gets or sets the total cash discount

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

    CurrencyId

    Gets or sets the currency id

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

    CurrencyShort

    Gets or sets the currency short name

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

    DeliveryDate

    Gets or sets the delivery date

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

    DirectionTypeId

    Gets or sets the transaction type direction id

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

    ErrorLog

    Gets the errors found in calulation as csv format lines

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

    FinancialContactFriendlyName

    Gets or sets the friendly name for the financial contact

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

    FinancialPersonalAccountId

    Gets or sets the financial personal account id

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

    FinancialPersonalAccountNumber

    Gets or sets the financial account number

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

    Guid

    Gets or sets the unique id

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

    Ident

    Gets or sets the transaction ident

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

    IsCancelationType

    Gets or sets the is cancelation flag

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

    IsCanceled

    Gets or sets the cancelation flag

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

    IsGrossTransaction

    Gets or sets the the gross transaction flag

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

    IsLocked

    Gets or sets the locked flag

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

    IsTransferredToAccounting

    Gets or sets the transfered to accounting flag

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

    IsValueNegative

    Gets or sets the negative flag

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

    NoAutomatic

    Overrides the automatic to use no gross value for aeins export

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

    Number

    Gets or sets the transaction number

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

    PersonalAccountGLA

    Gets or sets the personal account general ledger accoutn

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

    PersonalAccountGLAGroupNumber

    Gets or sets the personal account genereal ledger account group number

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

    ReferenceNr

    Gets or sets the external transaction reference number

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

    ReverseBookTypeShort

    Gets the reversed type of booking for cancelation

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

    State

    Gets or sets the state of the transaction

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

    TaxBookings

    Gets the all generated tax bookings

    Declaration
    public List<DatevItemBooking> TaxBookings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DatevItemBooking>
    | Improve this Doc View Source

    TenantId

    Gets or sets the tenant id

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

    TermOfPayment

    Gets the term of payment object

    Declaration
    public PersonalAccountTermOfPayment TermOfPayment { get; }
    Property Value
    Type Description
    PersonalAccountTermOfPayment
    | Improve this Doc View Source

    TermOfPaymentId

    Gets or sets the term of payment id

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

    TotalPrice

    Gets or sets the total price

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

    TotalPriceTax

    Gets or sets the total tax

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

    TransactionDate

    Gets or sets the transaction date

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

    TrasactionDateShort

    Gets or sets the short transaction date for datev

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

    TypeId

    Gets or sets the type id

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

    UseTaxKey

    Gets the information if a taxkey must used

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