# SalesOrders

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/new-job/job.model.ts` (line 369)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `CompanyBranchId` | `number` |
| `ClientId` | `number` |
| `PrincipalId` | `number` |
| `OfferDate` | `Date` |
| `OrderDate` | `Date` |
| `OrderActivationDate` | `Date` |
| `OrderActivationConditionId` | `number` |
| `OrderNumeberAtVendor` | `string` |
| `OrderNumeberAtClient` | `string` |
| `DeliveryTermId` | `number` |
| `DeliveryTimeId` | `number` |
| `DeliveryPeriod` | `number` |
| `ShippingAddressId` | `number` |
| `PaymentPeriodId` | `number` |
| `PaymentPeriod` | `number` |
| `PaymentMethodId` | `number` |
| `OrderCurrencyCode` | `string` |
| `OrderCurrencySymbol` | `string` |
| `RateToMainCurrency` | `number` |
| `RateToOldSellingCurrency` | `number` |
| `PaymentCurrencyCode` | `string` |
| `PaymentCurrencySymbol` | `string` |
| `RateToPaymentCurrency` | `number` |
| `IsPartialDeliveryAllowed` | `boolean` |
| `LCNumeber` | `string` |
| `DelayInDays` | `number` |
| `OrderDeliveredOn` | `Date` |
| `OfferId` | `number` |
| `SalesJobId` | `number` |
| `OrderStatusId` | `number` |
| `OrderStage` | `number` |
| `OldStage` | `number` |
| `OrderStageName` | `string` |
| `OrderCancelDetailId` | `number` |
| `OrderCancelDetail` | `CancelReasonModel` |
| `OrderRejectDetailId` | `number` |
| `OrderRejectDetail` | `RejectReasonModel` |
| `IsCommission` | `boolean` |
| `IsDeleted` | `boolean` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `CreatedAt` | `Date` |
| `LastModificationDate` | `Date` |
| `HasCustomFields` | `boolean` |
| `ApproveById` | `number` |
| `AgreedCommissionValue` | `number` |
| `AgreedCommissionPercent` | `number` |
| `CommissionCurrencyCode` | `number` |
| `CommissionValueInBaseCurrency` | `number` |

## Used by

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

### Imported by (7)

- `BillOfMaterialsDetailsComponent` — `Frontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts`:1
- `CostCalculationComponent` — `Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `OrderPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/order-panel-details/order-panel-details.component.ts`:1
- `FilterForListOfAll` — `Frontend/src/app/services/sales/new-job/new-job.service.ts`:1
- `OrderToPdfService` — `Frontend/src/app/services/sales/new-job/order-to-pdf.service.ts`:1
- `SalesHtmlTemplateService` — `Frontend/src/app/services/sales/new-job/sales-html-template.service.ts`:1
