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.
- 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.
The message type in the other widgets must be in the
“inforLNPurchaseContextSelection” + <Page ID>
format to receive the
message sent from the Selection widget.
{
context: "purchase",
details: {
financialCompany: string,
logisticCompany: string,
site: string,
purchaseOffice: string,
buyer: string,
supplier: string,
period: IPeriod,
isSiteActive: boolean
}
}
IPeriod {
display: string;
value: string;
}