# ProcurementOrder

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/procurement/procurement.ts` (line 342)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `CompanyBranchId` | `number` |
| `OrderDate` | `Date` |
| `OrderActivationDate` | `Date` |
| `ExpectedDeliveryDate` | `Date` |
| `OrderDeliveredOn` | `Date` |
| `ContractualDeliveryDate` | `Date` |
| `OrderNumeber` | `string` |
| `OrderStage` | `number` |
| `OldStage` | `number` |
| `StatusId` | `number` |
| `FinanceApprovedById` | `number` |
| `FinanceApprovalDate` | `Date` |
| `SupplierOrderNumeber` | `string` |
| `LCNumeber` | `string` |
| `DeliveryTermId` | `number` |
| `DeliveryTimeId` | `number` |
| `DeliveryPeriod` | `number` |
| `PaymentPeriodId` | `number` |
| `PaymentPeriod` | `number` |
| `PaymentMethodId` | `number` |
| `OrderCurrencyCode` | `string` |
| `OrderCurrencySymbol` | `string` |
| `ExternalOrderNo` | `string` |
| `OrderTotalPrice` | `number` |
| `RateToMainCurrency` | `number` |
| `IsPartialDeliveryAllowed` | `boolean` |
| `OrderBackLog` | `number` |
| `DelayInDays` | `number` |
| `OfferId` | `number` |
| `JobId` | `number` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `CreatedAt` | `Date` |
| `LastModifiedAt` | `Date` |
| `IsAmedment` | `boolean` |
| `SplitNo` | `string` |
| `ClientId` | `number` |
| `SupplierId` | `number` |
| `Products` | `ProcurementProducts[]` |
| `CancelDetailId` | `number` |
| `CancelDetail` | `CancelReasonModel` |
| `RejectDetailId` | `number` |
| `RejectDetail` | `RejectReasonModel` |
| `ShippingDate` | `Date` |
| `ExpectedShippingDate` | `Date` |
| `ArriveToPortAt` | `Date` |
| `ExpectedToArriveToPortAt` | `Date` |
| `ExpectedDepartureFromPortAt` | `Date` |
| `PaymentMilestones` | `any[]` |

## Used by

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

### Imported by (3)

- `ProcurementDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement-details/procurement-details.component.ts`:1
- `ProcurementOrderComponent` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement-details/procurement-order/procurement-order.component.ts`:1
- `ProcurementService` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement.service.ts`:1
