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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0011173
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfaceminoralways2009-10-29 11:482009-12-04 09:14
ReporternetworkbView Statuspublic 
Assigned Toharikrishnan 
PriorityhighResolutionfixedFixed in Version2.50MP10
StatusclosedFix in branchFixed in SCM revision608ad05b9556
ProjectionnoneETAnoneTarget Version2.50MP10
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP7SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0011173: Error in create lines from in goods receipt. Mark all does not work properly.

DescriptionWhen you use mark all in create lines form in goods receipt header and process them, the process gives a ProcessRunError (only this description). If you use the singles checkboxes the process works properly.
Steps To Reproduce- Procurement Management || Transactions || Goods Receipt
- New receipt
- Select a partner, for example McGiver (using BigBazar entitiy)
- Save
- Create lines from
- Select an order. Some lines must be appear.
- Use the first checbox on the top. All the checkbox must be checked.
- Ok button
- ProcessRunError appears in header tab.

Workaround:
- Procurement Management || Transactions || Goods Receipt
- New receipt
- Select a partner, for example McGiver (using BigBazar entitiy)
- Save
- Create lines from
- Select an order. Some lines must be appear.
- Check the lines using the checkbox in each line.
- Ok Button.
- Process succesfully finished.

The error comes from src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java in saveShipmentPO method. The line
final String strMovementqty = vars.getRequiredStringParameter("inpmovementqty"+ strLineId);

fails. Why? Because in the html (src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html) the method markAll is used
<input type="checkbox" name="inpTodos" onclick="markAll(document.frmMain.inpId, this.checked);return true;"></input>
and this method does not load the data in the lines (for example the editable quantity).
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0021852)
harikrishnan (reporter)
2009-11-16 12:48

Even i followed the steps to reproduce but i cant able to reproduce the issue.

(0021885)
networkb (developer)
2009-11-16 18:23

It only happens when Purchase Order selected, has one line
(0021936)
hgbot (developer)
2009-11-18 04:49

Repository: erp/devel/pi
Changeset: e0e1c9f6871b60488d7213aff8ee8c15a0a1f090
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Wed Nov 18 09:18:12 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/e0e1c9f6871b60488d7213aff8ee8c15a0a1f090 [^]

Fixes Issue 11173: Error in create lines from in goods receipt. Mark all does not work properly.

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.html
---
(0021961)
sureshbabu (reporter)
2009-11-18 12:50

Hi Hari,

I am finding the same issue again appears in my context. Let me know your idle time so that we both can retest the issue once again if it works for you.


Thanks
Suresh
(0022083)
hgbot (developer)
2009-11-23 06:48

Repository: erp/devel/pi
Changeset: 608ad05b9556b89cac3be32216b75bb9bff6253e
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Mon Nov 23 11:17:27 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/608ad05b9556b89cac3be32216b75bb9bff6253e [^]

Fixes Issue 11173: Error in create lines from in goods receipt. Mark all does not work properly.

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.html
---
(0022267)
sureshbabu (reporter)
2009-12-01 06:19

Tested working fine, able to create goods receipt after selecting the line items using the select all checkbox.
(0022409)
hudsonbot (developer)
2009-12-04 09:14

---
A changeset related to this issue has passed a series of tests and has been promoted to main:

Changeset: http://code.openbravo.com/erp/devel/main/rev/f6bc559b1872 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
---

- Issue History
Date Modified Username Field Change
2009-10-29 11:48 networkb New Issue
2009-10-29 11:48 networkb Assigned To => rafaroda
2009-10-29 11:56 rafaroda Priority immediate => high
2009-10-29 11:56 rafaroda Status new => scheduled
2009-11-16 12:48 harikrishnan Note Added: 0021852
2009-11-16 12:48 harikrishnan Status scheduled => feedback
2009-11-16 18:23 networkb Note Added: 0021885
2009-11-16 18:23 networkb Status feedback => new
2009-11-16 18:43 rafaroda Status new => scheduled
2009-11-16 18:43 rafaroda fix_in_branch => pi
2009-11-18 04:45 harikrishnan Assigned To rafaroda => harikrishnan
2009-11-18 04:49 hgbot Checkin
2009-11-18 04:49 hgbot Note Added: 0021936
2009-11-18 04:49 hgbot Status scheduled => resolved
2009-11-18 04:49 hgbot Resolution open => fixed
2009-11-18 04:49 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e0e1c9f6871b60488d7213aff8ee8c15a0a1f090 [^]
2009-11-18 12:50 sureshbabu Note Added: 0021961
2009-11-18 12:50 sureshbabu Status resolved => new
2009-11-18 12:50 sureshbabu Resolution fixed => open
2009-11-18 18:38 rafaroda Status new => scheduled
2009-11-18 18:38 rafaroda Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/e0e1c9f6871b60488d7213aff8ee8c15a0a1f090 [^] =>
2009-11-18 18:38 rafaroda fix_in_branch pi =>
2009-11-23 06:48 hgbot Checkin
2009-11-23 06:48 hgbot Note Added: 0022083
2009-11-23 06:48 hgbot Status scheduled => resolved
2009-11-23 06:48 hgbot Resolution open => fixed
2009-11-23 06:48 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/608ad05b9556b89cac3be32216b75bb9bff6253e [^]
2009-12-01 06:19 sureshbabu Note Added: 0022267
2009-12-01 06:19 sureshbabu Status resolved => closed
2009-12-01 06:19 sureshbabu Fixed in Version => 2.50MP10
2009-12-02 00:00 anonymous sf_bug_id 0 => 2907160
2009-12-04 09:14 hudsonbot Checkin
2009-12-04 09:14 hudsonbot Note Added: 0022409


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker