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 SourceGeneralLedgerAccountAssignment()
Initialize new group
Declaration
public GeneralLedgerAccountAssignment()
Properties
| Improve this Doc View SourceArticleGLAGroupId
Gets or sets the article group
Declaration
public Guid ArticleGLAGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ExpenseGLAId
Gets or sets the sale id
Declaration
public Guid ExpenseGLAId { 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 |
PersonalAccountGLAGroupId
Gets or sets the personal account group
Declaration
public Guid PersonalAccountGLAGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RevenueGLAId
Gets or sets the purchase id
Declaration
public Guid RevenueGLAId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SelectorName
Gets or sets the actual selector name
Declaration
public string SelectorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxRateTypeId
Gets or sets the purchase id
Declaration
public Guid TaxRateTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ValidFrom
Gets or sets the ValidFrom Date
Declaration
public DateTime ValidFrom { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |