Click or drag to resize

clsImportProjectContractPositioneQuantityType Enumeration

Handling of quantities. The enum is very specific for different position types. If empty a default will be used.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eQuantityType
Members
  Member nameValueDescription
UseStandard0Not set, the standard for the position type will be used.
ServiceEquipmentInHours1Service positions invoiced in hours to the client. (Same for Equipment Renting in hours)
ServiceEquipmentInDays2Service positions invoiced in days to the client. (Same for Equipment Renting in days [default for equipment])
StandardQuantity3Standardtype for all item based contract positions
AddOnItemCalculatedQty16Special Type for AddIn items
TravelExpenseByTripDays9Duration of the trip in number of days as invoicing input
TravelExpenseByTripNights10(Duration of the trip in number of days)-1 as invoicing input
TravelExpenseOneByTrip11Number of trips as invoicing input
TravelExpenseAllowance12special quantity type for allowances (not for invoicing)
ValueWithoutQuantity17For external services or item positions. For none inventory items managed only in value not in quantity
EquipmentInMonth1919: Equpiment renting in month
See Also