Kind: Class
Source: Frontend/src/app/models/purchasing/purchasing.ts (line 80)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CompanyBranchId | number |
BranchName | string |
SalesJobId | number |
ArchiveId | number |
JobNo | string |
ProductTypeId | number |
TimeFramePeriod | number |
TimeFramePeriodId | number |
TimeFrame | string |
ClientId | number |
ClientName | string |
SalesJobClients | SalesJobClients[] |
JobStatusId | number |
JobTitle | string |
RepId | number |
SalesRepId | number |
RequestForPurchasingStatus | number |
SalesJobNo | string |
SalesRepName | string |
JobStage | number |
JobCurrencyCode | string |
JobCurrencyCodeSymble | string |
JobTotalPrice | number |
RateToMainCurrency | number |
IsDeleted | boolean |
ShowAgreedMargin | boolean |
CreatedById | number |
LastModifiedById | number |
CreatedAt | Date |
LastModificationDate | Date |
PackageItems | PurchasingItems[] |
Offers | PurchasingOffer[] |
Orders | PurchasingOrder[] |
Inquiries | PurchasingInquiry[] |
RegretDetail | RegretReasonModel |
CancelDetail | CancelReasonModel |
RejectDetail | RejectReasonModel |
Used by
7 references from 7 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (7)
LettersOfGuarantiesDetailsComponent—Frontend/src/app/components/letters-of-guaranties/letters-of-guaranties-details/letters-of-guaranties-details.component.ts:1PurchasingDetailsComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts:1SummarizedBuyoutComponent—Frontend/src/app/components/purchasing/summarized-buyout/summarized-buyout.component.ts:1CostCalculationComponent—Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts:1OfferPanelDetailsComponent—Frontend/src/app/components/sales/new-job/offer-panel-details/offer-panel-details.component.ts:1OrderPanelDetailsComponent—Frontend/src/app/components/sales/new-job/order-panel-details/order-panel-details.component.ts:1PurchasingService—Frontend/src/app/services/purchasing/purchasing.service.ts:1
Was this page helpful?