Skip to main content
Skip table of contents

Product Monthly Utilization Report, Asset Utilization Report, and Asset Info View Report

Reference No: R2-7777

Version No: 06.00.04-00

Details

Support for the following three new custom reports has been provided to display the utilization and statistics of a Product on monthly basis, the utilization and statistics of Assets along with the information of the Assets from the Reports module.

The details are explained in the sample workflow given below:

Product Monthly Utilization Report

Prerequisites

Perform the following the steps:

  1. Select the Maintenance module.

  2. Edit the existing Serial Item [JBL DUAT] by selecting the Statistics check box and tagging the Report [AUX] and Department [AUDIO], as shown in Figure 1.0.

JBLDUATProductUtilizationReportR27777.png

Figure 1.0 Statistics check box selected in the Serial Item [JBL DUAT]

  1. Click OK.

  2. Save and Exit the Maintenance module.

  3. Select the Configuration module > Configure Reports button. The Report Assistant Configuration window is displayed. Configure the Report Definition as follows:

  • REP_PRODUCTMONTHLYUTILISATION  with the Category PRODUCT

    • REP_ASSETUTILISATIONVIEW  with the Category ASSET

    • REP_ASSETINFOVIEW with the Category ASSET

  1. Exit the Configuration module.

  2. Relaunch the R2 application.

Sample Workflow

  1. Select the Account module > tag the company [JBL].

  2. Create a Rental Reservation Order [ORD-80] for the duration of 10 days with the Start Date [10-July-2019] and End Date [20-July-2019].

  3. Select the Dates tab > Edit Dates button.

  4. Enter the Load In Date [11-July-2019] and Pickup Date [19-July-2019], as shown in Figure 2.0.

  5. Search and add the Serial Item [JBL DUAT] with the Qty [1] and Unit Price [100.00], as shown in Figure 2.0.

ORD80ProductMonthlyUtilisationR27777.png

