Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0010923 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 05. Production management | major | always | 2009-10-09 13:44 | 2010-08-19 12:54 | |||
Reporter | networkb | View Status | public | |||||
Assigned To | gorkaion | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 2.50MP7 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 4ff709e6109f | |||
Projection | none | ETA | none | Target Version | 2.50MP7 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP6 | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0010923: The SL_ProductionPlan_WRPhase does not work properly | |||||||
Description | The 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 Solution | on 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"); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||
|
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 |