Options
All
  • Public
  • Public/Protected
  • All
Menu

Module TimePeriodSetup

Index

Type aliases

PeriodApplyToEnum

PeriodApplyToEnum: "Time" | "Expense" | "Both"

TypeEnum

TypeEnum: "Weekly" | "BiWeekly" | "SemiMonthly" | "Monthly"

Properties

Optional _info

_info: Metadata

Metadata of the entity

daysPastEndDate

daysPastEndDate: number

Optional description

description: string

firstPeriodEndDate

firstPeriodEndDate: Date

Optional id

id: number

Optional lastDayFlag

lastDayFlag: boolean

Only needed when type is monthly

Optional monthlyPeriodEnds

monthlyPeriodEnds: number

Only needed when type is monthly

numberFuturePeriods

numberFuturePeriods: number

periodApplyTo

periodApplyTo: PeriodApplyToEnum

Optional semiMonthlyFirstPeriod

semiMonthlyFirstPeriod: number

Only needed when type is semi-monthly

Optional semiMonthlyLastDayFlag

semiMonthlyLastDayFlag: boolean

Optional semiMonthlySecondPeriod

semiMonthlySecondPeriod: number

Only needed when type is semi-monthly

type

type: TypeEnum

year

year: number

Generated using TypeDoc