Creating a Report & Process to View all Requests, Updates, and History

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

The goal here is to create an interactive report that lets users enter some parameters and see all Request activity (Requests, Request Updates, Request History) that matches the selected parameters.


High level Overview:

  • Create a View in the Database that grabs all information from all related tables
  • Create a table (flagged as a View) in Adempiere AD
  • Create a ReportView in Adempiere AD
  • Create a Print Format for the new Report
  • Create a Report & Process in Adempiere AD with the filter parameters, pointing to the Table, Report View, and Print Format
  • Create a menu that points to the Report & Process