Purchase Manager

The LN Purchase Manager homepage enables you to view banner widget and regular widgets. You can view the information related to the purchase based on the data available in Infor LN for the selected company and can also configure the widgets.

Note: The Context Selection widget settings are saved in the local storage of browser if they are saved in the current browser. If users extracts widgets from incognito mode, other browsers or different systems, only the default settings are retrieved instead of saved settings.
These LN widgets are included on the LN Purchase Manager homepage:
Selection widget for Purchase manager
This banner widget is used to set the filters to view the required data for a specific period.
Average Order Value
This banner widget is used to calculate the total amount of purchases in a specific period.
Supplier Contacts Widget
This widget is used to view the list of Business partners and related contacts.
RFQ Responses Widget
This widget is used to view the list of RFQs (Request for Quotation) and the bidders.
Orders Widget for Purchase
This widget is used to view the purchase order in the donut chart format.
Contracts Widget for Purchase Manager
This widget is used to view the open purchase contract in the donut chart format.
Supplier Rating
This widget is used to view the list of suppliers and the items produced by each supplier.

You can also view the business process widgets such as Task List and Alert List. You can access the bookmarks from the Links widget.

By default, all the widgets retrieve data from the Purchase User Profiles (tdpur0143m000) session in Infor LN.

The Selection widget viewed in the banner can be used to configure the fields of the LN widgets. You must click the Apply option after selecting the required values.

You can configure each widget on the homepage separately by selecting the Configure Widget screen from the respective widget.
Note: 

The message type in the other widgets must be in the “inforLNPurchaseContextSelection” + <Page ID> format to receive the message sent from the Selection widget.

The Selection widget sends the below format message to other widgets:
{
			context: "purchase",
			details: {
				financialCompany: string,
				logisticCompany: string,
				site: string,
				purchaseOffice: string,
				buyer: string,
				supplier: string,
				period: IPeriod,
				isSiteActive: boolean
			}
		}
IPeriod {
display: string;
	value: string;
	}