Kind: Class
Source: Frontend/src/app/models/purchasing/purchasing.ts (line 325)
Part of: Frontend
Properties
| Property | Type |
|---|---|
JobId | number |
OfferId | number |
ItemId | number |
ProductId | number |
CompanyBranchId | number |
ItemQuantity | number |
ItemUnitId | number |
ItemUnitName | string |
ItemDescription | string |
ItemCategoryId | number |
ItemCategoryName | string |
ItemType | number |
ItemStage | number |
ItemStageName | string |
ItemSerial | number |
Selected | boolean |
currencyCode | string |
ItemSplitNo | number |
ItemNo | string |
ClientId | number |
ClientName | string |
Offers | FinalItemsOverOffers_Offers[] |
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
PurchasingDetailsComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts:1SummarizedBuyoutComponent—Frontend/src/app/components/purchasing/summarized-buyout/summarized-buyout.component.ts:1PurchasingService—Frontend/src/app/services/purchasing/purchasing.service.ts:1
Was this page helpful?