📄 findinventoryeventplan.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 Malin Nicolas (nicolas@ptimalin.net) *@version $Rev: 7126 $ *@since 3.0--><script language="JavaScript" type="text/javascript"><!-- //function lookupInventory() { document.lookupinventory.submit();}// --></script><form method="post" name="lookupinventory" action="<@ofbizUrl>FindInventoryEventPlan</@ofbizUrl>"><input type="hidden" name="lookupFlag" value="Y"/><input type="hidden" name="hideFields" value="Y"/><table border="0" width='100%' cellspacing='0' cellpadding='0' class='boxoutside'> <tr> <td width='100%'> <table width='100%' border='0' cellspacing='0' cellpadding='0' class='boxtop'> <tr> <td><div class='boxhead'></div></td> <td align='right'> <div class="tabletext"> <#if requestParameters.hideFields?default("N") == "Y"> <a href="<@ofbizUrl>FindInventoryEventPlan?hideFields=N${paramList}</@ofbizUrl>" class="submenutextright">${uiLabelMap.CommonShowLookupFields}</a> <#else> <#if inventoryList?exists> <a href="<@ofbizUrl>FindInventoryEventPlan?hideFields=Y${paramList}</@ofbizUrl>" class="submenutext">${uiLabelMap.CommonHideFields}</a> </#if> <a href="javascript:lookupInventory();" class="submenutextright">${uiLabelMap.CommonLookup}</a> </#if> </div> </td> </tr> </table> <#if requestParameters.hideFields?default("N") != "Y"> <table width='100%' border='0' cellspacing='0' cellpadding='2' class='boxbottom'> <tr> <td align='center' width='100%'> <table border='0' cellspacing='0' cellpadding='2'> <tr> <td width='20%' align='right'><div class='tableheadtext'>${uiLabelMap.ManufacturingProductId}:</div></td> <td width='5%'> </td> <td> <input type='text' size='25' class='inputBox' name='productId' value='${requestParameters.productId?if_exists}'/> <span class='tabletext'> <a href="javascript:call_fieldlookup3(document.lookupinventory.productId,document.lookupinventory.productId_description,'LookupProduct');"> <img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/> </a> </span> <input type='text' size='25' readonly class='inputBox' name='productId_description' value=''/> </td> </tr> <tr> <td width='20%' align='right'><div class='tableheadtext'>${uiLabelMap.CommonFromDate}:</div></td> <td width='5%'> </td> <td> <input type='text' size='25' class='inputBox' name='eventDate' value='${requestParameters.eventDate?if_exists}'/> <a href="javascript:call_cal(document.lookupinventory.eventDate,'');"> <img src='/images/cal.gif' width='16' height='16' border='0' alt='Calendar'/> </a> </td> </tr> <tr> <td width="25%" align="center" valign="top"> <td width="5"> </td> <td width="75%"> <a href="javascript:lookupInventory();" class="smallSubmit"> ${uiLabelMap.CommonLookup} </a></td> </tr> </table> </td> </tr> </table> </#if> </td> </tr></table></form><#if requestParameters.hideFields?default("N") != "Y"><script language="JavaScript" type="text/javascript"><!--//document.lookupinventory.productId.focus();//--></script></#if><#if requestParameters.lookupFlag?default("N") == "Y"><br/><table border="0" width='100%' cellspacing='0' cellpadding='0' class='boxoutside'> <tr> <td width='100%'> <#if inventoryList?exists> <#if 0 < inventoryList?size> <#assign rowClass = "viewManyTR2"> <table width='100%' border='0' cellspacing='0' cellpadding='0' class='boxtop'> <tr> <td width="50%"><div class="boxhead">${uiLabelMap.CommonElementsFound}</div></td> <td width="50%"> <div class="boxhead" align="right"> <#if 0 < viewIndex> <a href="<@ofbizUrl>FindInventoryEventPlan?VIEW_SIZE=${viewSize}&VIEW_INDEX=${viewIndex-1}&hideFields=${requestParameters.hideFields?default("N")}${paramList}</@ofbizUrl>" class="submenutext">${uiLabelMap.CommonPrevious}</a> <#else> <span class="submenutextdisabled">${uiLabelMap.CommonPrevious}</span> </#if> <#if 0 < listSize> <span class="submenutextinfo">${lowIndex+1} - ${highIndex} ${uiLabelMap.CommonOf} ${listSize}</span> </#if> <#if highIndex < listSize> <a href="<@ofbizUrl>FindInventoryEventPlan?VIEW_SIZE=${viewSize}&VIEW_INDEX=${viewIndex+1}&hideFields=${requestParameters.hideFields?default("N")}${paramList}</@ofbizUrl>" class="submenutextright">${uiLabelMap.CommonNext}</a> <#else> <span class="submenutextrightdisabled">${uiLabelMap.CommonNext}</span> </#if> </div> </td> </tr> </table> <table width='100%' border='0' cellspacing='0' cellpadding='2' class='boxbottom'> <tr> <td align="left"><div class="tableheadtext">${uiLabelMap.CommonDescription}</div></td> <td align="left"><div class="tableheadtext">${uiLabelMap.CommonEventDate}</div></td> <td align="center"> </td> <td align="right"><div class="tableheadtext">${uiLabelMap.CommonQuantity}</div></td> <td align="right"><div class="tableheadtext">${uiLabelMap.ManufacturingTotalQuantity}</div></td> </tr> <tr> <td colspan='7'><hr class='sepbar'> </td> </tr> <#assign count = lowIndex> <#assign countProd = 0> <#assign productTmp = ""> <#list inventoryList[lowIndex..highIndex-1] as inven> <#assign product = inven.getRelatedOne("Product")> <#if ! product.equals( productTmp )> <tr bgcolor="lightblue"> <td colspan='4' align="left"> <div class='tabletext'><b>     [${inven.productId}] / ${product.productName?if_exists}</b></div> </td> <td colspan='3' align="right"> <#assign qoh = qohProduct[countProd]> <#assign countProd = countProd+1> <big><b><div class='tabletext'>${qoh}</div></b><big> </td> </tr> </#if> <#assign productTmp = product> <#assign inventoryEventPlannedType = inven.getRelatedOne("InventoryEventPlannedType")> <tr class="${rowClass}"> <td><div class='tabletext'>${inventoryEventPlannedType.description}</div></td> <td><div class='tabletext'>${inven.getString("eventDate")}</div></td> <td> </td> <td><div class='tabletext'align="right"> ${inven.getString("eventQuantity")}</div></td> <td align="right"> <#list numberProductList[count..count] as atpDate> <div class='tabletext'>${atpDate}  </div> </#list> <#assign count=count+1> </td> </tr> </#list> </table> <#else> <br/> <div align="center">${uiLabelMap.CommonNoElementFound}</div> <br/> </#if> </#if> </td> </tr></table></#if>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -