Author: jacopoc
Date: Sat Oct  7 09:58:58 2006
New Revision: 453962

URL: http://svn.apache.org/viewvc?view=rev&rev=453962
Log:
Removed author information from source file: keeping this information in source 
files is discouraged by the ASF (clearer information about the contributors of 
a file can be derived from the commit logs).

Modified:
    incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMHelper.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMServices.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunHelper.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/InventoryEventPlannedServices.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/ProposedOrder.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/routing/RoutingServices.java
    
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/techdata/TechDataServices.java

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml 
(original)
+++ incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml 
Sat Oct  7 09:58:58 2006
@@ -42,8 +42,7 @@
 
     <entity entity-name="ProductManufacturingRule"
             package-name="org.ofbiz.manufacturing.bom"
-            title="Product To Part Rule Entity"
-            author="Jacopo Cappellato">
+            title="Product To Part Rule Entity">
       <field name="ruleId" type="id-ne"></field>
       <field name="productId" type="id"></field>
       <field name="productIdFor" type="id"></field>
@@ -81,8 +80,7 @@
     <entity entity-name="TechDataCalendar"
             package-name="org.ofbiz.manufacturing.techdata"
             default-resource-name="ManufacturingEntityLabels"
-            title="Calendar entity"
-            author="Olivier Heintz">
+            title="Calendar entity">
       <description>Used to defined the availability of the machines, this 
entity define the Id and the week definition.
       The Id is used in the exception calendar table as reference
       </description>
@@ -96,8 +94,7 @@
     </entity>
     <entity entity-name="TechDataCalendarExcDay"
             package-name="org.ofbiz.manufacturing.techdata"
-            title="Calendar Exception Day entity"
-            author="Olivier Heintz">
+            title="Calendar Exception Day entity">
       <description>Used to defined some days which differ from the normal day 
definition in the weekId associated in the calendar.
       </description>
       <field name="calendarId" type="id-ne"></field>
@@ -113,8 +110,7 @@
     </entity>
     <entity entity-name="TechDataCalendarExcWeek"
             package-name="org.ofbiz.manufacturing.techdata"
-            title="Calendar Exception Week entity"
-            author="Olivier Heintz">
+            title="Calendar Exception Week entity">
       <description>Used to defined some weeks which differ from the normal 
week defined in the calendar.</description>
       <field name="calendarId" type="id-ne"></field>
       <field name="exceptionDateStart" type="date"></field>
@@ -132,8 +128,7 @@
     <entity entity-name="TechDataCalendarWeek"
             package-name="org.ofbiz.manufacturing.techdata"
             default-resource-name="ManufacturingEntityLabels"
-            title="Week definition entity"
-            author="Olivier Heintz">
+            title="Week definition entity">
       <description>Used to defined the week definition disponibility for 
machine</description>
       <field name="calendarWeekId" type="id-ne"></field>
       <field name="description" type="description"></field>
@@ -160,8 +155,7 @@
 
     <entity entity-name="InventoryEventPlanned"
             package-name="org.ofbiz.manufacturing.mrp"
-            title="Inventory event planned"
-            author="Olivier Heintz">
+            title="Inventory event planned">
       <description>
         Contains all the planned InventoryEvent by ProductId to be able to 
check the product availability 
         and if necessary generate some requirements
@@ -183,8 +177,7 @@
     <entity entity-name="InventoryEventPlannedType"
             package-name="org.ofbiz.manufacturing.mrp"
             default-resource-name="ManufacturingEntityLabels"
-            title="Inventory  event Planned type"
-            author="Olivier Heintz">
+            title="Inventory  event Planned type">
       <description>Used to describe the InventoryEventPlanned and give the 
information if it's an in or out event</description>
       <field name="inventoryEventPlanTypeId" type="id-ne"></field>
       <field name="description" type="description"></field>
@@ -192,7 +185,7 @@
       <prim-key field="inventoryEventPlanTypeId"/>
     </entity>
     <view-entity entity-name="MrpInventoryEventPlanned" 
package-name="org.ofbiz.manufacturing.mrp" 
-        title="Inventory Event Planned view for MRP process" author="Olivier 
Heintz">
+        title="Inventory Event Planned view for MRP process">
       <description>Uses for the MRP process to be able to read the 
InventoryEventPlanned By billOfMaterialLevel and by eventDate</description>
       <member-entity entity-alias="IEP" 
entity-name="InventoryEventPlanned"></member-entity>
       <member-entity entity-alias="IEPT" 
entity-name="InventoryEventPlannedType"></member-entity>

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMHelper.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMHelper.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMHelper.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMHelper.java
 Sat Oct  7 09:58:58 2006
