Kind: Class
Source: Pams/Web/Pams.WebApp/Client/app/models/organization/company-branch.model.ts (line 5)
Part of: Pams
Properties
| Property | Type |
|---|---|
CompanyBranchID | number |
BranchName | string |
BranchFullName | string |
BranchStatement | string |
AddressID | number |
Address | Address |
ManagingDirector | string |
CommercialRegistrationNo | string |
VATID | string |
Logo | string |
IsoLogo | string |
VAt | string |
CurrencyCode | string |
IsActive | boolean |
CompanyID | number |
CompanyBranchSettingID | number |
FinancialYearStart | Date |
IsMainBranch | boolean |
FinancialYearStartDay | number |
FinancialYearStartMonth | number |
Mail | string |
SupplierID | number |
ContactInfoList | Array<ContactInfo> |
Where it refuses work
CompanyBranchstops the work with an early return whenthis.FinancialYearStart == null.
Relationships
- IMPORTS →
Address - IMPORTS →
AppSettings
Was this page helpful?