Search Results for

    Show / Hide Table of Contents

    Class GeneralLedgerAccountAssignment

    GLA assignment between pa, article and glas

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

    Constructors

    | Improve this Doc View Source

    GeneralLedgerAccountAssignment()

    Initialize new group

    Declaration
    public GeneralLedgerAccountAssignment()

    Properties

    | Improve this Doc View Source

    ArticleGLAGroupId

    Gets or sets the article group

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

    ExpenseGLAId

    Gets or sets the sale id

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

    Id

    Gets or sets the unique name

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

    PersonalAccountGLAGroupId

    Gets or sets the personal account group

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

    RevenueGLAId

    Gets or sets the purchase id

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

    SelectorName

    Gets or sets the actual selector name

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

    TaxRateTypeId

    Gets or sets the purchase id

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

    ValidFrom

    Gets or sets the ValidFrom Date

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