Search Results for

    Show / Hide Table of Contents

    Class CommonPaymentRow

    Row of V_FinancialRecord

    Inheritance
    System.Object
    CommonPaymentRow
    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 CommonPaymentRow

    Constructors

    | Improve this Doc View Source

    CommonPaymentRow()

    Constructor

    Declaration
    public CommonPaymentRow()

    Properties

    | Improve this Doc View Source

    Account

    Gets or sets the personal account name

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

    AccountNumber

    Gets or sets the personal account number

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

    AllowCashDiscount

    gets or sets the flag if cashdiscount is granted

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

    Amount

    Gets or sets the amount

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

    Booking

    Gets or sets the booking type S/H

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

    CashDiscount

    Gets the cash discount if this is a transaction

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

    CashDiscountByTax

    gets or sets the cashdiscount sorted by tax

    Declaration
    public IDictionary<Guid, PreciseDecimal> CashDiscountByTax { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Guid, PreciseDecimal>
    | Improve this Doc View Source

    CashDiscountDate

    Gets or sets the end date for cash discount

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

    CashDiscountEnabled

    Gets the flag if a cashdiscount can be set

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

    CreateDate

    Gets or sets the create date

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

    CreateTime

    Gets or sets the create time

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

    DirectionName

    Gets or sets the name of the direction of the record

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

    ExternNumber

    gets or sets the external transaction number if this recors is a transaction

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

    FriendlyName

    Gets or sets the ident of the personal account

    Declaration
    public string FriendlyName { 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

    IsSelected

    Gets or sets the selected flag

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

    IsTransaction

    Gets or sets the transaction flag

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

    Number

    gets or sets the transaction number if this recors is a transaction

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

    PersonalAccountId

    Gets or sets the personal account id

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

    ShowTransactionControls

    gets the flag if transaction controls shall be shown

    Declaration
    public Visibility ShowTransactionControls { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    TypName

    Gets or sets the name of the record type

    Declaration
    public string TypName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    BookCashDiscount(Guid)

    Books the cash discount to the financial records if this is a transaction

    Declaration
    public void BookCashDiscount(Guid clearingId)
    Parameters
    Type Name Description
    System.Guid clearingId
    | Improve this Doc View Source

    GetCashDiscount()

    Gets the cashdiscount from the transaction

    Declaration
    public PreciseDecimal GetCashDiscount()
    Returns
    Type Description
    PreciseDecimal
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx