[OFBiz] SVN: r6852 - trunk/applications/product/webapp/facility/facility
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Mon Feb 27 00:53:27 CST 2006
Author: jacopo
Date: 2006-02-27 00:53:22 -0600 (Mon, 27 Feb 2006)
New Revision: 6852
Modified:
trunk/applications/product/webapp/facility/facility/FacilityTabBar.ftl
Log:
Now the "view inventory by product" html report is the page that is shown when you click on the Facility--> inventory tab.
The "Inventory Items" page is still available as a detail page following the link in the "view inventory by product" page.
Modified: trunk/applications/product/webapp/facility/facility/FacilityTabBar.ftl
===================================================================
--- trunk/applications/product/webapp/facility/facility/FacilityTabBar.ftl 2006-02-27 06:48:40 UTC (rev 6851)
+++ trunk/applications/product/webapp/facility/facility/FacilityTabBar.ftl 2006-02-27 06:53:22 UTC (rev 6852)
@@ -34,7 +34,7 @@
<a href="<@ofbizUrl>EditFacilityGroups?facilityId=${facilityId}</@ofbizUrl>" class="${selectedClassMap.EditFacilityGroups?default(unselectedClassName)}">${uiLabelMap.ProductGroups}</a>
<a href="<@ofbizUrl>FindFacilityLocation?facilityId=${facilityId}</@ofbizUrl>" class="${selectedClassMap.FindFacilityLocation?default(unselectedClassName)}">${uiLabelMap.ProductLocations}</a>
<a href="<@ofbizUrl>EditFacilityRoles?facilityId=${facilityId}</@ofbizUrl>" class="${selectedClassMap.EditFacilityRoles?default(unselectedClassName)}">${uiLabelMap.PartyRoles}</a>
- <a href="<@ofbizUrl>EditFacilityInventoryItems?facilityId=${facilityId}</@ofbizUrl>" class="${selectedClassMap.EditFacilityInventoryItems?default(unselectedClassName)}">${uiLabelMap.ProductInventoryItems}</a>
+ <a href="<@ofbizUrl>ViewFacilityInventoryByProduct?facilityId=${facilityId}</@ofbizUrl>" class="${selectedClassMap.EditFacilityInventoryItems?default(unselectedClassName)}">${uiLabelMap.ProductInventory}</a>
<a href="<@ofbizUrl>ReceiveInventory?facilityId=${facilityId}</@ofbizUrl>" class="${selectedClassMap.ReceiveInventory?default(unselectedClassName)}">${uiLabelMap.ProductInventoryReceive}</a>
<a href="<@ofbizUrl>FindFacilityTransfers?facilityId=${facilityId}</@ofbizUrl>" class="${selectedClassMap.FindFacilityTransfers?default(unselectedClassName)}">${uiLabelMap.ProductInventoryXfers}</a>
<a href="<@ofbizUrl>ReceiveReturn?facilityId=${facilityId}</@ofbizUrl>" class="${selectedClassMap.ReceiveReturn?default(unselectedClassName)}">${uiLabelMap.ProductReceiveReturn}</a>
More information about the Svn
mailing list