Class TaxRate
Represents a tax type. The amount must be a percentage value
Inheritance
System.Object
TaxRate
Namespace: Simplic.ERP.Core.Tax
Assembly: Simplic.ERP.Core.dll
Syntax
public class TaxRate : IMultiTenantCompatible
Constructors
| Improve this Doc View SourceTaxRate()
Initialize rate
Declaration
public TaxRate()
Properties
| Improve this Doc View SourceGLACashDiscountId
Gets or sets the cash discount genral ledger account
Declaration
public Guid? GLACashDiscountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
GLAPreTaxId
Gets or sets the pre tax genral ledger account
Declaration
public Guid? GLAPreTaxId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
GLATaxId
Gets or sets the tax genral ledger account
Declaration
public Guid? GLATaxId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Id
Gets or sets the unqiue id of the tax type
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RateType
Gets or sets the rate instance
Declaration
public TaxRateType RateType { get; set; }
Property Value
Type | Description |
---|---|
TaxRateType |
RateTypeId
Gets or sets the rate id
Declaration
public Guid? RateTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
SelectedTenant
Gets or sets the selected tenant
Declaration
public OrganizationTenant SelectedTenant { get; set; }
Property Value
Type | Description |
---|---|
OrganizationTenant |
TaxGroup
Gets or sets a tax group id
Declaration
public TaxGroup TaxGroup { get; set; }
Property Value
Type | Description |
---|---|
TaxGroup |
TaxGroupId
Gets or sets the tax group id
Declaration
public Guid? TaxGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
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> |
ValidFrom
Gets or sets the date from which on the rate is valid
Declaration
public DateTime ValidFrom { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Value
Gets or sets the amount/value of the tax type
Declaration
public PreciseDecimal Value { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |