Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028530Openbravo ERPA. Platformpublic2015-01-07 12:552015-02-04 20:33
psanjuan 
alostale 
urgentmajoralways
closedfixed 
20Ubuntu 8.04.1
 
pi 
umartirena
Google Chrome
Core
No
0028530: Not possible to enter a matched amount while clicking on second landed cost line in "Match LC Costs" window.
Not possible to enter a matched amount while clicking on second landed cost line in "Match LC Costs" window.
In QA Testing Client navigate to Landed Cost window, create a new one for "Spain" organization dated on 07/01/2015.

Go to "Cost" tab and create a new record.
Select a landed cost type (of "Product" type), for instance "Transportation Cost", enter an Amount of 140.00
Create a new record, select same landed cost type and enter a new amount for instance of 50.00
Repeat above step 2 times more.

Go to "Receipt" tab and create a new record. Select a receipt in the field "Goods Receipt". Save.

Go back to the Landed Cost header and process and post landed cost document. For doing so costing background process should have been executed.

Go to Purchase Invoice window and create a new one. Select the product set as product landed cost type and enter an invoiced quatity = 1, Net Unit Price = 290. Complete the invoice.

In the line click on "Match LC Cost" process button. Filter by Landed Cost document number in the new window "Match LC Costs". Realize that 4 lines are shown.
Select first one and enter a matched amount. Go down and select second line.
Realize that it is not possible to enter a matched amount as that field is not editable.

Besides that once two lines have been selected and a matched amount entered if end-user press "Cancel" button to navigate somewhere else, it is not possible to re-open this window.

See also step by step process in the link attached below:

http://screencast.com/t/rPJuYgrRnEj0 [^]
No tags attached.
related to defect 0028565 closed umartirena not possible to filter by LineNo field in Match LC Cost 
Issue History
2015-01-07 12:55psanjuanNew Issue
2015-01-07 12:55psanjuanAssigned To => dmiguelez
2015-01-07 12:55psanjuanWeb browser => Google Chrome
2015-01-07 12:55psanjuanModules => Core
2015-01-07 12:55psanjuanTriggers an Emergency Pack => No
2015-01-07 13:17psanjuanWeb browserGoogle Chrome => Google Chrome
2015-01-07 13:17psanjuanSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7396#r7396
2015-01-07 13:53jonalegriaesarteWeb browserGoogle Chrome => Google Chrome
2015-01-07 13:53jonalegriaesarteResolution time => 1423263600
2015-01-07 14:16psanjuanWeb browserGoogle Chrome => Google Chrome
2015-01-07 14:16psanjuanAssigned Todmiguelez => umartirena
2015-01-07 15:02psanjuanWeb browserGoogle Chrome => Google Chrome
2015-01-08 17:29umartirenaWeb browserGoogle Chrome => Google Chrome
2015-01-08 17:29umartirenaAssigned Toumartirena => AugustoMauch
2015-01-08 17:29umartirenaCategory04. Warehouse management => A. Platform
2015-01-08 17:29umartirenaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7405#r7405
2015-01-12 13:29alostaleRelationship addedrelated to 0028565
2015-01-12 16:39ngarciaIssue Monitored: ngarcia
2015-01-13 09:35alostaleWeb browserGoogle Chrome => Google Chrome
2015-01-13 09:35alostaleSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7428#r7428
2015-01-13 09:45psanjuanWeb browserGoogle Chrome => Google Chrome
2015-01-13 09:45psanjuanSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7429#r7429
2015-01-13 09:54alostaleIssue Monitored: dbaz
2015-01-13 09:54alostaleReview Assigned To => dbaz
2015-01-13 09:54alostaleWeb browserGoogle Chrome => Google Chrome
2015-01-13 09:59hgbotCheckin
2015-01-13 09:59hgbotNote Added: 0073448
2015-01-13 09:59hgbotStatusnew => resolved
2015-01-13 09:59hgbotResolutionopen => fixed
2015-01-13 09:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/66dda4d779f9d895344bf074a35d82a3012e0607 [^]
2015-01-13 09:59alostaleAssigned ToAugustoMauch => alostale
2015-01-13 10:58alostaleIssue End Monitor: dbaz
2015-01-13 10:58alostaleReview Assigned Todbaz => umartirena
2015-01-13 10:58alostaleWeb browserGoogle Chrome => Google Chrome
2015-01-13 16:34umartirenaNote Added: 0073465
2015-01-13 16:34umartirenaStatusresolved => closed
2015-01-13 16:34umartirenaFixed in Version => pi
2015-02-04 20:33hudsonbotCheckin
2015-02-04 20:33hudsonbotNote Added: 0074139

Notes
(0073448)
hgbot   
2015-01-13 09:59   
Repository: erp/devel/pi
Changeset: 66dda4d779f9d895344bf074a35d82a3012e0607
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jan 13 09:58:54 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/66dda4d779f9d895344bf074a35d82a3012e0607 [^]

fixed bug 28530: can't enter 2nd matched amount in Match LC Costs

  When trying to edit the 2nd line in Match LC Costs, UI didn't allow to enter
  then matched amount field. After this failure it was needed to reload the
  whole page in order make it work again.

  The problem was in this situation validation for amount fields is triggered for
  all selected records including the new one where the amount is '', it was tried
  to be converted to BigDecimal resulting on a JavaScript exception thrown.

  Fix check if the amount has a value (or 0) to only sum it in this case.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/costing/ob-lc-matchfrominvoice.js
---
(0073465)
umartirena   
2015-01-13 16:34   
Code Review + Testing OK
(0074139)
hudsonbot   
2015-02-04 20:33   
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/f36c91d0ad63 [^]
Maturity status: Test