# SalesOffers

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/new-job/job.model.ts` (line 246)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `ClientId` | `number` |
| `PrincipalId` | `number` |
| `_opportunity` | `Opportunity` |
| `CompanyBranchId` | `number` |
| `IsOrdered` | `boolean` |
| `SourceVersionId` | `number` |
| `IsCurrent` | `boolean` |
| `OfferReviseNo` | `number` |
| `IsRevised` | `boolean` |
| `IsAlternativeOffer` | `boolean` |
| `OfferNumber` | `string` |
| `InquiryDate` | `Date` |
| `ClientInquiryNumber` | `string` |
| `OfferDate` | `Date` |
| `BidDueDate` | `Date` |
| `OfferExpiryDate` | `Date` |
| `OfferTypeId` | `number` |
| `OfferValidationId` | `number` |
| `OfferValidationPeriod` | `number` |
| `OfferTotalPrice` | `number` |
| `OfferTotalPriceAfterTax` | `number` |
| `EquivalentBooking` | `number` |
| `OfferCurrencyCode` | `string` |
| `OfferCurrencySymbol` | `string` |
| `RateToMainCurrency` | `number` |
| `RateToOldSellingCurrency` | `number` |
| `OfferStage` | `number` |
| `OldStage` | `number` |
| `OfferStageName` | `string` |
| `OfferCurrentStageId` | `number` |
| `OfferStatusId` | `number` |
| `OfferCancelDetailId` | `number` |
| `OfferCancelDetail` | `CancelReasonModel` |
| `OfferRegretDetailId` | `number` |
| `OfferRegretDetail` | `RegretReasonModel` |
| `LossDetail` | `LostReasonModel` |
| `OfferLostDetailId` | `number` |
| `DeliveryTermId` | `number` |
| `DeliveryTimeId` | `number` |
| `DeliveryPeriod` | `number` |
| `PaymentPeriodId` | `number` |
| `PaymentPeriod` | `number` |
| `IsPartialDeliveryAllowed` | `boolean` |
| `PaymentMethodId` | `number` |
| `IsCommission` | `boolean` |
| `AgreedCommissionValue` | `number` |
| `AgreedCommissionPercent` | `number` |
| `ContractCommissionValue` | `number` |
| `ContractCommissionPercent` | `number` |

## 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)

- `CostCalculationComponent` — `Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `OfferPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/offer-panel-details/offer-panel-details.component.ts`:1
- `FilterForListOfAll` — `Frontend/src/app/services/sales/new-job/new-job.service.ts`:1
- `OfferToPdfService` — `Frontend/src/app/services/sales/new-job/offer-to-pdf.service.ts`:1
- `OrderToPdfService` — `Frontend/src/app/services/sales/new-job/order-to-pdf.service.ts`:1
- `SalesHtmlTemplateService` — `Frontend/src/app/services/sales/new-job/sales-html-template.service.ts`:1