@@ -35,7 +35,6 @@
 /** Helper class containing static method useful when dealing
  * with product's bills of materials.
  * These methods are also available as services (see [EMAIL PROTECTED] 
BOMServices}).
- * @author <a href="mailto:[EMAIL PROTECTED]">Jacopo Cappellato</a>
  */
 public class BOMHelper {
     

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java
 Sat Oct  7 09:58:58 2006
@@ -36,7 +36,6 @@
 import org.ofbiz.service.LocalDispatcher;
 
 /** An ItemCoinfigurationNode represents a component in a bill of materials.
- * @author <a href="mailto:[EMAIL PROTECTED]">Jacopo Cappellato</a>
  */
 
 public class BOMNode {

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMServices.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMServices.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMServices.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMServices.java
 Sat Oct  7 09:58:58 2006
@@ -43,7 +43,6 @@
 /** Bills of Materials' services implementation.
  * These services are useful when dealing with product's
  * bills of materials.
- * @author <a href="mailto:[EMAIL PROTECTED]">Jacopo Cappellato</a>
  */
 public class BOMServices {
 

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java
 Sat Oct  7 09:58:58 2006
@@ -34,7 +34,6 @@
     /** It represents an (in-memory) bill of materials (in which each
      * component is an BOMNode)
      * Useful for tree traversal (breakdown, explosion, implosion).
-     * @author <a href="mailto:[EMAIL PROTECTED]">Jacopo Cappellato</a>
      */    
  
 public class BOMTree {

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java
 Sat Oct  7 09:58:58 2006
@@ -38,7 +38,6 @@
  * ProductionRun Object used by the Jobshop management OFBiz comonents,
  * this object is used to find or updated an existing ProductionRun.
  *
- * @author     <a href="mailto:[EMAIL PROTECTED]">Olivier Heintz</a>
  */
 public class ProductionRun {
     

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunHelper.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunHelper.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunHelper.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunHelper.java
 Sat Oct  7 09:58:58 2006
@@ -32,7 +32,6 @@
 /**
  * Helper for Production Run maintenance
  *
- * @author     <a href="mailto:[EMAIL PROTECTED]">Olivier Heintz</a>
  */
 public class ProductionRunHelper {
     

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.java
 Sat Oct  7 09:58:58 2006
@@ -54,7 +54,6 @@
 /**
  * Services for Production Run maintenance
  *
- * @author     <a href="mailto:[EMAIL PROTECTED]">Olivier Heintz</a>
  */
 public class ProductionRunServices {
     

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/InventoryEventPlannedServices.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/InventoryEventPlannedServices.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/InventoryEventPlannedServices.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/InventoryEventPlannedServices.java
 Sat Oct  7 09:58:58 2006
@@ -29,7 +29,6 @@
 /**
  * InventoryEventPlannedServices - InventoryEventPlanned related Services
  *
- * @author     <a href="mailto:[EMAIL PROTECTED]">Olivier Heintz</a>
  */
 public class InventoryEventPlannedServices {
     

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java
 Sat Oct  7 09:58:58 2006
@@ -48,7 +48,6 @@
 /**
  * Services for running MRP
  *
- * @author     <a href=mailto:[EMAIL PROTECTED]">Thierry GRAUSS</a>
  */
 public class MrpServices {
     
@@ -102,7 +101,7 @@
         }
 
         // Proposed requirements are deleted
-        // TODO: is it not correct. Two actions should be done here:
+        // TODO: This is not correct. Two actions should be done here:
         //       1) the approved requirements should be taken into account
         //       2) we have to find a way (a new status REQ_PROPOSED?) to 
recognize the requirements automatically created by the MRP process
         listResult = null;
@@ -191,7 +190,7 @@
             genericResult = (GenericValue) iteratorResult.next();
             String productId =  genericResult.getString("productId");
             Double eventQuantityTmp = new 
Double(genericResult.getDouble("quantity").doubleValue());
-            Timestamp estimatedShipDate = 
genericResult.getTimestamp("estimatedShipDate");
+            Timestamp estimatedShipDate = 
genericResult.getTimestamp("estimatedDeliveryDate"); // TODO: verify if this 
field is correct
             if (estimatedShipDate == null) {
                 estimatedShipDate = now;
             }

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/ProposedOrder.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/ProposedOrder.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/ProposedOrder.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/ProposedOrder.java
 Sat Oct  7 09:58:58 2006
@@ -41,8 +41,6 @@
 /**
  * Proposed Order Object generated by the MRP process or other re-Order process
  *
- * @author     <a href="mailto:[EMAIL PROTECTED]">Olivier Heintz</a>
- * @author     <a href=mailto:[EMAIL PROTECTED]">Thierry GRAUSS</a>
  */
 public class ProposedOrder {
     

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/routing/RoutingServices.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/routing/RoutingServices.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/routing/RoutingServices.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/routing/RoutingServices.java
 Sat Oct  7 09:58:58 2006
@@ -33,7 +33,6 @@
 /**
  * Routing related services
  *
- * @author     <a href="mailto:[EMAIL PROTECTED]">Jacopo Cappellato</a>
  */
 public class RoutingServices {
     

Modified: 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/techdata/TechDataServices.java
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/techdata/TechDataServices.java?view=diff&rev=453962&r1=453961&r2=453962
==============================================================================
--- 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/techdata/TechDataServices.java
 (original)
+++ 
incubator/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/techdata/TechDataServices.java
 Sat Oct  7 09:58:58 2006
@@ -41,7 +41,6 @@
 /**
  * TechDataServices - TechData related Services
  *
- * @author     <a href="mailto:[EMAIL PROTECTED]">Olivier Heintz</a>
  */
 public class TechDataServices {
     


Reply via email to