Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012572 | Openbravo ERP | 03. Procurement management | public | 2010-03-05 11:19 | 2010-06-17 20:43 |
|
Reporter | balamurugan | |
Assigned To | balamurugan | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Professional Appliance |
Product Version | | |
Target Version | | 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 | 0012572: In Purchase/Sales Order Lines tab, if we edit the Line Net Amount field, the Net Standard Price is not updated correctly. |
Description | In Purchase/Sales Order Lines tab, if we edit the Line Net Amount field, the Net Standard Price is not updated correctly. |
Steps To Reproduce | 1. Go to Sales Management || Transactions || Sales Order || Header >> Lines tab
2. Select any product, and enter the following values.
- Ordered Quantity=1
- Now, the remaining fields like Net Unit Price, Net Standard price., are populated as per the setup.
- check the Edit Line Net Amount field and change the value of Line Net Amount to 500
- Please realize that the Net Unit Amount is changed to 500, but Net Standard Price is not changed.
- Now again change the Line Net Amount to 1000, and realize that Net Unit Price is changed to 1000, but Net Standard Price is changed to 500 (means previous value)
|
Proposed Solution | Modify SL_Invoice_Amt.java and SL_Order_Amt.java so it takes into account the discounts correctly, ... |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-03-05 11:19 | balamurugan | New Issue | |
2010-03-05 11:19 | balamurugan | Assigned To | => adrianromero |
2010-03-05 11:19 | balamurugan | OBNetwork customer | => No |
2010-03-06 09:17 | balamurugan | Assigned To | adrianromero => dalsasua |
2010-03-08 09:31 | dalsasua | Assigned To | dalsasua => balamurugan |
2010-03-08 09:31 | dalsasua | Priority | high => urgent |
2010-03-08 09:31 | dalsasua | Status | new => scheduled |
2010-03-08 09:31 | dalsasua | Proposed Solution updated | |
2010-03-15 11:34 | hgbot | Checkin | |
2010-03-15 11:34 | hgbot | Note Added: 0025464 | |
2010-03-15 11:34 | hgbot | Status | scheduled => resolved |
2010-03-15 11:34 | hgbot | Resolution | open => fixed |
2010-03-15 11:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/68865ba52f9bb03515cc15968a756cfb6c80184e [^] |
2010-03-16 08:41 | hudsonbot | Checkin | |
2010-03-16 08:41 | hudsonbot | Note Added: 0025523 | |
2010-04-07 13:27 | sureshbabu | Note Added: 0025934 | |
2010-04-07 13:27 | sureshbabu | Status | resolved => closed |
2010-04-08 00:00 | anonymous | sf_bug_id | 0 => 2983497 |
2010-04-19 21:11 | hudsonbot | Checkin | |
2010-04-19 21:11 | hudsonbot | Note Added: 0026403 | |
2010-06-17 12:39 | hgbot | Checkin | |
2010-06-17 12:39 | hgbot | Note Added: 0028550 | |
2010-06-17 12:40 | shuehner | Note Added: 0028551 | |
2010-06-17 20:43 | hudsonbot | Checkin | |
2010-06-17 20:43 | hudsonbot | Note Added: 0028576 | |
Notes |
|
(0025464)
|
hgbot
|
2010-03-15 11:34
|
|
|
|
|
|
|
|
Tested working Net unit price & Standard price changes as per the changes and not the Net list price |
|
|
|
|
|
(0028550)
|
hgbot
|
2010-06-17 12:39
|
|
Repository: erp/devel/pi
Changeset: 28a82e959e134c00b49f2b9c9b33afb60adc1ae1
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Jun 17 12:38:21 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/28a82e959e134c00b49f2b9c9b33afb60adc1ae1 [^]
Issue 12572: Enhancement to adminMode-debugging in OBContext
The optional debugging code (trace of all set-/restoreAdminMode) is now
used (if enabled) at both restorePreviousMode and end of http-request
---
M src/org/openbravo/dal/core/OBContext.java
---
|
|
|
|
Last note here (changeset 28a82e959e134c00b49f2b9c9b33afb60adc1ae1) had a typo in the commit message and is not related to this issue, but to 13572 instead. |
|
|
|
|