Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0007897
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2009-03-02 15:352009-04-22 00:01
ReporternetworkbView Statuspublic 
Assigned Tovmromanos 
PriorityimmediateResolutionfixedFixed in Version2.50
StatusclosedFix in branchFixed in SCM revisionb4a6ec1daef7
ProjectionnoneETAnoneTarget Versionpi
OSLinux 64 bitDatabaseOracleJava version
OS VersionDatabase versionAnt version
Product Version2.40MP1SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0007897: The invoice Taxes Report does not work with foreign sales.

DescriptionThe invoice Taxes Report does not work with foreign sales.
Steps To Reproduce-Define a tax rate
-Create an invoice to a partner with the address in your country.
-Complete and post it.
-Create an invoice to a partner with the address in a foreign country
-Complete and post it.
-Go to "Financial Management || Receivables & Payables || Analysis Tools || Invoice Taxes Report || Invoice Taxes Report " and execute the report for the sales.
-You won't see the information about the invoice with address in a foreign country.
Proposed SolutionModify the query of the ReportTaxInvoiceSaleForeign.jrxml report.
This report has these two conditions

      AND C_INVOICE.ISSOTRX = 'N'
      AND C_INVOICE.ISSOTRX = 'Y'

so delete the AND C_INVOICE.ISSOTRX = 'N'

and maintain only

      AND C_INVOICE.ISSOTRX = 'Y'
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to backport 0007812 closedvmromanos The invoice Taxes Report does not work with foreign sales. 

-  Notes
(0014231)
hgbot (developer)
2009-03-02 16:57

Repository: erp/devel/pi
Changeset: b4a6ec1daef70c2c702fcfc0b83862d3ec127aec
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Mon Mar 02 16:56:51 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b4a6ec1daef70c2c702fcfc0b83862d3ec127aec [^]

Fixed bug 7897: The invoice Taxes Report does not work with foreign sales.

---
M src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceSaleForeign.jrxml
---

- Issue History
Date Modified Username Field Change
2009-03-02 15:35 vmromanos New Issue
2009-03-02 15:35 vmromanos Assigned To => vmromanos
2009-03-02 15:35 vmromanos Regression testing => No
2009-03-02 15:35 vmromanos Issue generated from 0007812
2009-03-02 15:39 vmromanos Relationship added related to 0007812
2009-03-02 16:04 vmromanos Reporter vmromanos => networkb
2009-03-02 16:57 hgbot Checkin
2009-03-02 16:57 hgbot Note Added: 0014231
2009-03-02 16:57 hgbot Status new => resolved
2009-03-02 16:57 hgbot Resolution open => fixed
2009-03-02 16:57 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b4a6ec1daef70c2c702fcfc0b83862d3ec127aec [^]
2009-04-21 10:33 psarobe Status resolved => closed
2009-04-22 00:01 anonymous sf_bug_id 0 => 2778036


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker