Ledger
sdlc-cdk-lib / shared/dist/src/models/Ledger
shared/dist/src/models/Ledger
Enumerations
LedgerEntryType
Defined in: shared/dist/src/models/Ledger.d.ts:1
Enumeration Members
Expense
> Expense: "expense"
Defined in: shared/dist/src/models/Ledger.d.ts:3
Income
> Income: "income"
Defined in: shared/dist/src/models/Ledger.d.ts:2
LinkedEntityType
Defined in: shared/dist/src/models/Ledger.d.ts:5
Enumeration Members
Expense
> Expense: "expense"
Defined in: shared/dist/src/models/Ledger.d.ts:6
Invoice
> Invoice: "invoice"
Defined in: shared/dist/src/models/Ledger.d.ts:7
Payment
> Payment: "payment"
Defined in: shared/dist/src/models/Ledger.d.ts:8
Interfaces
LedgerEntry
Defined in: shared/dist/src/models/Ledger.d.ts:10
Properties
amount
> amount: number
Defined in: shared/dist/src/models/Ledger.d.ts:16
buildingId
> buildingId: string
Defined in: shared/dist/src/models/Ledger.d.ts:13
category
> category: string
Defined in: shared/dist/src/models/Ledger.d.ts:17
createdAt
> createdAt: string
Defined in: shared/dist/src/models/Ledger.d.ts:22
createdBy
> createdBy: string
Defined in: shared/dist/src/models/Ledger.d.ts:23
date
> date: string
Defined in: shared/dist/src/models/Ledger.d.ts:14
description
> description: string
Defined in: shared/dist/src/models/Ledger.d.ts:15
id
> id: string
Defined in: shared/dist/src/models/Ledger.d.ts:11
linkedEntityId?
> optional linkedEntityId: string
Defined in: shared/dist/src/models/Ledger.d.ts:21
linkedEntityType?
> optional linkedEntityType: LinkedEntityType
Defined in: shared/dist/src/models/Ledger.d.ts:20
ownerId
> ownerId: string
Defined in: shared/dist/src/models/Ledger.d.ts:12
reference?
> optional reference: string
Defined in: shared/dist/src/models/Ledger.d.ts:19
type
> type: LedgerEntryType
Defined in: shared/dist/src/models/Ledger.d.ts:18
LedgerFilters
Defined in: shared/dist/src/models/Ledger.d.ts:25
Properties
category
> category: string
Defined in: shared/dist/src/models/Ledger.d.ts:27
endDate
> endDate: string | null
Defined in: shared/dist/src/models/Ledger.d.ts:30
search
> search: string
Defined in: shared/dist/src/models/Ledger.d.ts:26
startDate
> startDate: string | null
Defined in: shared/dist/src/models/Ledger.d.ts:29
type
> type: "" | LedgerEntryType
Defined in: shared/dist/src/models/Ledger.d.ts:28