Search Results for

    Show / Hide Table of Contents

    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 Source

    TaxRate()

    Initialize rate

    Declaration
    public TaxRate()

    Properties

    | Improve this Doc View Source

    GLACashDiscountId

    Gets or sets the cash discount genral ledger account

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

    GLAPreTaxId

    Gets or sets the pre tax genral ledger account

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

    GLATaxId

    Gets or sets the tax genral ledger account

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

    Id

    Gets or sets the unqiue id of the tax type

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    RateType

    Gets or sets the rate instance

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

    RateTypeId

    Gets or sets the rate id

    Declaration
    public Guid? RateTypeId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | 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

    TaxGroup

    Gets or sets a tax group id

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

    TaxGroupId

    Gets or sets the tax group id

    Declaration
    public Guid? TaxGroupId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | 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>
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    Value

    Gets or sets the amount/value of the tax type

    Declaration
    public PreciseDecimal Value { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx