# ShadowSalesOrder

**Kind:** Class

**Source:** `Frontend/src/app/components/bill-of-materials/bill-of-materials.ts` (line 120)

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

## Properties

| Property | Type |
|---|---|
| `BranchId` | `number` |
| `OrderId` | `number` |
| `VendorOrderNo` | `string` |
| `OrderDate` | `Date` |
| `OrderStageId` | `number` |
| `ExpectedDeliveryDate` | `Date` |
| `OrderActivationDate` | `Date` |
| `ContractualDeliveryDate` | `Date` |
| `OrderTotalPrice` | `number` |
| `OrderTotalPriceAfterTax` | `number` |
| `AgreedMarginAmount` | `number` |
| `AgreedMarginPercent` | `number` |
| `OrderCurrencyCode` | `string` |
| `OrderCurrencySymbol` | `string` |
| `RateToMainCurrency` | `number` |
| `TotalBudget` | `number` |
| `ActualCost` | `number` |
| `SalesInvoiceAmount` | `number` |
| `ActualMarginAmount` | `number` |
| `ActualMarginPercentage` | `number` |
| `AllInvoicesAreDue` | `boolean` |
| `OrderSalesPrice` | `number` |
| `CurrencyRate` | `number` |
| `CurrencySymbol` | `string` |
| `CurrencyCode` | `string` |
| `LocalCurrencyCode` | `string` |
| `LocalCurrencySymbol` | `string` |
| `RateToLocalCurrency` | `number` |
| `LocalCurrencyPercent` | `number` |
| `_LocalCurrencyAmount` | `number` |
| `ReferenceCurrencyCode` | `string` |
| `ReferenceCurrencySymbol` | `string` |
| `RateToReferenceCurrency` | `number` |
| `ReferenceCurrencyPercent` | `number` |
| `_ReferenceCurrencyAmount` | `number` |

## 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` — `Frontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts`:1
