Kind: Class
Source: Frontend/src/app/models/common/booking-target.model.ts (line 191)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
BranchId | number |
BranchName | string |
TeamId | number |
TeamName | string |
YearId | number |
MonthId | number |
AverageAchievedAmount | number |
ForecastAmount | number |
TargetAmount | number |
CreatedAt | Date |
CreatedById | number |
LastModifiedAt | Date |
LastModifiedById | number |
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
BookingTargetService—Frontend/src/app/services/common/booking-target.service.ts:1
Was this page helpful?