Search Results for

    Show / Hide Table of Contents

    Class TransactionItemValue

    Items which cares about values

    Inheritance
    System.Object
    TransactionItem
    TransactionItemValue
    TransactionItemOperation
    TransactionItemQuantity
    TransactionItemSubtotal
    Inherited Members
    TransactionItem.SetAddonData(String, Object)
    TransactionItem.GetAddonData<T>(String)
    TransactionItem.RenderAsText()
    TransactionItem.CreateItemCopy(Transaction)
    TransactionItem.GetStringHelper(String, String, String, String, String, String)
    TransactionItem.Calculate()
    TransactionItem.PositionNumber
    TransactionItem.SortNumber
    TransactionItem.ArticleManager
    TransactionItem.TransactionManager
    TransactionItem.TransactionId
    TransactionItem.HasPositionNumber
    TransactionItem.Transaction
    TransactionItem.IsDeleted
    TransactionItem.IsVisible
    TransactionItem.Text
    TransactionItem.Guid
    TransactionItem.TypeId
    TransactionItem.CreateTime
    TransactionItem.UpdateDate
    TransactionItem.UpdateTime
    TransactionItem.CreateDate
    TransactionItem.CreateUserName
    TransactionItem.CreateUserId
    TransactionItem.UpdateUserName
    TransactionItem.UpdateUserId
    TransactionItem.BookedFrom
    TransactionItem.BookedTo
    TransactionItem.GlobalTransactionId
    TransactionItem.DetailTemplate
    TransactionItem.AddonData
    TransactionItem.ExternalStringRef
    TransactionItem.ExternalGuidRef
    TransactionItem.ExternalIntRef
    TransactionItem.GlobalTransactionItemId
    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 abstract class TransactionItemValue : TransactionItem

    Constructors

    | Improve this Doc View Source

    TransactionItemValue()

    Initialize item

    Declaration
    public TransactionItemValue()

    Properties

    | Improve this Doc View Source

    CalculatedValue

    Gets the calculated value using total + surcharge - discount

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

    CalculatedValueTax

    Gets the calculated value tax

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

    Discount

    Gets or sets the discount

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

    IsCashDiscountable

    Gets or sets whether a cash discount is allowed

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

    IsValueOnlyArticle

    Gets or sets whether this is a value-only article or not

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

    SignedCalculatedValue

    Gets signed caclulated value

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

    SignedCalculatedValueTax

    Gets signed caclulated value tax

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

    SignedSingleValue

    Gets signed single value

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

    SignedSingleValueTax

    Gets signed single value tax

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

    SignedTotalValue

    Gets signed total value

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

    SignedTotalValueTax

    Gets signed total value tax

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

    SingleValue

    Gets or sets the single value

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

    SingleValueTax

    Gets or sets the single value tax

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

    Surcharge

    Gets or sets the current surcharge

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

    TaxRate

    Gets or sets the tax type

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

    TaxTypeId

    Gets or sets the tax type id

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

    TotalValue

    Gets or sets the total value

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

    TotalValueTax

    Gets or sets the total value tax

    Declaration
    public virtual PreciseDecimal TotalValueTax { get; set; }
    Property Value
    Type Description
    PreciseDecimal

    Methods

    | Improve this Doc View Source

    CopyTo(TransactionItem)

    Declaration
    public override void CopyTo(TransactionItem target)
    Parameters
    Type Name Description
    TransactionItem target
    Overrides
    TransactionItem.CopyTo(TransactionItem)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx