Back to Home

Aging Inventory Report

Table of Contents

Overview

  1. Ability to view Intake Forms' flow in Open or Closed Inventory Stages
  2. Ability to check multiple Inspection Types from checkbox list
  3. Ability to sort by any column
  4. Ability to sort by Start and End Date within 30 day date range in Closed Inventory.

Bootsrap styling used to create dropdown to select multiple checklists.

Capture.JPG

Open Inventory

Description: Stages shown from "New" to "ReCheck"

Calculations: Not including holidays and weekends.

Open Inventory Tab Image Capture.JPG

Closed Inventory

Description:

Calculations: Not including holidays and weekends.

Closed Inventory Tab Image Capture.JPG

Stored Procedure

Views and Functions

Tables

Additional Information

TransactionEffectiveDate is coming from the feed in Core_CEM dbo.CEM_IntakeForm, column CASE_EF_DT GSO (Group Sales Office) column will come from Verint. Placeholder for now.

##

FieldTypeNo is Count Type (LookUpCategory = Count)

SELECT * FROM smart.p11_CodeList WHERE LookupCategory = 'Count'

Below example is selecting the FieldTypeNo's 6,8

SELECT [Count]
FROM smart.p11_IntakeForm_Count
WHERE UniqueInstanceNo = a.UniqueInstanceNo
    AND FieldTypeNo IN (6,8) AND Deleted = 0) AS DocumentCount