Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015035 | Openbravo ERP | 07. Sales management | public | 2010-10-26 13:23 | 2010-11-05 12:44 |
|
Reporter | sureshbabu | |
Assigned To | adrianromero | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.50MP23 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0015035: Not able to create Goods receipt, for a order which is created with -ve quantity using create line from button in Good receipt |
Description | Not able to create Goods receipt, for a sales order which is created with -ve quantity From Goods receipt window using "Create Lines From" button |
Steps To Reproduce | 1) Create and complete a sales order for qty=-10 (Negative qty)
2) Try to create a goods receipt for the above created sales order from Goods receipt window using Create lines from button,
Issue, above created line item not appear in the grid table. |
Proposed Solution | |
Additional Information | |
Tags | Regression QA |
Relationships | related to | defect | 0014730 | 2.50MP23 | closed | adrianromero | CreateLines from is not working well: Lines with 0.00 can be selected |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-10-26 13:23 | sureshbabu | New Issue | |
2010-10-26 13:23 | sureshbabu | Assigned To | => adrianromero |
2010-10-26 13:23 | sureshbabu | OBNetwork customer | => No |
2010-10-26 13:24 | sureshbabu | Tag Attached: Regression QA | |
2010-10-26 13:56 | psarobe | Relationship added | related to 0014730 |
2010-10-26 13:56 | psarobe | Note Added: 0032222 | |
2010-10-26 13:57 | psarobe | Status | new => scheduled |
2010-10-26 13:57 | psarobe | fix_in_branch | => pi |
2010-10-26 16:08 | hgbot | Checkin | |
2010-10-26 16:08 | hgbot | Note Added: 0032225 | |
2010-10-26 16:08 | hgbot | Status | scheduled => resolved |
2010-10-26 16:08 | hgbot | Resolution | open => fixed |
2010-10-26 16:08 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3bd074923746e7240fd63b0c00db4ff4dd439ea7 [^] |
2010-10-26 16:12 | adrianromero | Note Added: 0032226 | |
2010-10-26 17:10 | hgbot | Checkin | |
2010-10-26 17:10 | hgbot | Note Added: 0032231 | |
2010-10-26 17:10 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/3bd074923746e7240fd63b0c00db4ff4dd439ea7 [^] => http://code.openbravo.com/erp/devel/pi/rev/25db9e74a308f2f2e401d3cfa32463c87d5a5846 [^] |
2010-10-27 07:50 | sureshbabu | Note Added: 0032243 | |
2010-10-27 07:50 | sureshbabu | Status | resolved => closed |
2010-10-30 11:24 | anonymous | sf_bug_id | 0 => 3098758 |
2010-11-05 12:44 | hudsonbot | Checkin | |
2010-11-05 12:44 | hudsonbot | Note Added: 0032417 | |
2010-11-05 12:44 | hudsonbot | Checkin | |
2010-11-05 12:44 | hudsonbot | Note Added: 0032419 | |
Notes |
|
|
Regression introduced by issue 14730 |
|
|
(0032225)
|
hgbot
|
2010-10-26 16:08
|
|
Repository: erp/devel/pi
Changeset: 3bd074923746e7240fd63b0c00db4ff4dd439ea7
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Oct 26 16:08:08 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3bd074923746e7240fd63b0c00db4ff4dd439ea7 [^]
Fixes issue 0015035: Not able to create Goods receipt, for a order which is created with -ve quantity using create line from button in Good receipt
It has been removed the check of delivered items for negative quantities for the query that selects candidate lines for shipment
---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment_data.xsql
---
|
|
|
|
* Steps to test
Follow the steps to reproduce and verify that now, when pressing the "create lines from" button, lines from orders with negative quantity now appears.
Verify also that the check included in issue 14730 still works. i.e. order lines with positive quantities are displayed in the "create lines from" button only if the ordered quantity is greater than the delivered quantity.
* Other areas affected
No other areas affected. Only the "Create lines from" dialog. |
|
|
(0032231)
|
hgbot
|
2010-10-26 17:10
|
|
Repository: erp/devel/pi
Changeset: 25db9e74a308f2f2e401d3cfa32463c87d5a5846
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Oct 26 17:09:28 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/25db9e74a308f2f2e401d3cfa32463c87d5a5846 [^]
Fixes issue 0015035: Not able to create Goods receipt, for a order which is created with -ve quantity using create line from button in Good receipt
It has been removed the check of delivered items for negative quantities for the query that selects candidate lines for shipment
---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment_data.xsql
---
|
|
|
|
|
|
|
|
|
|
|