Kind: Class
Source: Pams/Web/Pams.Web/Client/app/components/dashboard/_principalReport/principal-report.service.ts (line 59)
Part of: Pams
Methods
| Method | Signature | Returns |
|---|---|---|
generateReport | generateReport(reportObject: ReportObject) | void |
getInquiriesColumn | getInquiriesColumn() | void |
getOffersColumn | getOffersColumn() | void |
getOrdersColumn | getOrdersColumn() | void |
getDeliveredColumn | getDeliveredColumn() | void |
getLostColumn | getLostColumn() | void |
getCancelledColumn | getCancelledColumn() | void |
Properties
| Property | Type |
|---|---|
InquiriesListColumns | ColumnChooser[] |
OffersListColumns | ColumnChooser[] |
OrdersListColumns | ColumnChooser[] |
DeliveredListColumns | ColumnChooser[] |
LostListColumns | ColumnChooser[] |
CancelledListColumns | ColumnChooser[] |
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
OverallAnalysisYearMap—Pams/Web/Pams.Web/Client/app/components/dashboard/_principalReport/principal-report.component.ts:1
Was this page helpful?