Kind: Class
Source: Frontend/src/app/models/purchasing/purchasing.ts (line 239)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
ProductId | number |
CompanyBranchId | number |
ItemQuantity | number |
ItemUnitId | number |
ItemUnitPrice | number |
ItemTotalPrice | number |
ItemDescription | string |
ItemCategoryId | number |
ItemType | number |
ItemStage | number |
JobId | number |
OfferId | number |
OrderId | number |
InquiryId | number |
IsAccepted | boolean |
IsDeleted | boolean |
CreatedById | number |
LastModifiedById | number |
CreatedAt | Date |
LastModificationDate | Date |
DeliveryDate | Date |
RegretId | number |
CancelId | number |
RejectId | number |
ItemSerial | number |
Selected | boolean |
currencyCode | string |
ItemSplitNo | number |
ItemNo | string |
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)
PurchasingDetailsComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts:1PurchasingInquiryComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-inquiry/purchasing-inquiry.component.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:1SummarizedBuyoutComponent—Frontend/src/app/components/purchasing/summarized-buyout/summarized-buyout.component.ts:1CostCalculationComponent—Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts:1PurchasingService—Frontend/src/app/services/purchasing/purchasing.service.ts:1
Was this page helpful?