Overview

The objective of this module is to implement Dashboard for Vendor Management.

Vendor Management

Onclick of "Vendor Mgmt" link it will display Vendor Summary dashboard.

This Vendor Summary Dashboard contains Top Data Cards and Graph View for the below Vendor Data Points.

  • New Vendor to be Enabled
  • Enabled Vendors
  • Disabled Vendors
  • Vendor due for Renewal
  • BlackList Vendor
  • Barred Vendor

Onclick of any "Graph Bar" it will display it's related perticular data.

Here we used two buttons Chart View and Search

  • Chart View: Onclick of this "Chart View" button we can see the data points in chart view.

  • Search: Onclick of this "Search" button pop-up will open, here user needs to give some inputs to get the perticular details.

  • Scope of this requirement is to provide additional fields “Category” & “Sub-Category” for the COT in Vendor Mgmt & Vendor Search.

  • On Category selection → Load Subcategory data. (getSubCategoryData Api used)

  • On Subcategory selection → Load COT data. (getCotData Api used)

  • This functionality is already implemented in your v-form-model.js, specifically inside the evtChangeDropdown() method

  • if user unselects the category field then subcategory and cot dropdown data gets empty.