enhance: add membership total view
This commit is contained in:
parent
f6a0a61ed8
commit
573f92d098
10 changed files with 219 additions and 3 deletions
|
@ -20,3 +20,15 @@ export interface MembershipStatisticsViewModel {
|
|||
memberNameaffix: string;
|
||||
memberBirthdate: Date;
|
||||
}
|
||||
|
||||
export interface MembershipTotalStatisticsViewModel {
|
||||
durationInDays: number;
|
||||
durationInYears: number;
|
||||
exactDuration: string;
|
||||
memberId: string;
|
||||
memberSalutation: string;
|
||||
memberFirstname: string;
|
||||
memberLastname: string;
|
||||
memberNameaffix: string;
|
||||
memberBirthdate: Date;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue