Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0006908 | Openbravo ERP | 07. Sales management | public | 2009-01-15 12:57 | 2009-02-20 11:55 |
|
Reporter | networkb | |
Assigned To | shuehner | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40MP1 | |
Target Version | | Fixed in Version | 2.50beta | |
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 | 0006908: Order selector from Menu->Information->Sales Order Line shows only purchase order lines |
Description | When the order line selector is accessed from the menu it shows only purchase order lines. |
Steps To Reproduce | |
Proposed Solution | Show both, purchase and sales orders and add possibility to select just purchase or sales orders.
|
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0006951 | | closed | rmorley | Add a Type drop-down to Invoice Line and Order Line selectors | depends on | backport | 0006935 | | closed | networkb | Order selector from Menu->Information->Sales Order Line shows only purchase order lines | related to | defect | 0005404 | | closed | shuehner | The selector shown after clicking Menu -> Info -> Invoice Linse shows only purchase invoice lines |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-01-15 12:57 | villind | New Issue | |
2009-01-15 12:57 | villind | Assigned To | => rafaroda |
2009-01-15 12:57 | villind | sf_bug_id | 0 => 2509666 |
2009-01-15 12:57 | villind | Regression testing | => No |
2009-01-15 18:38 | networkb | Reporter | villind => networkb |
2009-01-15 18:38 | networkb | Priority | normal => immediate |
2009-01-15 20:41 | villind | Issue Monitored: villind | |
2009-01-16 08:58 | rafaroda | Status | new => scheduled |
2009-01-16 08:58 | rafaroda | Assigned To | rafaroda => shuehner |
2009-01-16 08:58 | rafaroda | fix_in_branch | => trunk |
2009-01-16 14:16 | rafaroda | Relationship added | related to 0006951 |
2009-01-16 14:17 | rafaroda | Relationship added | related to 0005404 |
2009-01-16 16:21 | shuehner | Note Added: 0012264 | |
2009-01-16 16:22 | shuehner | Note Edited: 0012264 | |
2009-01-19 16:48 | svnbot | Checkin | |
2009-01-19 16:48 | svnbot | Note Added: 0012357 | |
2009-01-19 16:48 | svnbot | Status | scheduled => resolved |
2009-01-19 16:48 | svnbot | Resolution | open => fixed |
2009-01-19 16:48 | svnbot | svn_revision | => 12016 |
2009-02-17 15:25 | shuehner | Status | resolved => new |
2009-02-17 15:25 | shuehner | Resolution | fixed => open |
2009-02-17 15:25 | shuehner | Note Added: 0013571 | |
2009-02-17 16:23 | rafaroda | Status | new => scheduled |
2009-02-17 16:23 | rafaroda | fix_in_branch | trunk => |
2009-02-17 18:47 | svnbot | Checkin | |
2009-02-17 18:47 | svnbot | Note Added: 0013595 | |
2009-02-17 18:47 | svnbot | Status | scheduled => resolved |
2009-02-17 18:47 | svnbot | Resolution | open => fixed |
2009-02-17 18:47 | svnbot | svn_revision | 12016 => 13292 |
2009-02-20 11:55 | sureshbabu | Status | resolved => closed |
2009-02-20 11:55 | sureshbabu | Note Added: 0013820 | |
2009-02-20 11:55 | sureshbabu | Fixed in Version | => trunk |
Notes |
|
(0012264)
|
shuehner
|
2009-01-16 16:21
(edited on: 2009-01-16 16:22) |
|
Technically the code is to display sales order lines is already present in the selector. It can be used manually by appending an extra parameter to the url which calls this selector:
Example:
openbravo-trunk_oracle/info/SalesOrderLine.html?inpisSOTrxTab=Y
Then this selector does only display Sales Order Lines instead of Purchase Order Lines.
Only one type can be shown at the same time, the current code does not allow showing Sales- & Purchase- Orderlines at the same time.
|
|
|
(0012357)
|
svnbot
|
2009-01-19 16:48
|
|
Repository: openbravo
Revision: 12016
Author: huehner
Date: 2009-01-19 16:48:45 +0100 (Mon, 19 Jan 2009)
Fixed 6908
Fixed Order Selector does only show purchase order lines by
adding a new filter combo-fields in the header area where
purchase or sales can be selected.
---
U trunk/src/org/openbravo/erpCommon/info/SalesOrderLine.html
U trunk/src/org/openbravo/erpCommon/info/SalesOrderLine.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=12016&sc=1 [^]
|
|
|
|
The new filter field did not always behave correct. I.e. selecting sales, clicking search, reordering by one column (i.e. documentno) to show purchase rows again. |
|
|
(0013595)
|
svnbot
|
2009-02-17 18:47
|
|
Repository: openbravo
Revision: 13292
Author: huehner
Date: 2009-02-17 18:47:33 +0100 (Tue, 17 Feb 2009)
Fixed 6908
Fixed changing column ordering in order line selector when using sales-filter
---
U trunk/src/org/openbravo/erpCommon/info/SalesOrderLine.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=13292&sc=1 [^]
|
|
|
|
Retested in context 79.125.56.185/openbravotrunk |
|