Kind: Class
Source: Frontend/src/app/components/references/references.ts (line 4)
Part of: Frontend
Properties
| Property | Type |
|---|---|
VendorId | number |
VendorOrderNo | string |
SalesJobId | number |
JobNo | string |
ClientId | number |
ClientOrderNo | string |
OrderDate | Date |
DeliveryDate | Date |
EndUserType | number |
EndUserId | number |
CategoryId | number |
Id | number |
BranchId | number |
SalesOrderId | number |
EndUserMarketSegmentId | number |
VendorName | string |
EndUserMarketSegment | string |
EndUserCountry | string |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModifiedAt | Date |
ReferenceListDetails | ReferenceListItems[] |
_dataForPDF | ReferenceListForPrint |
Relationships
- IMPORTS →
AppSettings - IMPORTS →
CreateCustomField
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)
ReferenceToPdfService—Frontend/src/app/components/references/reference-to-pdf.service.ts:1EditReferenceDetailsComponent—Frontend/src/app/components/references/references-list/edit-reference-details/edit-reference-details.component.ts:1ReferencesListComponent—Frontend/src/app/components/references/references-list/references-list.component.ts:1ReferencesDetailsComponent—Frontend/src/app/components/references/references-list-by-items/references-details/references-details.component.ts:1ReferencesListByItemsComponent—Frontend/src/app/components/references/references-list-by-items/references-list-by-items.component.ts:1ReferencesService—Frontend/src/app/components/references/references.service.ts:1
Was this page helpful?