Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028286 | Openbravo ERP | 04. Warehouse management | public | 2014-11-26 10:35 | 2014-12-30 23:26 |
|
Reporter | aferraz | |
Assigned To | aferraz | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Professional Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | aferraz |
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 | 0028286: [Costing] Landed Cost Receipt Line Amount should always be created in the same order |
Description | Landed Cost Receipt Line Amount should always be created in the same order
In order to help JUnit tests assert landed cost, Landed Cost Receipt Line Amount should always be created in the same order. |
Steps To Reproduce | In "QA Testing" client, create a Landed Cost with more than one Landed Cost Cost and insert a Receipt with more than one line. Realize that Receipt Line Amount lines don't follow any order. |
Proposed Solution | The order should be:
1.- Landed Cost Receipt Goods Receipt document number
2.- Landed Cost Cost line number
3.- Landed Cost Receipt Goods Receipt Line line number |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-11-26 10:35 | aferraz | New Issue | |
2014-11-26 10:35 | aferraz | Assigned To | => Sandrahuguet |
2014-11-26 10:35 | aferraz | OBNetwork customer | => No |
2014-11-26 10:35 | aferraz | Modules | => Core |
2014-11-26 10:35 | aferraz | Triggers an Emergency Pack | => No |
2014-11-27 18:39 | aferraz | Summary | [Costing] Landed Cost Receipt Line Amount and Accounting should always be created in the same order => [Costing] Landed Cost Receipt Line Amount should always be created in the same order |
2014-11-27 18:39 | aferraz | Description Updated | bug_revision_view_page.php?rev_id=7171#r7171 |
2014-11-27 18:39 | aferraz | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=7173#r7173 |
2014-11-27 18:39 | aferraz | Proposed Solution updated | |
2014-11-28 14:46 | Sandrahuguet | Assigned To | Sandrahuguet => aferraz |
2014-12-04 20:51 | hgbot | Checkin | |
2014-12-04 20:51 | hgbot | Note Added: 0072290 | |
2014-12-04 20:51 | hgbot | Status | new => resolved |
2014-12-04 20:51 | hgbot | Resolution | open => fixed |
2014-12-04 20:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1f26de8763c01883bfe0da27593442c2fd944782 [^] |
2014-12-04 20:52 | aferraz | Review Assigned To | => aferraz |
2014-12-04 20:52 | aferraz | Status | resolved => closed |
2014-12-05 11:47 | aferraz | Status | closed => new |
2014-12-05 11:47 | aferraz | Resolution | fixed => open |
2014-12-05 14:12 | hgbot | Checkin | |
2014-12-05 14:12 | hgbot | Note Added: 0072311 | |
2014-12-05 14:34 | aferraz | Status | new => scheduled |
2014-12-05 14:34 | aferraz | fix_in_branch | => pi |
2014-12-05 14:35 | aferraz | Status | scheduled => resolved |
2014-12-05 14:35 | aferraz | Resolution | open => fixed |
2014-12-05 14:35 | aferraz | Note Added: 0072313 | |
2014-12-05 14:35 | aferraz | Status | resolved => closed |
2014-12-30 23:26 | hudsonbot | Checkin | |
2014-12-30 23:26 | hudsonbot | Note Added: 0073176 | |
2014-12-30 23:26 | hudsonbot | Checkin | |
2014-12-30 23:26 | hudsonbot | Note Added: 0073181 | |
Notes |
|
(0072290)
|
hgbot
|
2014-12-04 20:51
|
|
Repository: erp/devel/pi
Changeset: 1f26de8763c01883bfe0da27593442c2fd944782
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Mon Dec 01 16:49:43 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/1f26de8763c01883bfe0da27593442c2fd944782 [^]
Fixes bug 28286 LandedCostLineAmt should always be created in the same order
In order to help JUnit tests assert landed cost, an orderBy clause has been added when creating Landed Cost Receipt Line Amount lines, to be always created in the same order.
---
M src/org/openbravo/costing/LandedCostDistributionByAmount.java
M src/org/openbravo/costing/LandedCostProcess.java
---
|
|
|
(0072311)
|
hgbot
|
2014-12-05 14:12
|
|
Repository: erp/devel/pi
Changeset: cd56a855a806fe08a09c6ae3c88e48fcb65d55e9
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Fri Dec 05 14:11:17 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/cd56a855a806fe08a09c6ae3c88e48fcb65d55e9 [^]
Related to bug 28286 LandedCostLineAmt should always be created in the same order
The field in the order by clause must appear in the group by clause to prevent fail in Postgresql 8.4
---
M src/org/openbravo/costing/LandedCostDistributionByAmount.java
---
|
|
|
|
|
|
|
|
|
|
|