|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.print.ReportCtl
public class ReportCtl
Report Controller.
| Method Summary | |
|---|---|
static ReportEngine |
start(Ctx ctx,
ProcessInfo pi,
boolean IsDirectPrint)
Create Report. |
static ReportEngine |
startCheckPrint(Ctx ctx,
int C_Payment_ID,
boolean IsDirectPrint)
Start Check Print. |
static ReportEngine |
startDocumentPrint(Ctx ctx,
int type,
int Record_ID,
boolean IsDirectPrint)
Start Document Print for Type. |
static ReportEngine |
startFinReport(Ctx ctx,
ProcessInfo pi)
Start Financial Report. |
static ReportEngine |
startStandardReport(Ctx ctx,
ProcessInfo pi,
boolean IsDirectPrint)
Start Standard Report |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ReportEngine start(Ctx ctx,
ProcessInfo pi,
boolean IsDirectPrint)
pi - process infoIsDirectPrint - if true, prints directly - otherwise View
public static ReportEngine startStandardReport(Ctx ctx,
ProcessInfo pi,
boolean IsDirectPrint)
pi - Process InfoIsDirectPrint - if true, prints directly - otherwise View
public static ReportEngine startFinReport(Ctx ctx,
ProcessInfo pi)
pi - Process Info
public static ReportEngine startDocumentPrint(Ctx ctx,
int type,
int Record_ID,
boolean IsDirectPrint)
type - document type in ReportEngineRecord_ID - idIsDirectPrint - if true, prints directly - otherwise View
public static ReportEngine startCheckPrint(Ctx ctx,
int C_Payment_ID,
boolean IsDirectPrint)
C_Payment_ID - PaymentIsDirectPrint - if true, prints directly - otherwise View
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||