Search Results for

    Show / Hide Table of Contents

    Class GeneralLedgerAccount

    GLA instance

    Inheritance
    System.Object
    GeneralLedgerAccount
    Namespace: Simplic.ERP.Core.GLA
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class GeneralLedgerAccount : IMultiTenantCompatible

    Constructors

    | Improve this Doc View Source

    GeneralLedgerAccount()

    Initialize new group

    Declaration
    public GeneralLedgerAccount()

    Properties

    | Improve this Doc View Source

    AccountType

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

    AnanylsisAccountNumber

    Gets or sets the ananylsis account number

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

    CalculatedExportText

    Gets the text thath should be shown when exporting data

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

    DatevId

    Gets or sets the assigned datev id

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

    DefaultTaxTypeId

    Gets or sets the default tax id

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

    ExportDeliveryDate

    Gets or sets whether to export a delivery date or not

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

    ExportType

    Gets or sets the export type

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

    FinancialExportText

    Gets or sets the financial export text

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

    Guid

    Declaration
    public Guid Guid { 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

    IsVisible

    Gets or sets the visible flag

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

    Name

    Gets or sets the name

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

    Number

    Gets or sets the unique number

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

    SelectedTenant

    Gets or sets the selected tenant

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

    SubType

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

    SummarizeAccountNumber

    Gets or sets the summarize account number

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

    SummarizeMode

    property of ENum SumarizeMode

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

    Tags

    Gets or sets the article-tags

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

    TaxKey

    Gets or sets the tax key for the export

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

    TenantId

    Gets or sets the current tenant id

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

    Tenants

    Gets or sets a list of available tenants

    Declaration
    public ObservableCollection<OrganizationTenant> Tenants { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<OrganizationTenant>

    Extension Methods

    GeneralLedgerAccountExtension.ExportGrossValues(GeneralLedgerAccount)
    GeneralLedgerAccountExtension.IsAutomatic(GeneralLedgerAccount)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx