📄 reportlist.ftl
字号:
<#--
* Copyright (c) 2003 The Open For Business Project - www.ofbiz.org
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included
* in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
* OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*@author Andy Zeneski (jaz@ofbiz.org)
*@version $Revision: 1.1 $
*@since 2.2
-->
<div class='tabletext'>NOTE: These report are for demonstration purposes only.
They use the JasperReports reporting tool. They have not been polished yet, but
they are good examples of creating detailed reports that you have a lot of
control over. special thanks for Britton LaRoche for creating the first pass of
these reports and helping to improve them.</div>
<br>
<FORM METHOD="post" NAME="orderreportform" ACTION="<@ofbizUrl>/orderreportjasper.pdf</@ofbizUrl>" TARGET="OrderReport">
<Table>
<TR>
<TD><div class="tableheadtext">From Date:</div></td>
<td><INPUT TYPE="TEXT" NAME="fromDate" TABINDEX="10" SIZE="22" MAXLENGTH="25" ALIGN="MIDDLE">
<A TABINDEX="10" TARGET="_self" HREF="javascript:call_cal(document.orderreportform.fromDate, '${fromStr}');" onfocus="checkForChanges = true;" onblur="checkForChanges = true;">
<IMG SRC='/images/cal.gif' WIDTH='16' HEIGHT='16' BORDER='0' ALT='Click here For Calendar'>
</A>
</TD>
</TR>
<TR>
<TD><div class="tableheadtext">To Date:</div></td>
<td><INPUT TYPE="TEXT" NAME="toDate" TABINDEX="12" SIZE="22" MAXLENGTH="25" ALIGN="MIDDLE">
<A TABINDEX="12" TARGET="_self" HREF="javascript:call_cal(document.orderreportform.toDate, '${toStr}');" onfocus="checkForChanges = true;" onblur="checkForChanges = true;">
<IMG SRC='/images/cal.gif' WIDTH='16' HEIGHT='16' BORDER='0' ALT='Click here For Calendar'>
</A>
</TD>
</TR>
<#--
<tr>
<td><div class="tableheadtext">Report:</div></td>
<td>
<SELECT NAME="groupName" tabindex="14" CLASS="stateSelectBox">
<OPTION VALUE="orderStatus"></OPTION>
<OPTION VALUE="orderStatus">Orders by Order Status</OPTION>
<OPTION VALUE="ship">Orders by Ship Method</OPTION>
<OPTION VALUE="payment">Orders by Payment Method</OPTION>
<OPTION VALUE="adjustment">Order Items by Adjustment</OPTION>
<OPTION VALUE="itemStatus">Order Items by Status</OPTION>
<OPTION VALUE="product">Order Items by Product</OPTION>
</SELECT>
</td>
</tr>
-->
</table>
<INPUT TYPE="submit" TABINDEX="16" CLASS="button" NAME="GoReport" VALUE="Order Report">
</form>
<FORM METHOD="post" NAME="itemreportform" ACTION="<@ofbizUrl>/orderitemreportjasper.pdf</@ofbizUrl>" TARGET="OrderReport">
<Table>
<TR>
<TD><div class="tableheadtext">From Date:</div></td>
<td><INPUT TYPE="TEXT" NAME="fromDate" TABINDEX="10" SIZE="22" MAXLENGTH="25" ALIGN="MIDDLE">
<A TABINDEX="10" TARGET="_self" HREF="javascript:call_cal(document.itemreportform.fromDate, '${fromStr}');" onfocus="checkForChanges = true;" onblur="checkForChanges = true;">
<IMG SRC='/images/cal.gif' WIDTH='16' HEIGHT='16' BORDER='0' ALT='Click here For Calendar'>
</A>
</TD>
</TR>
<TR>
<TD><div class="tableheadtext">To Date:</div></td>
<td><INPUT TYPE="TEXT" NAME="toDate" TABINDEX="12" SIZE="22" MAXLENGTH="25" ALIGN="MIDDLE">
<A TABINDEX="12" TARGET="_self" HREF="javascript:call_cal(document.itemreportform.toDate, '${toStr}');" onfocus="checkForChanges = true;" onblur="checkForChanges = true;">
<IMG SRC='/images/cal.gif' WIDTH='16' HEIGHT='16' BORDER='0' ALT='Click here For Calendar'>
</A>
</TD>
</TR>
<#--
<tr>
<td><div class="tableheadtext">Report:</div></td>
<td>
<SELECT NAME="groupName" tabindex="14" CLASS="stateSelectBox">
<OPTION VALUE="orderStatus"></OPTION>
<OPTION VALUE="orderStatus">Orders by Order Status</OPTION>
<OPTION VALUE="ship">Orders by Ship Method</OPTION>
<OPTION VALUE="payment">Orders by Payment Method</OPTION>
<OPTION VALUE="adjustment">Order Items by Adjustment</OPTION>
<OPTION VALUE="itemStatus">Order Items by Status</OPTION>
<OPTION VALUE="product">Order Items by Product</OPTION>
</SELECT>
</td>
</tr>
-->
</table>
<INPUT TYPE="submit" TABINDEX="16" CLASS="button" NAME="GoReport" VALUE="Item Report">
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -