Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013039 | Openbravo ERP | 03. Procurement management | public | 2010-04-19 14:59 | 2012-05-25 12:13 |
|
Reporter | albertobg | |
Assigned To | mirurita | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP14 | |
Target Version | | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013039: Callout SL_RequisitionLine_Amt gets the standard and price precision from data in header instead of lines |
Description | Callout SL_RequisitionLine_Amt gets the standard precision and price precision using the select method in SL_RequisitionLine_Amt_data.xsql.
This query joins only with M_Requisition (M_Requisition.M_PriceList_ID)
It is possible to specify the pricelist at line level, so it should join first with M_RequisitionLine (M_RequisitionLine.M_PriceList_ID) and, if not found, then try with M_Requisition. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | VMA-Reviewed |
Relationships | related to | defect | 0013955 | | closed | naiaramartinez | Requisition: When pricelist information is added to the header after the line was added, the prices do not get applied in line |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-04-19 14:59 | albertobg | New Issue | |
2010-04-19 14:59 | albertobg | Assigned To | => adrianromero |
2010-08-24 22:39 | fgredruello | Issue Monitored: fgredruello | |
2011-06-03 10:59 | dalsasua | Assigned To | adrianromero => dalsasua |
2011-07-20 18:12 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
2011-09-16 12:02 | psarobe | Status | new => scheduled |
2011-09-16 12:02 | psarobe | Fixed in Version | => 3.0MP9 |
2012-02-15 19:04 | iciordia | Assigned To | jonalegriaesarte => vmromanos |
2012-02-16 16:13 | vmromanos | Tag Attached: VMA-Reviewed | |
2012-02-16 16:13 | vmromanos | Relationship added | related to 0013955 |
2012-05-10 12:13 | gorka_gil | Assigned To | vmromanos => mirurita |
2012-05-14 11:43 | naiaramartinez | Note Added: 0048610 | |
2012-05-18 19:44 | hgbot | Checkin | |
2012-05-18 19:44 | hgbot | Note Added: 0048778 | |
2012-05-18 19:44 | hgbot | Status | scheduled => resolved |
2012-05-18 19:44 | hgbot | Resolution | open => fixed |
2012-05-18 19:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/65fa9fad25ccf98334937f7f8afa20f41dc303e0 [^] |
2012-05-18 19:44 | hgbot | Checkin | |
2012-05-18 19:44 | hgbot | Note Added: 0048779 | |
2012-05-18 19:45 | mirurita | Note Added: 0048780 | |
2012-05-18 19:45 | mirurita | Status | resolved => closed |
2012-05-18 19:45 | mirurita | Fixed in Version | 3.0MP9 => 3.0MP12 |
2012-05-25 12:13 | hudsonbot | Checkin | |
2012-05-25 12:13 | hudsonbot | Note Added: 0049171 | |
2012-05-25 12:13 | hudsonbot | Checkin | |
2012-05-25 12:13 | hudsonbot | Note Added: 0049172 | |
Notes |
|
|
Test Plan:
Go to currency window and create a new record. Fill Standard Precision, costing precision and price precision with 1.
Go to Requisition window
Create new header. Select a pricelist
Go to lines tab and create a new record. Fill price list field and save it. The price list field have to be different of header's price list.
Navigate to line's price list. Change this price list's currency, and set previosly created one.
Go back to the Requisition line and change the product. Notice that Line net amount is showing with 1 decimal. |
|
|
(0048778)
|
hgbot
|
2012-05-18 19:44
|
|
Repository: erp/devel/pi
Changeset: 65fa9fad25ccf98334937f7f8afa20f41dc303e0
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Fri May 18 13:59:45 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/65fa9fad25ccf98334937f7f8afa20f41dc303e0 [^]
fixed bug 13039 get standard and price precision from data in lines. If data
is null it gets from header.
---
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Amt.java
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Amt_data.xsql
---
|
|
|
(0048779)
|
hgbot
|
2012-05-18 19:44
|
|
Repository: erp/devel/pi
Changeset: f531a3011f716677690fdfe6d09d43605596ada5
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Fri May 18 19:43:48 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f531a3011f716677690fdfe6d09d43605596ada5 [^]
Related to issue 13039: remove not needed if condition.
getStringParameter(String parameter) calls to getStringParameter(parameter, "", null)
where default value in case of null is an empty string "" (second parameter).
---
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Amt.java
---
|
|
|
(0048780)
|
mirurita
|
2012-05-18 19:45
|
|
|
|
|
|
|
|
|