# CompanyBranchSetting

**Kind:** Class

**Source:** `Frontend/src/app/models/organization/company-branch-setting.model.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `CompanyBranchSettingID` | `number` |
| `BranchStatement` | `string` |
| `FinancialYearStart` | `number` |
| `FinancialYearEnd` | `number` |
| `DueDateNumOfDays` | `number` |
| `DeliveryTimeNumOfDays` | `number` |
| `ExpiredGuaranteesNumOfDays` | `number` |
| `PastProjectsNumOfDays` | `number` |
| `BaseCurrencyID` | `number` |
| `AutoDeliveredProcess` | `boolean` |
| `NumOfMinutesPerDay` | `number` |
| `SupplierID` | `number` |
| `DaysOff1` | `number` |
| `DaysOff2` | `number` |
| `DaysOff` | `string` |
| `CompanyBranchID` | `number` |
| `IsAutoShipment` | `boolean` |

## Used by

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

### Imported by (3)

- `BranchDetailsComponent` — `Frontend/src/app/components/configuration/company/main-branch/branch-details.component.ts`:1
- `NewBranchComponent` — `Frontend/src/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `CompanyBranchSettingService` — `Frontend/src/app/services/organization/company-branch-setting.service.ts`:1
