Author: buscob
Date: Sat Oct 24 09:18:59 2009
New Revision: 829330
URL: http://svn.apache.org/viewvc?rev=829330&view=rev
Log:
Part of OFBIZ-3067 - Menus and form widget files location
Manufacturing component
Moved forms from webapp to widget folder
Added:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml
- copied unchanged from r829314,
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml
ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarForms.xml
- copied unchanged from r829314,
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml
ofbiz/trunk/applications/manufacturing/widget/manufacturing/FieldLookupForms.xml
- copied unchanged from r829314,
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml
ofbiz/trunk/applications/manufacturing/widget/manufacturing/MrpForms.xml
- copied unchanged from r829314,
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.xml
ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml
- copied unchanged from r829314,
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
Removed:
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.xml
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml
ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml
ofbiz/trunk/applications/manufacturing/widget/manufacturing/MrpScreens.xml
ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml?rev=829330&r1=829329&r2=829330&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml
(original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml
Sat Oct 24 09:18:59 2009
@@ -88,9 +88,9 @@
<decorator-screen name="CommonBomDecorator">
<decorator-section name="body">
<screenlet id="EditProductManufacturingRulePanel"
title="${uiLabelMap.PageTitleEditProductManufacturingRules}" collapsible="true">
- <include-form
name="UpdateProductManufacturingRule"
location="component://manufacturing/webapp/manufacturing/bom/BomForms.xml"/>
+ <include-form
name="UpdateProductManufacturingRule"
location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
</screenlet>
- <include-form name="ListProductManufacturingRules"
location="component://manufacturing/webapp/manufacturing/bom/BomForms.xml"/>
+ <include-form name="ListProductManufacturingRules"
location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -123,7 +123,7 @@
<decorator-screen name="CommonBomDecorator">
<decorator-section name="body">
<screenlet
title="${uiLabelMap.ManufacturingBomSimulation}">
- <include-form name="RunBomSimulation"
location="component://manufacturing/webapp/manufacturing/bom/BomForms.xml"/>
+ <include-form name="RunBomSimulation"
location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
</screenlet>
<platform-specific>
<html><html-template
location="component://manufacturing/webapp/manufacturing/bom/BomSimulation.ftl"/></html>
@@ -147,10 +147,10 @@
<decorator-section name="body">
<screenlet title="${uiLabelMap.PageTitleFindBom}">
<link target="CreateProductBom"
text="${uiLabelMap.ManufacturingCreateBom}" style="buttontext"/>
- <include-form name="findBom"
location="component://manufacturing/webapp/manufacturing/bom/BomForms.xml"/>
+ <include-form name="findBom"
location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
</screenlet>
<screenlet title="${uiLabelMap.PageTitleFindBom}">
- <include-form name="ListBom"
location="component://manufacturing/webapp/manufacturing/bom/BomForms.xml"/>
+ <include-form name="ListBom"
location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -167,7 +167,7 @@
<decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<screenlet
title="${uiLabelMap.ManufacturingCreateProductBom}">
- <include-form name="CreateProductBom"
location="component://manufacturing/webapp/manufacturing/bom/BomForms.xml"/>
+ <include-form name="CreateProductBom"
location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml?rev=829330&r1=829329&r2=829330&view=diff
==============================================================================
---
ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
(original)
+++
ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
Sat Oct 24 09:18:59 2009
@@ -90,7 +90,7 @@
<container>
<link style="buttontext" target="EditCalendar"
text="${uiLabelMap.ManufacturingNewCalendar}"/>
</container>
- <include-form name="ListTechDataCalendars"
location="component://manufacturing/webapp/manufacturing/routing/CalendarForms.xml"/>
+ <include-form name="ListTechDataCalendars"
location="component://manufacturing/widget/manufacturing/CalendarForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -115,7 +115,7 @@
<container>
<link style="buttontext"
target="EditCalendarWeek" text="${uiLabelMap.ManufacturingNewCalendarWeek}"/>
</container>
- <include-form name="ListCalendarWeek"
location="component://manufacturing/webapp/manufacturing/routing/CalendarForms.xml"/>
+ <include-form name="ListCalendarWeek"
location="component://manufacturing/widget/manufacturing/CalendarForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -138,7 +138,7 @@
<container>
<link style="buttontext"
target="EditCalendarWeek" text="${uiLabelMap.ManufacturingNewCalendarWeek}"/>
</container>
- <include-form name="UpdateCalendarWeek"
location="component://manufacturing/webapp/manufacturing/routing/CalendarForms.xml"/>
+ <include-form name="UpdateCalendarWeek"
location="component://manufacturing/widget/manufacturing/CalendarForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml?rev=829330&r1=829329&r2=829330&view=diff
==============================================================================
---
ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml
(original)
+++
ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml
Sat Oct 24 09:18:59 2009
@@ -40,10 +40,10 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="search-options">
- <include-form name="lookupRouting"
location="component://manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml"/>
+ <include-form name="lookupRouting"
location="component://manufacturing/widget/manufacturing/FieldLookupForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
- <include-form name="listLookupRouting"
location="component://manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml"/>
+ <include-form name="listLookupRouting"
location="component://manufacturing/widget/manufacturing/FieldLookupForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -69,10 +69,10 @@
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="search-options">
- <include-form name="lookupRoutingTask"
location="component://manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml"/>
+ <include-form name="lookupRoutingTask"
location="component://manufacturing/widget/manufacturing/FieldLookupForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
- <include-form name="listLookupRoutingTask"
location="component://manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml"/>
+ <include-form name="listLookupRoutingTask"
location="component://manufacturing/widget/manufacturing/FieldLookupForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/MrpScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/MrpScreens.xml?rev=829330&r1=829329&r2=829330&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/MrpScreens.xml
(original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/MrpScreens.xml
Sat Oct 24 09:18:59 2009
@@ -58,7 +58,7 @@
<decorator-screen name="CommonMrpDecorator">
<decorator-section name="body">
<screenlet title="${uiLabelMap.ManufacturingRunMrp}">
- <include-form name="RunMrp"
location="component://manufacturing/webapp/manufacturing/mrp/MrpForms.xml"/>
+ <include-form name="RunMrp"
location="component://manufacturing/widget/manufacturing/MrpForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -111,10 +111,10 @@
<decorator-screen name="CommonMrpDecorator">
<decorator-section name="body">
<screenlet
title="${uiLabelMap.ManufacturingMrpJobLastExecuted}">
- <include-form name="ListFinishedMrpJobs"
location="component://manufacturing/webapp/manufacturing/mrp/MrpForms.xml"/>
+ <include-form name="ListFinishedMrpJobs"
location="component://manufacturing/widget/manufacturing/MrpForms.xml"/>
</screenlet>
<screenlet
title="${uiLabelMap.ManufacturingMrpJobScheduledOrRunning}">
- <include-form name="ListRunningMrpJobs"
location="component://manufacturing/webapp/manufacturing/mrp/MrpForms.xml"/>
+ <include-form name="ListRunningMrpJobs"
location="component://manufacturing/widget/manufacturing/MrpForms.xml"/>
</screenlet>
<section>
<condition>
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml?rev=829330&r1=829329&r2=829330&view=diff
==============================================================================
---
ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
(original)
+++
ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
Sat Oct 24 09:18:59 2009
@@ -122,10 +122,10 @@
</container>
</decorator-section>
<decorator-section name="search-options">
- <include-form name="FindRoutings"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="FindRoutings"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
- <include-form name="ListRoutings"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="ListRoutings"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -152,7 +152,7 @@
<container>
<link target="EditRouting"
text="${uiLabelMap.ManufacturingNewRouting}" style="buttontext"/>
</container>
- <include-form name="EditRouting"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="EditRouting"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -181,10 +181,10 @@
</container>
</decorator-section>
<decorator-section name="search-options">
- <include-form name="FindRoutingTasks"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="FindRoutingTasks"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
- <include-form name="ListRoutingTasks"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="ListRoutingTasks"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -211,7 +211,7 @@
<container>
<link target="EditRoutingTask"
text="${uiLabelMap.ManufacturingNewRoutingTask}" style="buttontext"/>
</container>
- <include-form name="EditRoutingTask"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="EditRoutingTask"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -235,9 +235,9 @@
<decorator-screen name="CommonRoutingTaskDecorator">
<decorator-section name="body">
<screenlet id="AddRoutingTaskCostPanel"
title="${uiLabelMap.CommonAdd} ${uiLabelMap.ManufacturingRoutingTaskCosts}"
collapsible="true">
- <include-form name="AddRoutingTaskCost"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="AddRoutingTaskCost"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</screenlet>
- <include-form name="ListRoutingTaskCosts"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="ListRoutingTaskCosts"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -260,7 +260,7 @@
<decorator-screen name="CommonRoutingTaskDecorator">
<decorator-section name="body">
<screenlet
title="${uiLabelMap.PageTitleListRoutingTaskRoutings}">
- <include-form name="ListRoutingTaskRoutings"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="ListRoutingTaskRoutings"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -288,7 +288,7 @@
<link target="EditRoutingTaskProduct"
text="${uiLabelMap.ManufacturingNewRoutingTaskProduct}" style="buttontext">
<parameter param-name="workEffortId"/>
</link>
- <include-form name="ListRoutingTaskProducts"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="ListRoutingTaskProducts"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -313,7 +313,7 @@
<decorator-screen name="CommonRoutingTaskDecorator">
<decorator-section name="body">
<screenlet
title="${uiLabelMap.PageTitleEditRoutingTaskProduct}">
- <include-form name="EditRoutingTaskProduct"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="EditRoutingTaskProduct"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -345,7 +345,7 @@
</platform-specific>
</screenlet>
<screenlet
title="${uiLabelMap.PageTitleListRoutingTaskAssoc}">
- <include-form name="ListRoutingTaskAssoc"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="ListRoutingTaskAssoc"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -374,9 +374,9 @@
<decorator-screen name="CommonRoutingDecorator">
<decorator-section name="body">
<screenlet id="EditRoutingProductLinkPanel"
title="${uiLabelMap.PageTitleEditRoutingProductLink}" collapsible="true">
- <include-form name="EditRoutingProductLink"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="EditRoutingProductLink"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</screenlet>
- <include-form name="ListRoutingProductLink"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="ListRoutingProductLink"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -397,9 +397,9 @@
<decorator-screen name="CommonRoutingTaskDecorator">
<decorator-section name="body">
<screenlet id="EditRoutingTaskFixedAssetPanel"
title="${uiLabelMap.CommonAdd} ${uiLabelMap.ManufacturingRoutingTasks}
${uiLabelMap.ManufacturingRoutingTaskFixedAssets}" collapsible="true">
- <include-form name="EditRoutingTaskFixedAsset"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="EditRoutingTaskFixedAsset"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</screenlet>
- <include-form name="ListRoutingTaskFixedAssets"
location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
+ <include-form name="ListRoutingTaskFixedAssets"
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>