# ShadowSalesOrder

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials.ts` (line 105)

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

## Properties

| Property | Type |
|---|---|
| `OrderId` | `number` |
| `VendorOrderNo` | `string` |
| `OrderDate` | `Date` |
| `OrderStageId` | `number` |
| `ExpectedDeliveryDate` | `Date` |
| `OrderActivationDate` | `Date` |
| `ContractualDeliveryDate` | `Date` |
| `OrderTotalPriceAfterTax` | `number` |
| `OrderTotalPrice` | `number` |
| `AgreedMarginAmount` | `number` |
| `AgreedMarginPercent` | `number` |
| `OrderCurrencyCode` | `string` |
| `OrderCurrencySymbol` | `string` |
| `RateToMainCurrency` | `number` |
| `TotalBudget` | `number` |
| `ActualCost` | `number` |
| `ActualMarginAmount` | `number` |
| `ActualMarginPercentage` | `number` |
| `AllInvoicesAreDue` | `boolean` |
| `OrderSalesPrice` | `number` |
| `CurrencyRate` | `number` |
| `CurrencySymbol` | `string` |
| `CurrencyCode` | `string` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `BillOfMaterialsDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts`:1
