# ProcurementOffer

**Kind:** Class

**Source:** `Frontend/src/app/components/procurement/procurement.ts` (line 299)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `JobId` | `number` |
| `CompanyBranchId` | `number` |
| `OldStage` | `number` |
| `StatusId` | `number` |
| `SupplierId` | `number` |
| `BidDueDate` | `Date` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `LastModifiedAt` | `Date` |
| `Products` | `ProcurementProducts[]` |
| `OfferNumber` | `string` |
| `OfferDate` | `Date` |
| `OfferStage` | `number` |
| `DeliveryTermId` | `number` |
| `DeliveryTimeId` | `number` |
| `DeliveryPeriod` | `number` |
| `PaymentPeriodId` | `number` |
| `PaymentPeriod` | `number` |
| `OfferValidationId` | `number` |
| `OfferValidationPeriod` | `number` |
| `IsPartialDeliveryAllowed` | `boolean` |
| `OfferTypeId` | `number` |
| `PaymentMethodId` | `number` |
| `OfferTotalPrice` | `number` |
| `RateToMainCurrency` | `number` |
| `OfferCurrencyCode` | `string` |
| `OfferCurrencySymbol` | `string` |
| `InquiryId` | `number` |
| `ClientId` | `number` |
| `OfferExpiryDate` | `Date` |
| `CancelDetailId` | `number` |
| `CancelDetail` | `CancelReasonModel` |
| `RejectExtensionDetailId` | `number` |
| `RejectDetailId` | `number` |
| `RejectDetail` | `RejectReasonModel` |
| `RegretDetail` | `RegretReasonModel` |
| `PaymentMilestones` | `any[]` |
| `SourceVersionId` | `number` |
| `IsRevised` | `boolean` |
| `IsAlternativeOffer` | `boolean` |
| `OfferReviseNo` | `number` |
| `IsCurrent` | `boolean` |
| `isOpened` | `boolean` |
| `_skipZeroPriceValidation` | `boolean` |
| `_TotalTaxAmount` | `number` |
| `OfferTotalPriceAfterTax` | `number` |

## Used by

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

### Imported by (4)

- `ProcurementDetailsComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts`:1
- `ProcurementOfferComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-offer/procurement-offer.component.ts`:1
- `ProcurementHtmlTemplateService` — `Frontend/src/app/components/procurement/procurement-html.service.ts`:1
- `ProcurementService` — `Frontend/src/app/components/procurement/procurement.service.ts`:1
