Audit Summary Window

The purpose of this lesson is to teach a successful go-live strategy called Audit Summaries.

Definition

An audit summary window is an iDempiere window that helps you quickly identify and resolve instances of all known issues.

Examples Issues

There are many many ways to create invalid or inaccurate data in an ERP system. There are times when you know a specific situation will lead to errors. the Audit Summary Window make is easy to catch all known issues in a single place. Here are some example of errors/issues:

Suggestions and Instructions

  1. Install the Audit (Go-Live) Summary window via the iDempiere Plug-In located in the apps folder of my iDempiere installer script bitbucket project.
  2. As you create new tabs, set the TabLevel = 0. This means there is no parent child relationship between all the tabs.
  3. Each new tab created will be backed by a view. The view should begin with "ChuBoe_Audit" and end with "_V". Feel free to replace "ChuBoe" with your company's call sign.
  4. Each view must have the iDempiere required fields of AD_Client_ID, AD_Org_ID, Created, CreatedBY, Updated, UpdatedBy.
  5. Set the tab's "Single Row Layout" field to false or un-checked. This helps make the data easier to read.
  6. Set the tab's "Insert Record" field to false or un-checked. This ensure you do not get an error when you show a tab with no results.
  7. Do not be afraid to union different issues in the same view. If you find 5 different issues that can happen for the BP record, update append your current view to include a different check with a different "AuditText" value describing the different issue.
  8. You can include context in the Audit Text - as demonstrated in the sample tab.

Video Demonstration

  1. Install the Plug In
  2. Create failing BP record
  3. Extend the current view to another BP test
  4. Create view for Products
  5. Add views to actual BP and Product windows