Package com.portal.app.cc
Class PViewInvoice
java.lang.Object
com.portal.app.cc.PViewInvoice
displays invoice
xxx work in progress
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
displayInvoice
(PModelHandle acctMH, PModelHandle billMH) Static function to put up the invoice viewer dialog
-
Constructor Details
-
PViewInvoice
public PViewInvoice()
-
-
Method Details
-
displayInvoice
Static function to put up the invoice viewer dialog- Parameters:
acctMH
- acct model handle for the invoicebillMH
- bill Model handle for invoice to be displayed
-