Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ProjectPhase

Index

Type aliases

BillExpensesEnum

BillExpensesEnum: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault"

BillProductsEnum

BillProductsEnum: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault"

BillTimeEnum

BillTimeEnum: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault"

BillingMethodEnum

BillingMethodEnum: "ActualRates" | "FixedFee" | "NotToExceed" | "OverrideRate"

Properties

Optional _info

_info: Metadata

Metadata of the entity

Optional actualEnd

actualEnd: string

Optional actualHours

actualHours: number

Optional actualStart

actualStart: string

Optional agreement

Optional billExpenses

billExpenses: BillExpensesEnum

Optional billPhaseClosedFlag

billPhaseClosedFlag: boolean

This phase can only be billed after it has been closed

Optional billProducts

billProducts: BillProductsEnum

Optional billProjectClosedFlag

billProjectClosedFlag: boolean

This phase can only be billed after the project has been closed

Optional billSeparatelyFlag

billSeparatelyFlag: boolean

Optional billTime

billTime: BillTimeEnum

Optional billToCompany

billToCompany: CompanyReference

Optional billToContact

billToContact: ContactReference

Optional billToSite

billToSite: SiteReference

Optional billingMethod

billingMethod: BillingMethodEnum

billingMethod is required if the phase billSeparatelyFlag is true

Optional billingStartDate

billingStartDate: Date

Optional board

Optional budgetHours

budgetHours: number

Optional businessUnitId

businessUnitId: number

Optional currency

Optional deadlineDate

deadlineDate: Date

description

description: string

Optional downpayment

downpayment: number

Optional estimatedExpenseCost

estimatedExpenseCost: number

Optional estimatedExpenseRevenue

estimatedExpenseRevenue: number

Optional estimatedProductCost

estimatedProductCost: number

Optional estimatedProductRevenue

estimatedProductRevenue: number

Optional estimatedTimeCost

estimatedTimeCost: number

Optional estimatedTimeRevenue

estimatedTimeRevenue: number

Optional hourlyRate

hourlyRate: number

Optional id

id: number

Optional locationId

locationId: number

Optional markAsMilestoneFlag

markAsMilestoneFlag: boolean

Optional notes

notes: string

Optional opportunity

Optional parentPhase

Optional poAmount

poAmount: number

Optional poNumber

poNumber: string

Optional projectId

projectId: number

Optional scheduledEnd

scheduledEnd: string

Optional scheduledHours

scheduledHours: number

Optional scheduledStart

scheduledStart: string

Optional shipToCompany

shipToCompany: CompanyReference

Optional shipToContact

shipToContact: ContactReference

Optional shipToSite

shipToSite: SiteReference

Optional status

Optional wbsCode

wbsCode: string

Generated using TypeDoc