Figure 2.0 Rental Reservation Order [ORD-80]

  1. Fill and Ship the first Serial Item [JBL DUAT] with the Asset [JBL DUAT#01].

  2. Search and add another Qty of Serial Item [JBL DUAT] with the Unit Price [100.00].

  3. Perform a right-click > Assign > Sub-Rental > User Assign > Use Existing Purchase Orders > OK.

  4. Tag to the existing Purchase Order [ID323001] and release the Purchase Order [ID323001]. The Item [JBL DUAT] Status is displayed as S-Assign, as shown in Figure 2.1.

ORD80ProductMonthlyUtilisation2R27777.png

Figure 2.1 Serial Item [JBL DUAT] in S-Assign Status

  1. Click the Done icon to Invoice the Order [ORD-80]. The Invoice [INV-15] is generated.

  2. Select the Account module > tag the company [JBL].

  3. Click the WorkOrder icon and create a Service Work Order [SWO-17].

  4. Select the Equipment tab and tag the Asset ID / Product ID [JBL DUAT#03], as shown in Figure 2.2.

SWO17R27777.png

Figure 2.2 Service Work Order [SOW-17]

  1. In the Information tab, tag the Start Date [15-July-2019].

  2. Save and  exit the Service Work Order  [SWO-17].

  3. Connect to the R2 schema and execute the below Statistics program by entering the Serial Item [JBL DUAT], as shown below:

Program format
exec AssetUtilizationStatistics_Pkb.AssetUtilizationStatistics(ProductID, StartDateCount , EndDateCount);

Parameter Details
The Parameter details are as follows:

  • Product ID is the ID of the Item or the Product

  • StartDateCount And EndDateCount is the Statistics Period. By default it will run for past 90 days and future 90 days with respect  to the current day.

  • Sample Execution

The Sample Execution can be executed for a Single Product or All the Products, as follows:

  • Single Product

Run the below Asset Utilization Statistics program if you want to execute for a single product with a certain duration.

exec AssetUtilizationStatistics_Pkb.AssetUtilizationStatistics(‘ProductID’, 60,60);

 where the Product ID is the ID of the Item or the Product and 60 is the days with respect  to the current day.

  •  All Products

exec AssetUtilizationStatistics_Pkb.AssetUtilizationStatistics;

By default, the above program is used to execute all the products for past 90 days and future 90 days with respect to the current day.

All Products with defined duration

Run the below program to execute all the products for certain duration with respect to the current day.

exec AssetUtilizationStatistics_Pkb.AssetUtilizationStatistics(null, 60,60);

NOTE: Set the Windows Scheduler to run the batch file comprising the above mentioned commands as required on daily basis, when no users are logged in.

  1. Select the Reports module. The Reports Generator window is displayed.

  2. Select the File menu > Custom Reports option. The Report Assistant - Reports Menu window is displayed.

  3. Select the Category [PRODUCT] with the Reports [REP_PRODUCTMONTHLYUTILISATION].

  4. Select the Data To Grid check box and click Run.

  5. The REP_PRODUCTMONTHLYUTILISATION Filter with the chosen filters DEPARTMENT and SKU is displayed, as shown in Figure 2.3.

  6. Choose the filters for the DEPARTMENT [AUDIO] and SKU [JBL DUAT], as shown in Figure 2.3.

ReportRep_ProductMonthlyUtilisationR27777.png

Figure 2.3 Report Assistant - Reports Menu window > Run > REP_PRODUCTMONTHLYUTILISATION Filter

  1. Click OK.

  2. The Report [REP_PRODUCTMONTHLYUTILISATION] gets printed to the Grid, as shown in Figure 2.4.

ReportRep_ProductMonthlyUtilisation2R27777.png

Figure 2.4 REP_PRODUCTMONTHLYUTILISATION

  1. Click Excel button to export the Report [REP_PRODUCTMONTHLYUTILISATION], as shown in Figure 2.5.

REP_PRODUCTMONTHLYUTILISATIONR27777.png

Figure 2.5 Report [REP_PRODUCTMONTHLYUTILISATION]

  1. The Report [REP_PRODUCTMONTHLYUTILISATION] comprises of the following fields, as given in Table 1.0.

Table 1.0 REP_PRODUCTMONTHLYUTILISATION Column Details

Column Name

 Description

YEAR

This column displays the Year.

OUTDAYS

This column displays the total number of Out Days from the Load In Date to the Pickup Date.

REVENUE

This column displays the total  Revenue generated for the Item [JBL DUAT].

NOTE: The value in the Revenue column is displayed only when the Order is Invoiced.

CHARGEDAYS

This column displays the Item's total Charge Days from the Invoice.

NOTE: The value in the Charge Days column is displayed only when the Order is Invoiced.

FIRSTDAYOFMONTH

This column displays the first day of the month.

TRANSITDAYS

This column displays the Item's total number of transit days considered from the Order line's Ship Date to Load In Date and Pickup Date to Return Date.

MONTH

This column displays the name of the Month.

SUBRENTOUTDAY

This column displays the Item's total number of Sub Rent Out days considered from the Order line's Load In Date to Pickup Date for the Item is Sub-Rent Status.

MAINTENANCEDAY

This column displays the total number of days in Service considered from Scheduled Date and End Date from the Service Work Order.

SUBRENTREVENUE

This column displays the Total Sub Rent  Revenue generated for the Item [JBL DUAT] in Status [Sub-Rent].

NOTE: The value in the Revenue column is displayed only when the Order is Invoiced.

ESTIMATEDOUTQTY

This column displays the Cumulative Stock for the month in which the report is generated.  

SUBRENTCHARGEDAY

This column displays the Total Charge Days for the Item [JBL DUAT] from the Invoice for Sub Rent Status.

SUBRENTTRANSITDAY

This column displays the total number of Sub Rent Transit days considered from the Order line's Ship Date to Load In Date and Pickup Date to Return Date.

SKU

This column displays the Name of the Product ID.

DEPARTMENT

This column displays the Department ID [AUDIO] from Item.

REPORTGROUP

This column displays the Report Group [AUX]  from Item.

SITENAME

This column displays the Site Name [San Francisco].

DESCRIPTION

This column displays the Item Description.

 

  1. Exit the Report [REP_PRODUCTMONTHLYUTILISATION].

Asset Utilization View Report

  1. Use the above Sample workflow to generate the Report [REP_ASSETUTILISATIONVIEW].

  2. Connect to the R2 schema and execute the below Statistics program by entering the Serial Item [JBL DUAT], as shown below:

Program format
exec AssetUtilizationStatistics_Pkb.AssetUtilizationStatistics(ProductID, StartDateCount , EndDateCount);

Parameter Details
The Parameter details are as follows:

  • Product ID is the ID of the Item or the Product

  • StartDateCount And EndDateCount is the Statistics Period. By default it will run for past 90 days and future 90 days with respect  to the current day.

  • Sample Execution

The Sample Execution can be executed for a Single Product or All the Products, as follows:

  • Single Product

Run the below Asset Utilization Statistics program if you want to execute for a single product with a certain duration.

exec AssetUtilizationStatistics_Pkb.AssetUtilizationStatistics(‘ProductID’, 60,60);

 where the Product ID is the ID of the Item or the Product and 60 is the days with respect  to the current day.

  •  All Products

exec AssetUtilizationStatistics_Pkb.AssetUtilizationStatistics;

By default, the above program is used to execute all the products for past 90 days and future 90 days with respect to the current day.

All Products with defined duration

Run the below program to execute all the products for certain duration with respect to the current day.

exec AssetUtilizationStatistics_Pkb.AssetUtilizationStatistics(null, 60,60);

NOTE: Set the Windows Scheduler to run the batch file comprising the above mentioned commands as required on daily basis, when no users are logged in.

  1. Select the Reports module. The Reports Generator window is displayed.

  2. Select the File menu > Custom Reports option. The Report Assistant - Reports Menu window is displayed.

  3. Select the Category [PRODUCT] with the Report [REP_ASSETUTILISATIONVIEW].

  4. Select the Data To Grid check box and click Run.

  5. The REP_ASSETUTILISATIONVIEW Filter with the chosen filters DEPARTMENT and ASSETID is displayed, as shown in Figure 3.0.

  6. Choose the filters for the SKU [JBL DUAT#01] and DEPARTMENT [AUDIO] , as shown in Figure 3.0.

ReportRep_AssetUtilisationR27777.png

Figure 3.0 Report Assistant - Reports Menu window > Run > REP_ASSETUTILISATIONVIEW Filter

  1. Click OK.

  2. The Report [REP_ASSETUTILISATIONVIEW] gets printed to the Grid, as shown in Figure 3.1.

JBLDUAT01REP_ASSETUTILISATIONVIEWR27777.png

Figure 3.1 REP_ASSETUTILISATIONVIEW

  1. Click Excel button to export the Report [REP_ASSETUTILISATIONVIEW], as shown in Figure 3.2.

REP_ASSETUTILISATIONVIEWReportR27777.png

Figure 3.2 Report [REP_ASSETUTILISATIONVIEW]

  1. The Report [REP_ASSETUTILISATIONVIEW] comprises of the following fields, as given in Table 2.0.

Table 2.0 REP_ASSETUTILISATIONVIEWColumn Details

Column Name

 Description

ASSETID

This column displays the Name of the Asset [JBL DUAT#01].

ASSETREVENUE

This column displays the Revenue generated for the Asset [JBL DUAT#01].

NOTE: The value in the Revenue column is displayed only when the Order is Invoiced.

CHARGEDAYS

This column displays the Asset's Charge Days.

NOTE: The value in the Charge Days column is displayed only when the Order is Invoiced.

DEPARTMENT

This column displays the Department ID [AUDIO] for the Item.

MAINTENANCEDAY

This column displays the total number of days in the Service considered  from Scheduled Date to End Date from the Service Work Order.

OUTDAYS

This column displays the Total number of Out Days considered from the Order line's Load In Date to the Pickup Date.

PRODUCTDESCRIPTION

This column displays the Item Description.

PRODUCTID

This column displays the Product ID.

REPORTGROUP

This column displays the Report Group [AUX]  for the Item.

SITEID

This column displays the Site ID [SANFRANCISCO].

SITENAME

This column displays the Site Name [San Francisco].

TRANSACTIONDATE

This column displays the days of the selected report duration.

TRANSITDAYS

This column displays the total number of days in Transit considered from the Order line's Ship Date to Load In Date and Pickup Date to Return Date.

 

  1. Exit the Report [REP_ASSETUTILISATIONVIEW].

Asset Info View Report

Prerequisites

Perform the following the steps:

  1. Select the Maintenance module.

  2. Edit the existing Serial Item's Asset [JBL DUAT#01] by providing the MFG Serial# [JBLDUAT#01], Shelf [JBLDUATSHELF#1], and Bin Number [JBLDUATBIN#1], as shown in Figure 4.0.

JBLDUAT01Rep_AssetInfoViewR27777.png

Figure 4.0 Edit the Serial Item's Asset [JBL DUAT#01] by providing the MFG Serial# [JBLDUAT#01], Shelf [JBLDUATSHELF#1], and Bin Number [JBLDUATBIN#1]

  1. Click OK.

  2. Save and Exit the Maintenance module.

Sample Workflow

  1. Select the Reports module. The Reports Generator window is displayed.

  2. Select the File menu > Custom Reports option. The Report Assistant - Reports Menu window is displayed.

  3. Select the Category [PRODUCT] with the Report [REP_ASSETINFOVIEW].

  4. Select the Data To Grid check box and click Run.

  5. The REP_ASSETINFOVIEW Filter with the chosen filters DEPARTMENT and ASSETID is displayed, as shown in Figure 5.0.

  6. Choose the filters for the SKU [JBL DUAT#01] and DEPARTMENT [AUDIO] , as shown in Figure 5.0.

ReportRep_AssetInfoViewR27777.png

Figure 5.0 Report Assistant - Reports Menu window > Run > REP_ASSETUTILISATIONVIEW Filter

  1. Click OK.

  2. The Report [REP_ASSETINFOVIEW] gets printed to the Grid, as shown in Figure 5.1.

JBLDUAT01REP_ASSETInfoVIEW2R27777.png

Figure 5.1 REP_ASSETINFOVIEW

  1. Click Excel button to export the Report [REP_ASSETINFOVIEW], as shown in Figure 5.2.

REP_ASSETInfoVIEWReport3R27777.png

Figure 5.2 Report [REP_ASSETINFOVIEW]

  1. The Report [REP_ASSETUTILISATIONVIEW] comprises of the following fields, as given in Table 3.0.

Table 3.0 REP_ASSETINFOVIEW Column Details

Column Name

 Description

ASSETBINNUMBER

This column displays the Asset's Bin Number [JBLDUATBIN#1].

ASSETID

This column displays the Name of the Asset ID [JBL DUAT#01].

ASSETMFGSERIALNUM

This column displays the Asset's Manufacturing Serial Number [JBLDUAT#01].

ASSETSHELFLOCATION

This column displays the Asset's Shelf Location Number [JBLDUATSHELF].

DEPARTMENT

This column displays the Department ID [AUDIO] for the Item.

PRODUCTDESCRIPTION

This column displays the Item Description.

PRODUCTID

This column displays the Product ID.

REPORTGROUP

This column displays the Report Group [AUX] for the Item.

SITEID

This column displays the Site ID [SANFRANCISCO].

SITENAME

This column displays the Site Name [San Francisco].

 

  1. Exit the Report [REP_ASSETINFOVIEW].

Points to Note:

  1. The above workflow is applicable for the Non-Serial Items also.

  2. The Quote Order is not considered for Utilization.

  3. If the Load In date is blank, then the Ship date is considered, and if the Pickup date is blank, then the Return date is considered.
    On the same day, in the Order line, the Transit day and Out day is applied, then any one of the days that is greater than the other [either the Transit day or the Out day] is considered. If both Transit day and Out day are in the same duration, then that day is considered as Out.

  4. If the line status is Assign Later [Transfer, Purchase, Sub Rent], Not available, and Mark as Deleted the Order lines Transit and Out day is not considered in Rep_ProductMonthlyUtilisationView Utilization report, if the Invoice is generated for these lines, then the Revenue and Charge Days will be considered.

  5. Estimate Work Order: The Estimate Work Order is not considered for Maintenance day.

  6. Billing Order: The Product Revenue is considered for the Billing Order. If any new lines are added to the Billing Order but not synchronized then the Revenue, Transit days, and Out days will be considered from the same Order.

  7. Operational Order: The Transit day and Out days are considered for the Operational Order. If any new lines are added to the Operational Order but not synchronized then the Revenue, Transit days, and Out days will be considered from the same Order.

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.