Click or drag to resize

clsImportTravelCategoryAccount Class

Data holder to import the travel category account data into the MARIProject database
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportTravelCategoryAccount

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportTravelCategoryAccount : clsImportBase

The clsImportTravelCategoryAccount type exposes the following members.

Constructors
  NameDescription
Public methodclsImportTravelCategoryAccount
Initializes a new instance of the clsImportTravelCategoryAccount class
Top
Methods
Fields
  NameDescription
Public fieldAccountCompany
CompanyID. Logical link to the SBO Database(Schema)
Public fieldCompanyMode
Used in all companies or filtered
Public fieldDefaultType
Public fieldDescription
NVARCHAR(50)
Public fieldGLAccount
NVARCHAR(20) Linked account for cost not soled to customer OACT.AcctCode
Public fieldGLAccount2
NVARCHAR(20): Linked account for cost invoiced to customer OACT.AcctCode
Public fieldGLAccount2Type
The import only supports the GLAccount2Type=Fixed.
Public fieldGLAccountType
The import only supports the GLAccountType=Fixed.
Public fieldItemCode
NVARCHAR(20)
Public fieldPayrollType
NVARCHAR(20)
Public fieldProfitCenter
NVARCHAR(20): profit center is used from this field, if eProfitCenterHandling = 1
Public fieldProfitCenterType
Public fieldProjectCode
NVARCHAR(20): Used only for eProjectCodeHandling = 1
Public fieldProjectCodeType
Public fieldTaxCode
NVARCHAR(8): VAT System, mapped tax code (0,1,2,3...), SalesTax: standard cost tax code = empty.
Public fieldTravelCat
NVARCHAR(20): Key field
Public fieldTravelCostType
Major type of a category
Public fieldUnit
NVARCHAR(5)
Top
Remarks
See Also