Kind: Class
Source: Frontend/src/app/models/common/generate-bounces.ts (line 70)
Part of: Frontend
Properties
| Property | Type |
|---|---|
BonusSharePercentForAdmin | number |
BonusSharePercentForSales | number |
BonusSharePercentForEveryOne | number |
BonusSharePercentFromTheNetProfit | number |
FixedBonusSharePercentForSales | number |
BookingBasedBonusSharePercentForSales | number |
BookingBasedBonusSharePercentForTeamless | number |
BranchTargetId | number |
BranchId | number |
BranchName | string |
CurrentYear | number |
DesiredTargetAmount | number |
DesiredTargetRatio | number |
Id | number |
MinimumBooking | number |
MinimumBookingRate | number |
StageId | number |
TeamlessAdjustmentRatio | number |
MinimumEarning | number |
BranchNominalCommission | number |
TeamlessSalaryAdjustmentRatio | number |
NetProfit | number |
IsEarningBasedOnForecasting | boolean |
IsBonusShareBassedOnSalaries | boolean |
ShareDistributionForTeamlessPercentage | number |
BranchTargetDetails | BonusObjectTeams[] |
Used by
8 references from 8 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (8)
AchievementForBranchesComponent—Frontend/src/app/components/configuration/generate-bounces/achievement-for-branches/achievement-for-branches.component.ts:1BonusDistribuionComponent—Frontend/src/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribuion.component.ts:1BonusDistributionBasedOnAmountComponent—Frontend/src/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribution-based-on-amount/bonus-distribution-based-on-amount.component.ts:1BonusDistributionBasedOnMonthsComponent—Frontend/src/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribution-based-on-months/bonus-distribution-based-on-months.component.ts:1CalculateEarningComponent—Frontend/src/app/components/configuration/generate-bounces/calculate-earning/calculate-earning.component.ts:1CostBranchesComponent—Frontend/src/app/components/configuration/generate-bounces/cost-branches/cost-branches.component.ts:1SalariesBranchesComponent—Frontend/src/app/components/configuration/generate-bounces/salaries-branches/salaries-branches.component.ts:1TargetForBranchesComponent—Frontend/src/app/components/configuration/generate-bounces/target-for-branches/target-for-branches.component.ts:1
Was this page helpful?