Hierarchy

  • Expense

Properties

accountId?: Nullable<number>
accountName?: string
accountingSystemId?: string
amount: default
bankName?: string
category?: ExpenseCategory
categoryId: number
clientId?: number
compoundedTax?: boolean
date: Date
expenseId?: number
extInvoiceId?: number
extSystemId?: number
hasReceipt?: boolean
id?: number
invoiceId?: Nullable<number>
isDuplicate?: boolean
markupPercent?: number
notes?: string
profileId?: Nullable<number>
projectId?: number
staffId: number
status?: ExpenseStatus
taxAmount1?: Nullable<default>
taxAmount2?: Nullable<default>
taxName1?: Nullable<string>
taxName2?: Nullable<string>
taxPercent1?: Nullable<string>
taxPercent2?: Nullable<string>
transactionId?: Nullable<number>
updated?: Date
vendor?: Nullable<string>
visState?: VisState

Generated using TypeDoc