Class FinancialRecord
Inheritance
System.Object
FinancialRecord
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class FinancialRecord : IMultiTenantCompatible
Constructors
| Improve this Doc View SourceFinancialRecord()
Constructor
Declaration
public FinancialRecord()
Properties
| Improve this Doc View SourceAccount
Gets the assigned personal account
Declaration
public PersonalAccount Account { get; }
Property Value
Type | Description |
---|---|
PersonalAccount |
Amount
Gets/sets the amount of the financial record
Declaration
public PreciseDecimal Amount { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
AssignedTransactions
Gets the list of the assigned transactions
Declaration
public StatefulCollection<FinancialRecordTransaction> AssignedTransactions { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<FinancialRecordTransaction> |
Booking
Gets/sets S/H
Declaration
public string Booking { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClearingId
Gets/sets the assigned Clearing
Declaration
public Guid ClearingId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CreateDate
Gets/sets the date of build
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateTime
Gets/sets the time of build
Declaration
public TimeSpan CreateTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
DunningId
Gets or sets the assigned dunning
Declaration
public Guid DunningId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
GLAId
Gets/sets the assigned bankdetail
Declaration
public Guid? GLAId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets/ sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsCredit
Gets/sets the flag if this amount is a credit
Declaration
public bool IsCredit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeleted
Gets/sets the delete flag
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExported
Gets or sets the export flag
Declaration
public bool IsExported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ParentId
Gets/sets the father record id
Declaration
public Guid ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PersonalAccountId
Gets/sets the assigned personal account
Declaration
public Guid? PersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
SelectedTenant
Declaration
public OrganizationTenant SelectedTenant { get; set; }
Property Value
Type | Description |
---|---|
OrganizationTenant |
TenantId
Gets or sets the current tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
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> |
Type
Gets/sets the record type object
Declaration
public FinancialRecordType Type { get; }
Property Value
Type | Description |
---|---|
FinancialRecordType |
TypeId
Gets/sets the type of the financial record
Declaration
public Guid TypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |