Skip to content

CompanyBranch

reference
1 min readUpdated

Kind: Class

Source: Pams/Web/Pams.Web/Client/app/models/organization/company-branch.model.ts (line 15)

Part of: Pams

Properties

PropertyType
CompanyBranchIDnumber
BranchNamestring
BranchFullNamestring
BranchStatementstring
AddressIDnumber
AddressAddress
ManagingDirectorstring
CommercialRegistrationNostring
VATIDstring
Logostring
LogoIdstring
IsoLogostring
VAtstring
CurrencyCodestring
SalesCurrencyCodestring
SalesCurrencySymbolstring
FinanceCurrencyCodestring
FinanceCurrencySymbolstring
IsActiveboolean
CompanyIDnumber
CompanyBranchSettingIDnumber
FinancialYearStartDate
IsMainBranchboolean
FinancialYearStartDaynumber
FinancialYearStartMonthnumber
Mailstring
SupplierIDnumber
ContactInfoListArray<ContactInfo>
CompanyBranchBankAccountsBankAccount[]
NominalCommissionnumber
NominalMarginnumber
FixedDefaultMarginnumber
MarginTypenumber
DegressiveMarginsBranchDegressiveMargins[]

Where it refuses work

  • CompanyBranch stops the work with an early return when this.FinancialYearStart == null.

Used by

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

Imported by (11)

  • AppComponentPams/Web/Pams.Web/Client/app/app.component.ts:1
  • BranchDetailsComponentPams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/branch-details.component.ts:1
  • NewBranchComponentPams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/new.branch.component.ts:1
  • ShareableContentComponentPams/Web/Pams.Web/Client/app/components/configuration/shareable-content/shareable-content.component.ts:1
  • NewJobComponentPams/Web/Pams.Web/Client/app/components/sales/new-job/new-job.component.ts:1
  • UserEditComponentPams/Web/Pams.Web/Client/app/components/security/users/edit/edit.component.ts:1
  • NewUserComponentPams/Web/Pams.Web/Client/app/components/security/users/new/newUser.component.ts:1
  • PrincipalUserDetailsComponentPams/Web/Pams.Web/Client/app/components/security/users/principal-user-details/principal-user-details.component.ts:1

…and 3 more.

Was this page helpful?

Download as PDF