Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0036216 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 04. Warehouse management | major | always | 2017-06-09 09:52 | 2017-06-16 09:09 | |||
Reporter | aferraz | View Status | public | |||||
Assigned To | inigosanchez | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR17Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 50f482602e22 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 64 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Professional Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2016-10-17 | |||||||
Regression introduced in release | 3.0PR17Q1 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/b468094df0d0 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0036216: Not possible to change secondary quantity nor secondary unit in Goods Receipt create lines from process | |||||||
Description | Not possible to change secondary quantity nor secondary unit in Goods Receipt create lines from process | |||||||
Steps To Reproduce | As system admin role: Set as displayed the 'Order Quantity' and 'Order UOM' fields of at least purchase order and goods receipt lines Set as active 'Product - UOM' and 'Unit Of Measure - Conversion' tabs As group admin role: Create a new product Add a purchase price list to it Set a unit in the UOM tab, for example Kg Create another unit in the UOM tab, for example Liter Define a conversion between Kg and Unit Create a purchase order, add a line to it and include the previously created product Select Kg in Order UOM field and set the quantity in Order Quantity field Book it Create a Goods Receipt header Click on Create Lines From and select the already created order line Change secondary quantity or secondary unit. Click on Ok button and realize any action is performed and Ok and Cancel buttons get disabled. Check in js console the following error: POST http://localhost:8080/openbravo/ad_callouts/SL_CreateLines_Conversion_UOM.html [^] 404 (No Encontrado) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||||||||||||||||
|
Notes | |
(0097344) hgbot (developer) 2017-06-13 10:19 |
Repository: erp/devel/pi Changeset: 50f482602e22e6f9335a403bc04a9e3581b8d3f2 Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com> Date: Mon Jun 12 18:24:58 2017 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/50f482602e22e6f9335a403bc04a9e3581b8d3f2 [^] Fixed issue 36216: servlet callout SL_CreateLines_Conversion_UOM is not working The reported problem is the same that it had been fixed in this issue 0035540 . In this case, SL_CreateLines_Conversion_UOM callout is still required to be manually executed as a servlet. Callouts should only be used in generated windows, for manual old 2.50 ones, as this case, the mapping is not generated by defining it as a manual map. --- M src-db/database/sourcedata/AD_MODEL_OBJECT.xml --- |
(0097353) inigosanchez (developer) 2017-06-13 11:26 |
Review this other ones: -ad_callouts/SL_CreateFromMultiple_Warehouse.html -ad_callouts/SL_CreateFromMultiple_Product.html -ad_callouts/SL_CreateFromMultiple_Conversion.html -ad_callouts/SL_CreateLines_Conversion_UOM.html -ad_callouts/SL_MInOutTraceReports.html |
(0097362) hudsonbot (developer) 2017-06-13 15:55 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/8d9cb6231826 [^] Maturity status: Test |
(0097389) inigosanchez (developer) 2017-06-14 13:44 edited on: 2017-06-14 13:45 |
An issue 0036257 has been reported related with the following callouts: -ad_callouts/SL_CreateFromMultiple_Warehouse.html -ad_callouts/SL_CreateFromMultiple_Product.html -ad_callouts/SL_CreateFromMultiple_Conversion.html |
(0097433) alostale (manager) 2017-06-16 09:09 |
reviewed + tested |
Issue History | |||
Date Modified | Username | Field | Change |
2017-06-09 09:52 | aferraz | New Issue | |
2017-06-09 09:52 | aferraz | Assigned To | => platform |
2017-06-09 09:52 | aferraz | Modules | => Core |
2017-06-09 09:52 | aferraz | Triggers an Emergency Pack | => No |
2017-06-09 09:52 | aferraz | Relationship added | caused by 0032512 |
2017-06-09 09:53 | aferraz | Regression level | => Production - Confirmed Stable |
2017-06-09 09:53 | aferraz | Regression date | => 2016-10-17 |
2017-06-09 09:53 | aferraz | Regression introduced in release | => 3.0PR17Q1 |
2017-06-09 09:53 | aferraz | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/b468094df0d0 [^] |
2017-06-09 09:54 | aferraz | Relationship added | related to 0036184 |
2017-06-12 10:14 | alostale | Relationship added | related to 0035540 |
2017-06-12 10:20 | inigosanchez | Assigned To | platform => inigosanchez |
2017-06-12 10:20 | inigosanchez | Status | new => acknowledged |
2017-06-12 10:21 | inigosanchez | Status | acknowledged => scheduled |
2017-06-12 13:47 | inigosanchez | Status | scheduled => acknowledged |
2017-06-12 13:48 | inigosanchez | Status | acknowledged => scheduled |
2017-06-12 18:16 | inigosanchez | Review Assigned To | => alostale |
2017-06-13 10:19 | hgbot | Checkin | |
2017-06-13 10:19 | hgbot | Note Added: 0097344 | |
2017-06-13 10:19 | hgbot | Status | scheduled => resolved |
2017-06-13 10:19 | hgbot | Resolution | open => fixed |
2017-06-13 10:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/50f482602e22e6f9335a403bc04a9e3581b8d3f2 [^] |
2017-06-13 11:26 | inigosanchez | Note Added: 0097353 | |
2017-06-13 15:55 | hudsonbot | Checkin | |
2017-06-13 15:55 | hudsonbot | Note Added: 0097362 | |
2017-06-14 13:44 | inigosanchez | Note Added: 0097389 | |
2017-06-14 13:45 | inigosanchez | Note Edited: 0097389 | View Revisions |
2017-06-14 13:45 | inigosanchez | Relationship added | related to 0036257 |
2017-06-16 09:09 | alostale | Note Added: 0097433 | |
2017-06-16 09:09 | alostale | Status | resolved => closed |
2017-06-16 09:09 | alostale | Fixed in Version | => 3.0PR17Q3 |
Copyright © 2000 - 2009 MantisBT Group |