Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015092 | Openbravo ERP | Z. Others | public | 2010-11-02 12:14 | 2012-05-25 12:11 |
|
Reporter | shuehner | |
Assigned To | Sandrahuguet | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP11 | |
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 | 0015092: Some reports/processes still use the deprecated OrganizationComboData instead of the standard ComboTableData |
Description | When fixing issue 10001 some reports/processes in core where not corrected.
Please check 10001 for all details.
Remaining list of users in core:
- org.openbravo.erpCommon.ad_process.PrintInvoices (recheck if the standard combotabledata does show the 'correct' list of orgs for a process also)
- org.openbravo.erpCommon.ad_reports
-- GenerateModel347
-- ReportAccountingCountDimensionalAnalyses
-- ReportInvoiceCustomerDimensionalAnalyses
-- ReportInvoiceCustomerDimensionalAnalysesJR
-- ReportMaterialDimensionalAnalysesJR
-- ReportRefundInvoiceCustomerDimensionalAnalysis
Please recheck with eclipse that no users are left after converting those classes.
|
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | VMA-Reviewed |
Relationships | related to | defect | 0010001 | | closed | harikrishnan | Report should/must use ComboTableData with #AccessibleOrgTree for Organization dropdown | related to | feature request | 0015091 | | new | shuehner | Add posibility to mark xsql-files or SqlMethod within them as deprecated |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-11-02 12:14 | shuehner | New Issue | |
2010-11-02 12:14 | shuehner | Assigned To | => adrianromero |
2010-11-02 12:14 | shuehner | Relationship added | related to 0010001 |
2010-11-02 12:15 | shuehner | Relationship added | related to 0015091 |
2011-06-03 10:58 | dalsasua | Assigned To | adrianromero => dalsasua |
2011-07-20 18:13 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
2012-02-15 19:05 | iciordia | Assigned To | jonalegriaesarte => vmromanos |
2012-02-16 15:49 | vmromanos | Tag Attached: VMA-Reviewed | |
2012-04-18 17:48 | Sandrahuguet | Assigned To | vmromanos => Sandrahuguet |
2012-04-18 17:49 | Sandrahuguet | Status | new => scheduled |
2012-04-18 17:49 | Sandrahuguet | fix_in_branch | => pi |
2012-04-20 10:56 | Sandrahuguet | Note Added: 0047777 | |
2012-04-24 18:20 | hgbot | Checkin | |
2012-04-24 18:20 | hgbot | Note Added: 0047930 | |
2012-04-24 18:20 | hgbot | Status | scheduled => resolved |
2012-04-24 18:20 | hgbot | Resolution | open => fixed |
2012-04-24 18:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2580ff5d8c681ad26b5cc0d69ed49a8299fe9f9e [^] |
2012-04-24 18:20 | hgbot | Checkin | |
2012-04-24 18:20 | hgbot | Note Added: 0047931 | |
2012-04-24 18:21 | mirurita | Note Added: 0047932 | |
2012-04-24 18:21 | mirurita | Status | resolved => closed |
2012-04-24 18:21 | mirurita | Fixed in Version | => 3.0MP11 |
2012-04-26 19:32 | hudsonbot | Checkin | |
2012-04-26 19:32 | hudsonbot | Note Added: 0048085 | |
2012-04-26 19:32 | hudsonbot | Checkin | |
2012-04-26 19:32 | hudsonbot | Note Added: 0048086 | |
2012-05-09 13:48 | hgbot | Checkin | |
2012-05-09 13:48 | hgbot | Note Added: 0048508 | |
2012-05-14 12:03 | vmromanos | Note Added: 0048612 | |
2012-05-25 12:11 | hudsonbot | Checkin | |
2012-05-25 12:11 | hudsonbot | Note Added: 0049080 | |
Notes |
|
|
Test Plan:
-Go to Role and select F&BUser
-In Org Acces tab you should have: F&B International Group,
F&B US East Coast
F&B US, Inc.
F&B US West Coast
-Login with F&BUser
Multidimensional Tax Report
-Go to Multidimensional Tax Report
-Notice that in the organization combo you have access to all organization tree
Print Invoices
*As System Administrator
-Go to Report and process select Print Invoices and check active
-Go to Menu select Print Invoices and check active
*As F&B International Group Admin
-Go to Role, select F&BUser and in Window Acess tab create access to Print Invoices
*As F&BUser
-Go to Print Invoices
-Notice that in the organization combo you have access to all organization tree
Payment Execution
-Go to Payment Execution
-Notice that in the organization combo you have access to the organization client |
|
|
(0047930)
|
hgbot
|
2012-04-24 18:20
|
|
Repository: erp/devel/pi
Changeset: 2580ff5d8c681ad26b5cc0d69ed49a8299fe9f9e
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Apr 24 12:44:32 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2580ff5d8c681ad26b5cc0d69ed49a8299fe9f9e [^]
Fixed issue 15092 Change OrganizationComboData instead of ComboTableData
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.java
M modules/org.openbravo.reports.ordersawaitingdelivery/src/org/openbravo/reports/ordersawaitingdelivery/erpCommon/ad_reports/ReportOrderNotShipped.java
M src/org/openbravo/erpCommon/ad_combos/OrganizationCombo_data.xsql
M src/org/openbravo/erpCommon/ad_process/PrintInvoices.java
---
|
|
|
(0047931)
|
hgbot
|
2012-04-24 18:20
|
|
Repository: erp/devel/pi
Changeset: b1c45effac4ba958111043d3bf0435a438c007fe
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Tue Apr 24 18:16:02 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b1c45effac4ba958111043d3bf0435a438c007fe [^]
Related to issue 15092: code review.
Add validation 'AD_Org (without *)' for Orders Awaiting Delivery and Print Invoices.
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.java
M modules/org.openbravo.reports.ordersawaitingdelivery/src/org/openbravo/reports/ordersawaitingdelivery/erpCommon/ad_reports/ReportOrderNotShipped.java
M src/org/openbravo/erpCommon/ad_process/PrintInvoices.java
---
|
|
|
(0047932)
|
mirurita
|
2012-04-24 18:21
|
|
code review + testing OK
[24/04/2012] The following classes are using OrganizationComboData in OB3.0 distribution
-- org.openbravo.reports.ordersawaitingdelivery.erpCommon.ad_reports.ReportOrderNotShipped
-- org.openbravo.erpCommon.ad_process.PrintInvoices (inactive)
-- org.openbravo.advpaymentmngt.ad_forms.BatchPaymentExecution
The class has been deprecated using xsql class/method comments. |
|
|
|
|
|
|
|
|
(0048508)
|
hgbot
|
2012-05-09 13:48
|
|
Repository: erp/devel/pi
Changeset: 65891cafc3a46403a62116a3015bf7371f38038c
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Wed May 09 13:47:38 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/65891cafc3a46403a62116a3015bf7371f38038c [^]
Related to issue 15092: hide * org in Payment execution window
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.java
---
|
|
|
|
Reviewed: the organization * does not appear anymore into the Payment Execution window.
Tested on live.builds and demo.openbravo.com |
|
|
|
|