Kind: Class
Source: Pams/Web/Pams.WebApp/Client/app/models/sales/job-item-status-data.model.ts (line 2)
Part of: Pams
Properties
| Property | Type |
|---|---|
JobItemStatusID | number |
Amount | number |
AmountInBaseCurrency | number |
RateToBaseCurrency | number |
Quantity | number |
StatusDate | Date |
DeliveredOn | Date |
WinnerName | string |
WinnerPrice | number |
WinnerDifferencePercent | number |
WinnerPriceCurrencyID | number |
WinnerPriceRateToBaseCurrency | number |
WinnerPriceInBaseCurrency | number |
DeliveryTimeTypeID | number |
DeliveryTimeCountValue | number |
DeliveryTimeDifference | number |
HasCancellationFees | number |
CancellationFeesAmount | number |
CancellationFeesPercent | number |
CancellationFeesAmountInBaseCurrency | number |
CancellationFeesAmountFormated | string |
CancellationFeesPercentFormated | string |
Relationships
- IMPORTS →
AppSettings
Used by
6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (6)
JobItemStatusDataService—Pams/Web/Pams.WebApp/Client/app/services/sales/job-item-status-data.service.ts:1JobItemStatusService—Pams/Web/Pams.WebApp/Client/app/services/sales/job-item-status.service.ts:1JobItemService—Pams/Web/Pams.WebApp/Client/app/services/sales/job-items.service.ts:1TempInq—Pams/Web/Pams.WebApp/Client/app/models/sales/inquiry.model.ts:17JobItemStatus—Pams/Web/Pams.WebApp/Client/app/models/sales/job-item-status.model.ts:4JobItem—Pams/Web/Pams.WebApp/Client/app/models/sales/job-item.model.ts:6
Was this page helpful?