Journal Entries |
Top Previous Next |
Administrators can upload Journal Entry reports in the Manage Global Attachments page.
Customized JE Reports (je1.xsl)
Configurable JE Reports (ouputjesbase.xsl) -
Note: Configurable JE reports are available only in versions 6.1 or higher.
You also need to upload a configurable menu item for each configurable report so that a link displays on the menu. The format for each link is:
<MenuItem order="(a number)" name="(name of the report)" link="tswReport.jsp?reportstr=(reportstring)& stylesheet=(the code of the appropriate stylesheet)" />
Example: <MenuItem order="12" name="Output JE - Base (Unit Detail)" link="tswReport.jsp?reportstr=r1465000000&stylesheet=outputjesbase" />
|