[OpenbravoERP-commits] erp/devel/pi: Fixes bug 0008209 Process Manufacturing Plan proce...

2009-04-09 Thread hg
details:   http://code.openbravo.com/erp/devel/pi/rev/6bafa2fae6eb
changeset: 3561:6bafa2fae6eb
user:  Rafa Roda Palacios rafael.roda at openbravo.com
date:  Thu Apr 09 09:32:39 2009 +0200
summary:   Fixes bug 0008209 Process Manufacturing Plan process now works with 
UUID

diffstat:

 src-db/database/model/functions/MRP_PROCESSPLAN_RECALCULATE.xml |  2 +-
 src-db/database/model/functions/MRP_RUN_INITIALIZE.xml  |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 89bb61b36cb4 -r 6bafa2fae6eb 
src-db/database/model/functions/MRP_PROCESSPLAN_RECALCULATE.xml
--- a/src-db/database/model/functions/MRP_PROCESSPLAN_RECALCULATE.xml   Thu Apr 
09 10:35:27 2009 -0400
+++ b/src-db/database/model/functions/MRP_PROCESSPLAN_RECALCULATE.xml   Thu Apr 
09 09:32:39 2009 +0200
@@ -40,7 +40,7 @@
   v_Qty NUMBER;
   v_PlannedDate DATE;
   v_PlannedOrderDate DATE;
-  v_Product NUMBER;
+  v_Product VARCHAR2(32);
 
   v_Qty_New NUMBER;
   v_NeededQty_New NUMBER;
diff -r 89bb61b36cb4 -r 6bafa2fae6eb 
src-db/database/model/functions/MRP_RUN_INITIALIZE.xml
--- a/src-db/database/model/functions/MRP_RUN_INITIALIZE.xmlThu Apr 09 
10:35:27 2009 -0400
+++ b/src-db/database/model/functions/MRP_RUN_INITIALIZE.xmlThu Apr 09 
09:32:39 2009 +0200
@@ -63,7 +63,7 @@
 
   v_Count NUMBER;
   v_Aux_ID VARCHAR2(32);
-  v_ParentLine NUMBER;
+  v_ParentLine VARCHAR2(32);
 
   FINISH_PROCESS BOOLEAN DEFAULT FALSE;
   --  Parameter

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits


[OpenbravoERP-commits] erp/devel/pi: Fixes bug 8065 The fields of 'Purchase Order Line'...

2009-04-09 Thread hg
details:   http://code.openbravo.com/erp/devel/pi/rev/e2c1c93fc19c
changeset: 3562:e2c1c93fc19c
user:  Vinoth Babu vinoth.babu at openbravo.com
date:  Thu Apr 09 16:11:41 2009 +0530
summary:   Fixes bug 8065 The fields of 'Purchase Order Line' and 'Goods 
Receipt Line' has to be read-only in Purchase Invoice Lines.

diffstat:

 src-db/database/sourcedata/AD_FIELD.xml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 6bafa2fae6eb -r e2c1c93fc19c src-db/database/sourcedata/AD_FIELD.xml
--- a/src-db/database/sourcedata/AD_FIELD.xml   Thu Apr 09 09:32:39 2009 +0200
+++ b/src-db/database/sourcedata/AD_FIELD.xml   Thu Apr 09 16:11:41 2009 +0530
@@ -38943,7 +38943,7 @@
 !--3357--  AD_COLUMN_ID![CDATA[4251]]/AD_COLUMN_ID
 !--3357--  ISDISPLAYED![CDATA[Y]]/ISDISPLAYED
 !--3357--  DISPLAYLENGTH![CDATA[44]]/DISPLAYLENGTH
-!--3357--  ISREADONLY![CDATA[N]]/ISREADONLY
+!--3357--  ISREADONLY![CDATA[Y]]/ISREADONLY
 !--3357--  SEQNO![CDATA[60]]/SEQNO
 !--3357--  ISSAMELINE![CDATA[Y]]/ISSAMELINE
 !--3357--  ISFIELDONLY![CDATA[N]]/ISFIELDONLY
@@ -39080,7 +39080,7 @@
 !--3363--  AD_COLUMN_ID![CDATA[3837]]/AD_COLUMN_ID
 !--3363--  ISDISPLAYED![CDATA[Y]]/ISDISPLAYED
 !--3363--  DISPLAYLENGTH![CDATA[44]]/DISPLAYLENGTH
-!--3363--  ISREADONLY![CDATA[N]]/ISREADONLY
+!--3363--  ISREADONLY![CDATA[Y]]/ISREADONLY
 !--3363--  SEQNO![CDATA[40]]/SEQNO
 !--3363--  ISSAMELINE![CDATA[Y]]/ISSAMELINE
 !--3363--  ISFIELDONLY![CDATA[N]]/ISFIELDONLY

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits