Kind: Class
Source: Frontend/src/app/components/procurement/procurement.ts (line 257)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CompanyBranchId | number |
ProductQuantity | number |
MRQQuantity | number |
ProductUnitId | number |
ProductUnitPrice | number |
ProductTotalPrice | number |
ProductDiscount | number |
ProductTax | number |
ProductId | number |
ProductCategoryId | number |
ProductName | string |
ProductDescription | string |
ProductVariantId | number |
VariantName | string |
ProductStage | number |
OldStage | number |
BOMDetailId | number |
MRQDetailId | number |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
DeliveryDate | Date |
LastModifiedAt | Date |
CancelId | number |
RejectId | number |
RegretId | number |
InquiryId | number |
OfferId | number |
OrderId | number |
CurrencyCode | string |
CurrencySymbol | string |
RateToMainCurrency | number |
IsAccepted | boolean |
ItemNo | number |
Selected | boolean |
_placeToDelete | boolean |
IsDeleted | boolean |
RequestedVendor | RequestInfo |
Used by
6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (6)
ProcurementDetailsComponent—Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts:1ProcurementInquiryComponent—Frontend/src/app/components/procurement/procurement-details/procurement-inquiry/procurement-inquiry.component.ts:1ProcurementOfferComponent—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:1ReceivedPurchaseOrderComponent—Frontend/src/app/components/warehouse/receiving-shipment-details/received-purchase-order/received-purchase-order.component.ts:1
Was this page helpful?