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 SourceGeneralLedgerAccount()
Initialize new group
Declaration
public GeneralLedgerAccount()
Properties
| Improve this Doc View SourceAccountType
Declaration
public int AccountType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AnanylsisAccountNumber
Gets or sets the ananylsis account number
Declaration
public int AnanylsisAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CalculatedExportText
Gets the text thath should be shown when exporting data
Declaration
public string CalculatedExportText { get; }
Property Value
Type | Description |
---|---|
System.String |
DatevId
Gets or sets the assigned datev id
Declaration
public string DatevId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultTaxTypeId
Gets or sets the default tax id
Declaration
public Guid? DefaultTaxTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ExportDeliveryDate
Gets or sets whether to export a delivery date or not
Declaration
public bool ExportDeliveryDate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExportType
Gets or sets the export type
Declaration
public AccountExportType ExportType { get; set; }
Property Value
Type | Description |
---|---|
AccountExportType |
FinancialExportText
Gets or sets the financial export text
Declaration
public string FinancialExportText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the unique name
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsVisible
Gets or sets the visible flag
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the unique number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SelectedTenant
Gets or sets the selected tenant
Declaration
public OrganizationTenant SelectedTenant { get; set; }
Property Value
Type | Description |
---|---|
OrganizationTenant |
SubType
Declaration
public int? SubType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SummarizeAccountNumber
Gets or sets the summarize account number
Declaration
public int? SummarizeAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SummarizeMode
property of ENum SumarizeMode
Declaration
public SummarizeMode SummarizeMode { get; set; }
Property Value
Type | Description |
---|---|
SummarizeMode |
Tags
Gets or sets the article-tags
Declaration
public string Tags { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxKey
Gets or sets the tax key for the export
Declaration
public string TaxKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenantId
Gets or sets the current tenant id
Declaration
public Guid? TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
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> |