# PurchasingInquiry

**Kind:** Class

**Source:** `Frontend/src/app/models/purchasing/purchasing.ts` (line 120)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `JobId` | `number` |
| `CompanyBranchId` | `number` |
| `ClientId` | `number` |
| `ClientName` | `string` |
| `SupplierId` | `number` |
| `SupplierName` | `string` |
| `InquiryStage` | `number` |
| `BidDueDate` | `Date` |
| `InquiryDate` | `Date` |
| `RequiredOfferType` | `number` |
| `IsDeleted` | `boolean` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `CreatedAt` | `Date` |
| `LastModificationDate` | `Date` |
| `PurchaseItems` | `PurchasingItems[]` |
| `RegretDetail` | `RegretReasonModel` |
| `CancelDetail` | `CancelReasonModel` |
| `isOpened` | `boolean` |
| `_dataForPDF` | `PurchasingInquiryForPrint` |

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

- `PurchasingDetailsComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts`:1
- `PurchasingInquiryComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-inquiry/purchasing-inquiry.component.ts`:1
- `InquiryToPdfService` — `Frontend/src/app/services/purchasing/inquiry-to-pdf.service.ts`:1
- `PurchasingService` — `Frontend/src/app/services/purchasing/purchasing.service.ts`:1
