# BonusDistribuionForBranchesMapped

**Kind:** Class

**Source:** `Frontend/src/app/models/common/generate-bounces.ts` (line 235)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `BranchNominalPercent` | `number` |
| `BranchTotalSalary` | `number` |
| `ExpectedTotalBooking` | `number` |
| `K0Teamless` | `number` |
| `K0Teams` | `number` |
| `MinimumEarning` | `number` |
| `RequiredTotalBooking` | `number` |
| `TeamlessNetTotalSalary` | `number` |
| `TeamlessTotalSalary` | `number` |
| `TeamlessSalaryAdjustmentRatio` | `number` |
| `TeamsNetTotalSalary` | `number` |
| `TeamsTotalSalary` | `number` |
| `EmployeeBonusCalculationType` | `number` |
| `cost` | `CostForBonusBranches` |
| `IsBonusShareBassedOnSalaries` | `boolean` |
| `ShareDistributionForTeamlessPercentage` | `number` |
| `options` | `any` |
| `TeamlessOptions` | `any` |
| `SalesOptions` | `any` |
| `Id` | `number` |
| `CurrentYear` | `number` |
| `BranchId` | `number` |
| `BranchName` | `string` |
| `BEveryone` | `number` |
| `BTeamsEqualShare` | `number` |
| `BTeamlessTotal` | `number` |
| `_BSalesTotal` | `number` |
| `Teams` | `TeamsCalculatedBonus[]` |
| `_isOpened` | `boolean` |
| `_isGraphOpened` | `boolean` |
| `_hideForWidget` | `boolean` |
| `_MinimumEarning` | `number` |
| `_isEarningBasedOnTendency` | `boolean` |
| `_BonusSharePercentFromTheNetProfit` | `number` |
| `_BonusShareAmountFromTheNetProfit` | `number` |
| `_BonusSharePercentForSales` | `number` |
| `_BonusShareAmountForSales` | `number` |
| `_BonusSharePercentForAdmin` | `number` |
| `_BonusShareAmountForAdmin` | `number` |
| `_BonusSharePercentAfterAdmin` | `number` |
| `_BonusShareAmountAfterAdmin` | `number` |
| `_BonusSharePercentForEveryOneExceptAdmin` | `number` |
| `_BonusShareAmountForEveryOneExceptAdmin` | `number` |
| `_BonusSharePercentForTeamleass` | `number` |
| `_BonusShareAmountForTeamleass` | `number` |
| `_RemainingAfterBonusSharePercentForTeamleass` | `number` |
| `_RemainingAfterBonusShareAmountForTeamleass` | `number` |
| `_FixedBonusSharePercentForSales` | `number` |
| `_FixedBonusShareAmountForSales` | `number` |
| `_BookingBasedBonusSharePercentForSales` | `number` |

## Used by

4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (4)

- `BonusDistribuionComponent` — `Frontend/src/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribuion.component.ts`:1
- `BonusDistributionBasedOnAmountComponent` — `Frontend/src/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribution-based-on-amount/bonus-distribution-based-on-amount.component.ts`:1
- `BonusDistributionBasedOnMonthsComponent` — `Frontend/src/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribution-based-on-months/bonus-distribution-based-on-months.component.ts`:1
- `GenerateBouncesService` — `Frontend/src/app/services/configurations/generate-bounces.service.ts`:1
