Click or drag to resize

clsImportEquipmentCategorySubjectRate Class

Small helper Class to store for each company/business unit, the ItemCode, Cost, Salse Price. Import for table MPEquipmentCategorySubjectRates: EquipmentCategory: Standard cost and sales prices for the cost types of categories
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportEquipmentCategorySubjectRate

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

The clsImportEquipmentCategorySubjectRate type exposes the following members.

Constructors
  NameDescription
Public methodclsImportEquipmentCategorySubjectRate
Initializes a new instance of the clsImportEquipmentCategorySubjectRate class
Top
Properties
  NameDescription
Public propertyAccountingCostRate1Loc
AccountingCostRate1Loc
Public propertyAccountingCostRate1Sys
AccountingCostRate1Sys
Public propertyAccountingCostRate2Loc
AccountingCostRate2Loc
Public propertyAccountingCostRate2Sys
AccountingCostRate2Sys
Public propertyAccountingCostRate3Loc
AccountingCostRate3Loc
Public propertyAccountingCostRate3Sys
AccountingCostRate3Sys
Public propertyAccountingCostRate4Loc
AccountingCostRate4Loc
Public propertyAccountingCostRate4Sys
AccountingCostRate4Sys
Public propertyAssetClass
Standard asset class for the fixed asset module, if a fixed asset has to be created
Public propertyAssetGroup
Standard asset group for the fixed asset module, if a fixed asset has to be created
Public propertyBusinessUnit
BusinessUnit
Public propertyCostPrice
Cost Price (in company currency) for each business unit/company. Proved an array with one value for each company linked to MARIProject
Public propertyCostPriceFC
CostPrice Currency ISO Code
Public propertyCostPriceSys
CostPriceSys
Public propertyDeprGroup
Standard depreciation group for the fixed asset module, if a fixed asset has to be created
Public propertyEquipmentSubject
EquipmentSubject reference
Public propertyERPResourceCode
ERPResourceCode Resource to drive the mashine
Public propertyItemCode
Item Code for each business unit/company. Proved an array with one value for each company linked to MARIProject
Public propertyOcrCode1
OcrCode1 Standard cost center (dim1) for the fixed asset module, if a fixed asset has to be created
Public propertyOcrCode2
OcrCode2 Standard cost center (dim2) for the fixed asset module, if a fixed asset has to be created
Public propertyOcrCode3
OcrCode3 Standard cost center (dim3) for the fixed asset module, if a fixed asset has to be created
Public propertyOcrCode4
OcrCode4 Standard cost center (dim4) for the fixed asset module, if a fixed asset has to be created
Public propertyOcrCode5
OcrCode5 Standard cost center (dim5) for the fixed asset module, if a fixed asset has to be created
Public propertySalesPrice
Sales price (in company currency) for each business unit/company. Proved an array with one value for each company linked to MARIProject
Public propertySalesPriceCurrency
SalesPriceCurrency
Public propertySalesPriceSys
SalesPriceSys
Public propertyValidFrom
ValidFrom starting of the definition
Public propertyValidTo
ValidTo Can be empty, will be set if a sucsessor is defined
Top
Remarks
See Also