Budget
sdlc-cdk-lib / shared/dist/src/models/Budget
shared/dist/src/models/Budget
Enumerations
BudgetStatus
Defined in: shared/dist/src/models/Budget.d.ts:8
Enumeration Members
Active
> Active: "active"
Defined in: shared/dist/src/models/Budget.d.ts:10
Archived
> Archived: "archived"
Defined in: shared/dist/src/models/Budget.d.ts:11
Draft
> Draft: "draft"
Defined in: shared/dist/src/models/Budget.d.ts:9
Interfaces
Budget
Defined in: shared/dist/src/models/Budget.d.ts:13
Properties
actualSpent
> actualSpent: number
Defined in: shared/dist/src/models/Budget.d.ts:21
approvedAt?
> optional approvedAt: string
Defined in: shared/dist/src/models/Budget.d.ts:28
approvedBy?
> optional approvedBy: string
Defined in: shared/dist/src/models/Budget.d.ts:27
buildingId
> buildingId: string
Defined in: shared/dist/src/models/Budget.d.ts:15
categories
> categories: BudgetCategory[]
Defined in: shared/dist/src/models/Budget.d.ts:22
createdAt
> createdAt: string
Defined in: shared/dist/src/models/Budget.d.ts:24
createdBy
> createdBy: string
Defined in: shared/dist/src/models/Budget.d.ts:25
endDate
> endDate: string
Defined in: shared/dist/src/models/Budget.d.ts:20
id
> id: string
Defined in: shared/dist/src/models/Budget.d.ts:14
notes?
> optional notes: string
Defined in: shared/dist/src/models/Budget.d.ts:23
ownerId
> ownerId: string
Defined in: shared/dist/src/models/Budget.d.ts:29
startDate
> startDate: string
Defined in: shared/dist/src/models/Budget.d.ts:19
status
> status: BudgetStatus
Defined in: shared/dist/src/models/Budget.d.ts:17
totalAmount
> totalAmount: number
Defined in: shared/dist/src/models/Budget.d.ts:18
updatedAt?
> optional updatedAt: string
Defined in: shared/dist/src/models/Budget.d.ts:26
year
> year: string
Defined in: shared/dist/src/models/Budget.d.ts:16
BudgetCategory
Defined in: shared/dist/src/models/Budget.d.ts:1
Properties
actualSpent
> actualSpent: number
Defined in: shared/dist/src/models/Budget.d.ts:5
budgetedAmount
> budgetedAmount: number
Defined in: shared/dist/src/models/Budget.d.ts:4
id
> id: string
Defined in: shared/dist/src/models/Budget.d.ts:2
name
> name: string
Defined in: shared/dist/src/models/Budget.d.ts:3
notes?
> optional notes: string
Defined in: shared/dist/src/models/Budget.d.ts:6
BudgetChartData
Defined in: shared/dist/src/models/Budget.d.ts:31
Properties
datasets
> datasets: object[]
Defined in: shared/dist/src/models/Budget.d.ts:33
backgroundColor
> backgroundColor: string[]
borderColor
> borderColor: string[]
borderWidth
> borderWidth: number
data
> data: number[]
label
> label: string
labels
> labels: string[]
Defined in: shared/dist/src/models/Budget.d.ts:32