Kind: Class
Source: Frontend/src/app/models/sales/new-job/job.model.ts (line 679)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CompanyBranchId | number |
OfferId | number |
OrderId | number |
Action | string |
InstallentAmount | number |
InstallentPercent | number |
DisplayOrder | number |
IncludeTax | boolean |
CreatedById | number |
LastModifiedById | number |
CreatedAt | Date |
LastModificationDate | Date |
PaymentMilestoneTypeId | number |
RelatedInvoiceStatusId | number |
_InvoiceValue | number |
_IntallmentTaxAmount | number |
_DownpaymentAmount | number |
_InstallmentPayableAmount | number |
Used by
13 references from 13 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (13)
ProcurementOfferComponent—Frontend/src/app/components/procurement/procurement-details/procurement-offer/procurement-offer.component.ts:1ProcurementOrderComponent—Frontend/src/app/components/procurement/procurement-details/procurement-order/procurement-order.component.ts:1ProcurementService—Frontend/src/app/components/procurement/procurement.service.ts:1PurchasingOfferComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-offer/purchasing-offer.component.ts:1PurchasingOrderComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-order/purchasing-order.component.ts:1NewJobComponent—Frontend/src/app/components/sales/new-job/new-job.component.ts:1OfferPanelDetailsComponent—Frontend/src/app/components/sales/new-job/offer-panel-details/offer-panel-details.component.ts:1OrderPanelDetailsComponent—Frontend/src/app/components/sales/new-job/order-panel-details/order-panel-details.component.ts:1
…and 5 more.
Was this page helpful?