Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020295 | Openbravo ERP | 09. Financial management | public | 2012-04-17 20:47 | 2012-05-29 16:31 |
|
Reporter | vmromanos | |
Assigned To | naiaramartinez | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Debian 5.0 |
Product Version | | |
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 | 0020295: AcctSchemaData.selectAcctSchemaTable2() should be deprecated |
Description | The AcctSchemaData.selectAcctSchemaTable2() should be deprecated.
DocInvoice.java class is currently using it, so a minor refactor should be done there. |
Steps To Reproduce | See description |
Proposed Solution | |
Additional Information | |
Tags | MIR-Reviewed |
Relationships | related to | defect | 0020254 | | closed | eduardo_Argal | Multi accounting schema is not working properly in some circunstances |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-04-17 20:47 | vmromanos | New Issue | |
2012-04-17 20:47 | vmromanos | Assigned To | => vmromanos |
2012-04-17 20:47 | vmromanos | Modules | => Core |
2012-04-17 20:47 | vmromanos | Relationship added | related to 0020254 |
2012-04-19 18:43 | mirurita | Tag Attached: MIR-Reviewed | |
2012-04-26 09:36 | naiaramartinez | Note Added: 0047988 | |
2012-04-26 09:36 | naiaramartinez | Assigned To | vmromanos => naiaramartinez |
2012-04-26 09:37 | naiaramartinez | Status | new => scheduled |
2012-04-26 09:37 | naiaramartinez | fix_in_branch | => pi |
2012-05-02 09:23 | hgbot | Checkin | |
2012-05-02 09:23 | hgbot | Note Added: 0048212 | |
2012-05-02 09:23 | hgbot | Status | scheduled => resolved |
2012-05-02 09:23 | hgbot | Resolution | open => fixed |
2012-05-02 09:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5ba465318fb54c88dee5126f0efa8fd443874f7b [^] |
2012-05-02 09:24 | hgbot | Checkin | |
2012-05-02 09:24 | hgbot | Note Added: 0048216 | |
2012-05-25 12:07 | hudsonbot | Checkin | |
2012-05-25 12:07 | hudsonbot | Note Added: 0048931 | |
2012-05-25 12:07 | hudsonbot | Checkin | |
2012-05-25 12:07 | hudsonbot | Note Added: 0048935 | |
2012-05-29 16:31 | mirurita | Note Added: 0049433 | |
2012-05-29 16:31 | mirurita | Status | resolved => closed |
2012-05-29 16:31 | mirurita | Fixed in Version | => 3.0MP12 |
Notes |
|
|
Test Plan:
Go to Accounting Schema and verify that 'F&B International Group US/A/Euro' and 'F&B US, Inc. US/A/US Dollar' are actived.
Go to Organization window.
Select 'F&B International Group' organization and go to Org schema tab.
Verify that there is only a single record. This record has to have 'F&B International Group US/A/Euro' accouting schema.
Go back to the organization tab, and select 'F&B US, Inc.' organization. Go to Org schema tab.
Verify that there is only single record. This record has to have 'F&B US, Inc. US/A/US Dollar' accounting schema.
Verify for the rest of organizations that there are no records in org schema tabs.
Go to Sales invoice window.
Create new header.
Set Organization: F&B US, Inc.
Create new line.
Complete and post it.
Notice that two entries are created in General Ledger Journal. One for 'Accounting Schema F&B International Group US/A/Euro' and the other one for 'Accounting Schema F&B US, Inc. US/A/US Dollar'.
Go back to sales invoice window.
Create new header.
Set Organization:F&B EspaƱa, S.A.
Create new line.
Complete and post it.
Notice that one entry is created in General Ledger Journal(for 'Accounting Schema F&B International Group US/A/Euro') . |
|
|
(0048212)
|
hgbot
|
2012-05-02 09:23
|
|
Repository: erp/devel/pi
Changeset: 5ba465318fb54c88dee5126f0efa8fd443874f7b
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Wed Apr 25 18:04:53 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5ba465318fb54c88dee5126f0efa8fd443874f7b [^]
fixed bug 20295 AcctSchemaData.selectAcctSchemaTable2() is deprecated
---
M src/org/openbravo/erpCommon/ad_forms/AcctSchema_data.xsql
M src/org/openbravo/erpCommon/ad_forms/DocInvoice.java
---
|
|
|
(0048216)
|
hgbot
|
2012-05-02 09:24
|
|
Repository: erp/devel/pi
Changeset: e058a354ffee70529aa60a9887b649e148659bad
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Mon Apr 30 19:33:21 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e058a354ffee70529aa60a9887b649e148659bad [^]
Related to issue 20295: update license year text
---
M src/org/openbravo/erpCommon/ad_forms/AcctServer_data.xsql
M src/org/openbravo/erpCommon/ad_forms/DocInvoice.java
---
|
|
|
|
|
|
|
|
|
(0049433)
|
mirurita
|
2012-05-29 16:31
|
|
|