Users can view an image of any bill that is sent to a taxpayer on Bill - Main if you set up the following:
Plug-in an Online Bill Display construction algorithm on the Installation Record.
Plug-in the appropriate bill extract algorithm on each Bill Route Type.
The system provides algorithms that interact with bill print software that renders an image of the bill in a PDF. The following points describe what takes place when clicking Display Bill when these sample algorithms are used.
The sample Online Bill Display algorithm ONLN-BL-DSP is executed.
This algorithm calls the bill extract algorithm for an appropriate bill route type (as determined by the algorithm). The sample bill extract algorithm BLEX-EX constructs the information that appears on the bill and returns it to the Online Bill Display algorithm. This algorithm, in turn, passes it to your bill print software.
Your bill print software renders an image of the bill in a PDF and returns it to the Online Bill Display algorithm.
And finally, the system displays the PDF in a separate browser session. Note that the client must have Adobe Acrobat Reader installed to view PDF files.
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.