Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020295Openbravo ERP09. Financial managementpublic2012-04-17 20:472012-05-29 16:31
vmromanos 
naiaramartinez 
normalmajoralways
closedfixed 
20Debian 5.0
 
3.0MP12 
Core
No
0020295: AcctSchemaData.selectAcctSchemaTable2() should be deprecated
The AcctSchemaData.selectAcctSchemaTable2() should be deprecated.
DocInvoice.java class is currently using it, so a minor refactor should be done there.
See description
MIR-Reviewed
related to defect 0020254 closed eduardo_Argal Multi accounting schema is not working properly in some circunstances 
Issue History
2012-04-17 20:47vmromanosNew Issue
2012-04-17 20:47vmromanosAssigned To => vmromanos
2012-04-17 20:47vmromanosModules => Core
2012-04-17 20:47vmromanosRelationship addedrelated to 0020254
2012-04-19 18:43miruritaTag Attached: MIR-Reviewed
2012-04-26 09:36naiaramartinezNote Added: 0047988
2012-04-26 09:36naiaramartinezAssigned Tovmromanos => naiaramartinez
2012-04-26 09:37naiaramartinezStatusnew => scheduled
2012-04-26 09:37naiaramartinezfix_in_branch => pi
2012-05-02 09:23hgbotCheckin
2012-05-02 09:23hgbotNote Added: 0048212
2012-05-02 09:23hgbotStatusscheduled => resolved
2012-05-02 09:23hgbotResolutionopen => fixed
2012-05-02 09:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/5ba465318fb54c88dee5126f0efa8fd443874f7b [^]
2012-05-02 09:24hgbotCheckin
2012-05-02 09:24hgbotNote Added: 0048216
2012-05-25 12:07hudsonbotCheckin
2012-05-25 12:07hudsonbotNote Added: 0048931
2012-05-25 12:07hudsonbotCheckin
2012-05-25 12:07hudsonbotNote Added: 0048935
2012-05-29 16:31miruritaNote Added: 0049433
2012-05-29 16:31miruritaStatusresolved => closed
2012-05-29 16:31miruritaFixed in Version => 3.0MP12

Notes
(0047988)
naiaramartinez   
2012-04-26 09:36   
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
---
(0048931)
hudsonbot   
2012-05-25 12:07   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/5401e185a8b0 [^]

Maturity status: Test
(0048935)
hudsonbot   
2012-05-25 12:07   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/5401e185a8b0 [^]

Maturity status: Test
(0049433)
mirurita   
2012-05-29 16:31   
code review + testing OK