Click or drag to resize
FinancialItem Class
Financial Items are children of WO Financial Record. They are related to WO Financial Record the same way WO Items are related to WO.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesFinancialItem

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class FinancialItem : CorrigoEntityWithOptimisticLock

The FinancialItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Item’s total amount. Precision 2 digits; negative and zero values are allowed.
Public propertyCheckForNonBillable
This is a not-mapped property. It is required to indicate that NonBillable property should be calculated
Public propertyComment
Item description; used for presentation purposes. Auto-computed for labor costs and material costs; otherwise provided by user. Max Length=1024
Public propertyCostCategoryId
Cost Category (Labor, Materials, Miscellaneous etc.). Matches enumeration CostCategory.
Public propertyCurrencyTypeId
Currency type inherited from WO
Public propertyDuration
Labor cost record duration in minutes. Supported and required for labor costs (in which case it’s taken from user input)
Public propertyEmployee
Employee who performed labor. Supported and required for labor costs; otherwise NULL.
Public propertyExclude
Boolean flag; True means item must be excluded from Customer Invoice. Supported only for service fees; otherwise always False.
Public propertyInvoiceItem
Invoice Dictionary Item associated with the record. Supported for vendor invoices; required for service fees; NULL for costs.
Public propertyLaborCode
Labor Code associated with labor record. Supported and required for labor costs; otherwise NULL.
Public propertyMerchantName
This field is free text optional value to track and report on merchant name.
Public propertyNonBillable
Boolean flag; True means Financial Item is not billable and won’t be copied to Customer invoice
Public propertyProduct
Product associated with materials item. Supported and required for material costs; otherwise NULL.
Public propertyQuantity
Quantity. This field is explicitly set by user (except for labor costs where user specifies duration in minutes; then Qty is computed). Precision is 5 digits; supported values are 0 - 9999999.99999.
Public propertyRate
Item’s rate. Precision 4 digits; negative and zero values are allowed.
Public propertyRuleModification
Exclusion Rule. This value is used to tweak WO billing logic. Supported only for service fees; otherwise always False.
Public propertyStartDate
Start of the labor record. Supported and required for labor costs and labor vendor items; otherwise NULL.
Public propertyStockLocation
Stock Location associated with materials cost record. Supported for material costs; otherwise NULL.
Public propertyTaxAmount
Tax amount for particular line item provided by provider. This value is only used for vendor invoice items; otherwise it’s ignored. Precision 2 digits; negative and zero values are allowed.
Public propertyTaxCodeReference
Tax Code Item associated with the record.
Public propertyTypeId
Indicates whether item belongs to costs, vendor invoice or service fees. Matches enumeration WoCostLineType.
Public propertyWithholdingTaxRate
Withholding Tax rate. This value is only used for vendor invoice items; otherwise it’s ignored. Precision 5 digits; negative values are not allowed; supported range is 0 - 1.
Public propertyWithholdingTaxRateUndefined
Public propertyWoId
Work Order Id
Top
See Also