Home > TaxType

TaxType

  • DataSet name: TaxType
  • Uses the new RulesAPI style
  • Description: Definition of a tax type. This gives the tax type a name, indicates what locale of tax it is (Federal | State | Local). It also includes instructions for the ESS page.
  • Last altered in the RedBluff project.
  • TaxTypeID Indicates the associated TaxType BigID 12
    TaxName TaxName is of TaxType Varchar 80
    Descrip Description Varchar 500
    Instruction Text 16000
    TaxType (Federal | State | Local) Enum 1
    ENUM
    FFederal
    SState
    LLocal
    CompanyID Company Identifier SmallID 12
    PrimExemptAvail Require Primary Exemptions are available (Y/N) Varchar 1
    AddExemptAvail Add Exemptions are available (Y/N) Varchar 1
    AddTaxAvail Additional Tax Varchar 1
    EssEnable Field is allowed in ESS (Y/N) Varchar 1
    Undeletable Ind category can't be deleted Varchar 1
    LstModDate Last Modified Date Date 32
    LstModBy Last Modified By Name Varchar 40
    LockSeqNbr *SYSTEM* Row Sequence Nbr Long 12