Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018658 | Openbravo ERP | 03. Procurement management | public | 2011-09-30 12:47 | 2012-04-02 06:10 |
|
Reporter | psanjuan | |
Assigned To | dmiguelez | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 8.04.1 |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018658: Requisition window shows the currency setup at Client level regardless the Organization being selected. |
Description | Requisition window shows the currency setup at Client level regardless the Organization being selected. |
Steps To Reproduce | Navigate to Requisition window.
Create a new one and select F&B US Inc organization.
Realize that the system is showing EUR as currency, unless you select a BP and its corresponding price list (linked to a given currency).
F&B US Inc organization, has only one accounting schema in USD, nothing to do with EUR, therefore this behaviour is confusing.
System is showing EUR because that is the Base currency at client level.
On the other hand it is not mandatory to select a BP in a requisition, It could be we need something we do not know yet the supplier which will be used. |
Proposed Solution | I think we should be able to select the currency we want to use at requisition header level regardless we do not inform about the supplier to be used; due to the fact that there is no currency by default at Organization level, just at Client Level. |
Additional Information | |
Tags | VMA-Reviewed |
Relationships | has duplicate | defect | 0019512 | | closed | vmromanos | requisition can not use currecy from price list | related to | defect | 0020058 | | closed | dmiguelez | NullPointerException in SL_Requisition_BPartner_PriceList callout |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-09-30 12:47 | psanjuan | New Issue | |
2011-09-30 12:47 | psanjuan | Assigned To | => jonalegriaesarte |
2011-09-30 12:47 | psanjuan | Web browser | => Google Chrome |
2011-09-30 12:47 | psanjuan | Modules | => Core |
2011-09-30 12:47 | psanjuan | OBNetwork customer | => No |
2012-02-15 19:04 | iciordia | Assigned To | jonalegriaesarte => vmromanos |
2012-02-16 16:28 | vmromanos | Tag Attached: VMA-Reviewed | |
2012-03-05 10:43 | dmiguelez | Status | new => scheduled |
2012-03-05 10:43 | dmiguelez | Assigned To | vmromanos => dmiguelez |
2012-03-05 10:43 | dmiguelez | fix_in_branch | => pi |
2012-03-07 18:04 | dmiguelez | Note Added: 0046147 | |
2012-03-07 18:05 | dmiguelez | Note Added: 0046148 | |
2012-03-13 13:53 | hgbot | Checkin | |
2012-03-13 13:53 | hgbot | Note Added: 0046336 | |
2012-03-13 13:53 | hgbot | Status | scheduled => resolved |
2012-03-13 13:53 | hgbot | Resolution | open => fixed |
2012-03-13 13:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6161cc645a380fccff9ccb3610dee6e924b15e05 [^] |
2012-03-13 13:54 | vmromanos | Note Added: 0046337 | |
2012-03-13 13:54 | vmromanos | Status | resolved => closed |
2012-03-14 13:48 | hgbot | Checkin | |
2012-03-14 13:48 | hgbot | Note Added: 0046401 | |
2012-03-20 11:46 | vmromanos | Relationship added | related to 0020058 |
2012-04-02 06:09 | hudsonbot | Checkin | |
2012-04-02 06:09 | hudsonbot | Note Added: 0047116 | |
2012-04-02 06:10 | hudsonbot | Checkin | |
2012-04-02 06:10 | hudsonbot | Note Added: 0047134 | |
2012-04-11 09:57 | vmromanos | Relationship added | has duplicate 0019512 |
Notes |
|
|
Test plan:
Navigate to Requisition window.
Create a new one and select F&B US Inc organization.
Realize that the currency it's not shown if there is not Price List selected.
Create a Line and realize that it it works in the same way as the header. |
|
|
|
|
|
(0046336)
|
hgbot
|
2012-03-13 13:53
|
|
Repository: erp/devel/pi
Changeset: 6161cc645a380fccff9ccb3610dee6e924b15e05
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Tue Mar 13 11:28:56 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6161cc645a380fccff9ccb3610dee6e924b15e05 [^]
Fixes issue 18658: Added a Callout and modified another one.
---
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java
A src/org/openbravo/erpCommon/ad_callouts/SL_Requisition_BPartner_PriceList.java
---
|
|
|
|
|
|
(0046401)
|
hgbot
|
2012-03-14 13:48
|
|
Repository: erp/devel/pi
Changeset: 143a435ed120ba4421a558c46a0cf02c36c92ffe
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed Mar 14 13:47:41 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/143a435ed120ba4421a558c46a0cf02c36c92ffe [^]
Related to issue 18658: Renamed local variable.
---
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java
M src/org/openbravo/erpCommon/ad_callouts/SL_Requisition_BPartner_PriceList.java
---
|
|
|
|
|
|
|
|