Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0010923
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 05. Production managementmajoralways2009-10-09 13:442010-08-19 12:54
ReporternetworkbView Statuspublic 
Assigned Togorkaion 
PriorityimmediateResolutionfixedFixed in Version2.50MP7
StatusclosedFix in branchpiFixed in SCM revision4ff709e6109f
ProjectionnoneETAnoneTarget Version2.50MP7
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP6SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0010923: The SL_ProductionPlan_WRPhase does not work properly

DescriptionThe SL_ProductionPlan_WRPhase does not work properly.
The fields that this callout should fill, are not filled.
Steps To Reproduce-Create a work effort
-go to production run tab
-Select a value on wr phase combo.
-The Required Quantity field has to be filled automatically by the callout
Proposed Solutionon the src/org/openbravo/erpCommon/ad_callouts/SL_ProductionPlan_WRPhase.java file
replace the following line:
    resultado.append("new Array(\"inpconversionrate\", " + data[0].conversionrate + "),\n");

with this other line:
    resultado.append("new Array(\"inpconversionrate\", \"" + data[0].conversionrate + "\"),\n");
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0010431 closedrafaroda UOM is not properly updated in expense sheet lines. 
related to defect 00119602.50MP14 closedharikrishnan Delivery Method is not properly updated when creating a Sales Order 
related to defect 00119752.50MP11 closedharikrishnan Create Lines From Goods Receipt does not update secondary unit 
related to defect 00118292.50MP12 closedrafaroda In Process Plan, I/O product, does not calculate properly UOM 

-  Notes
(0020985)
iperdomo (reporter)
2009-10-13 14:54

@networkb
Numbers are numbers, you must not quote the numbers in JavaScript.
Check the following doc:
http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/How_to_develop_a_callout#Returning_numeric_values [^]

Cheers,

Iván
(0020989)
hgbot (developer)
2009-10-13 19:27

Repository: erp/devel/pi
Changeset: 4ff709e6109fae32d494cd3d7440311830353c21
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Tue Oct 13 19:26:43 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4ff709e6109fae32d494cd3d7440311830353c21 [^]

Fixed issue 10923. Added a check for null values in numbers.

---
M src/org/openbravo/erpCommon/ad_callouts/SL_ProductionPlan_WRPhase.java
---
(0021170)
arunkumar (reporter)
2009-10-19 12:36

Required quantity field has been automatically filled out.
Tested & Working fine.
(0030147)
adrianromero (manager)
2010-08-19 12:54

This problem has been afforded in project http://wiki.openbravo.com/wiki/Projects/Support_different_numeric_formats [^]

- Issue History
Date Modified Username Field Change
2009-10-09 13:44 networkb New Issue
2009-10-09 13:44 networkb Assigned To => rafaroda
2009-10-09 14:04 psarobe Status new => scheduled
2009-10-09 14:04 psarobe Assigned To rafaroda => gorkaion
2009-10-09 14:04 psarobe fix_in_branch => pi
2009-10-13 14:54 iperdomo Note Added: 0020985
2009-10-13 19:27 hgbot Checkin
2009-10-13 19:27 hgbot Note Added: 0020989
2009-10-13 19:27 hgbot Status scheduled => resolved
2009-10-13 19:27 hgbot Resolution open => fixed
2009-10-13 19:27 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4ff709e6109fae32d494cd3d7440311830353c21 [^]
2009-10-19 12:36 arunkumar Status resolved => closed
2009-10-19 12:36 arunkumar Note Added: 0021170
2009-10-19 12:36 arunkumar Fixed in Version => 2.50MP7
2009-10-20 00:00 anonymous sf_bug_id 0 => 2882010
2010-01-11 09:26 rafaroda Relationship added related to 0010431
2010-01-18 09:25 rafaroda Relationship added related to 0011960
2010-01-19 13:55 rafaroda Relationship added related to 0011975
2010-01-27 16:09 rafaroda Relationship added related to 0011829
2010-08-19 12:54 adrianromero Note Added: 0030147


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker