Package org.compiere.print


package org.compiere.print
Provide interface and classes for iDempiere reporting engine.
  • Class
    Description
    Archive Engine.
    Based on Settings on Client Level.
    Paper Configuration Model Change log: 2009-02-10 - armen - [ 2580531 ] Custom Paper Support - https://sourceforge.net/p/adempiere/feature-requests/655/
    Data Engine.
    Creates SQL and loads data into PrintData (including totals/etc).
    Drill Report Controller
    Extension interface for HTML report
    Listener interface for ReportEngineEvent
    Print Color Model for AD_PrintColor
    Print Font Model for AD_PrintFont
    AD_PrintFormat - Print Format Model.
    Print Format Item Model.
    MPrintFormat Process.
    Create new print format by copying from existing print format or from Table.
    Called when pressing the Copy/Create button in Window Print Format.
    Deprecated.
    not fully implemented
    AD_PrintPaper Print Paper Model
    Table Print Format
    Print Data Structure.
    Created by DataEngine.
    A Structure has rows, which contain elements.
    Elements can be end nodes (PrintDataElements) or data structures (PrintData).
    The row data is sparse - i.e. null if not existing.
    A Structure has optional meta info about content (PrintDataColumn).
    Print Data Column.
    Print Data Element
    Print Data Function (Sum, Count, Average, etc) Node
    Group By Management
    SAX Handler for parsing PrintData
    Print Format Utilities.
    - Add Missing Columns for all Print Format.
    Print Utilities
    Report Controller.
    Report Engine.
    For a given PrintFormat, create a Report.
    Report engine event
    Report viewer provider interface
    Static method for running of report at server side