Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020805Openbravo ERP09. Financial managementpublic2012-06-19 15:552012-07-26 02:42
Xpand-IT 
naiaramartinez 
normalminoralways
closedfixed 
107
3.0MP7.1 
 
Google Chrome
Core
No
0020805: Shown field in Tax Report Setup does not work
If the Shown check-box is unchecked the tax still appears in the report.
Go to Financial Management || Accounting || Analysis tools || Tax Report Setup
Create the root node:
 - Name: Report
 - Tax:
 - Sales transaction: N
 - Report: Y
 - Shown: Y
 - Summary Level: Y
 - Negative: N
Create a child node:
 - Name: tax1
 - Tax: NY Sales Tax - US State Sales Tax
 - Sales transaction: Y
 - Report: N
 - Shown: N
 - Summary Level: N
 - Negative: N
Set the node as child in the tree.

Go to Financial Management || Accounting || Analysis tools || Create Tax Report
Create a new entry and select the Report
Generate the report

Tax1 is shown
No tags attached.
png TaxReport.PNG (74,712) 2012-06-19 15:55
https://issues.openbravo.com/file_download.php?file_id=5308&type=bug
png
Issue History
2012-06-19 15:55Xpand-ITNew Issue
2012-06-19 15:55Xpand-ITAssigned To => mirurita
2012-06-19 15:55Xpand-ITFile Added: TaxReport.PNG
2012-06-19 15:55Xpand-ITWeb browser => Google Chrome
2012-06-19 15:55Xpand-ITModules => Core
2012-06-19 15:57martinsdanIssue Monitored: martinsdan
2012-06-19 17:03naiaramartinezAssigned Tomirurita => naiaramartinez
2012-06-19 17:03naiaramartinezStatusnew => scheduled
2012-06-19 17:03naiaramartinezfix_in_branch => pi
2012-06-20 13:47naiaramartinezNote Added: 0049952
2012-07-10 19:12hgbotCheckin
2012-07-10 19:12hgbotNote Added: 0050467
2012-07-10 19:12hgbotStatusscheduled => resolved
2012-07-10 19:12hgbotResolutionopen => fixed
2012-07-10 19:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/46e3a194f8b4e8d2deb5298ba49d2a9c1c7cd4bc [^]
2012-07-15 17:37hgbotCheckin
2012-07-15 17:37hgbotNote Added: 0050581
2012-07-15 17:38shuehnerNote Added: 0050584
2012-07-15 17:38shuehnerStatusresolved => new
2012-07-15 17:38shuehnerResolutionfixed => open
2012-07-18 19:05hgbotCheckin
2012-07-18 19:05hgbotNote Added: 0050740
2012-07-18 19:07shuehnerStatusnew => scheduled
2012-07-18 19:07shuehnerStatusscheduled => resolved
2012-07-18 19:07shuehnerFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/46e3a194f8b4e8d2deb5298ba49d2a9c1c7cd4bc [^] => http://code.openbravo.com/erp/devel/pi/rev/63073d899bad98e3be3a275bf35027739576bce9 [^]
2012-07-18 19:07shuehnerResolutionopen => fixed
2012-07-25 17:42SandrahuguetNote Added: 0050843
2012-07-25 17:42SandrahuguetStatusresolved => closed
2012-07-26 02:42hudsonbotCheckin
2012-07-26 02:42hudsonbotNote Added: 0050856

Notes
(0049952)
naiaramartinez   
2012-06-20 13:47   
Test Plan:
  Go to Tax Report Setup window
  Create the root node:
    - Name: Report
    - Tax:
    - Sales transaction: N
    - Report: Y
    - Shown: Y
    - Summary Level: Y
    - Negative: N
  Create a child node:
    - Name: tax1
    - Tax: NY Sales Tax - US State Sales Tax
    - Sales transaction: Y
    - Report: N
    - Shown: N
    - Summary Level: N
    - Negative: N
  Set the node as child in the tree.

  Go to Create Tax Report
  Create a new entry and select the Report
  Generate the report. Notice that the tax1 record is not shown in the report.
(0050467)
hgbot   
2012-07-10 19:12   
Repository: erp/devel/pi
Changeset: 46e3a194f8b4e8d2deb5298ba49d2a9c1c7cd4bc
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Wed Jun 20 13:31:47 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/46e3a194f8b4e8d2deb5298ba49d2a9c1c7cd4bc [^]

fixed bug 20805 If Shown checkbox is unchecked tax doesn't appear in the report

---
M src/org/openbravo/erpCommon/ad_process/CreateTaxReport.java
---
(0050581)
hgbot   
2012-07-15 17:37   
Repository: erp/devel/pi
Changeset: 74e087b3edb2006794814146c52bfb0d90b7cdb4
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Sun Jul 15 12:41:05 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/74e087b3edb2006794814146c52bfb0d90b7cdb4 [^]

Issue 20805: Temporarily backout 46e3a194f8b4 as it should not be promoted to MP13

---
M src/org/openbravo/erpCommon/ad_process/CreateTaxReport.java
---
(0050584)
shuehner   
2012-07-15 17:38   
The change needed to fix this has been temporarily backed out to not be promoted to mp13.
It will be reapplied as soon as the code for mp13 ready.
(0050740)
hgbot   
2012-07-18 19:05   
Repository: erp/devel/pi
Changeset: 63073d899bad98e3be3a275bf35027739576bce9
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Wed Jul 18 18:58:16 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/63073d899bad98e3be3a275bf35027739576bce9 [^]

Issue 20805: backout the temporary backout done in 74e087b3edb2 thus restoring
the original changeset from revision 46e3a194f8b4

---
M src/org/openbravo/erpCommon/ad_process/CreateTaxReport.java
---
(0050843)
Sandrahuguet   
2012-07-25 17:42   
Code review + testing OK
(0050856)
hudsonbot   
2012-07-26 02:42   
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/5edf203d5780 [^]

Maturity status: Test