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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0007812
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 09. Financial managementmajoralways2009-02-25 10:022009-03-05 16:56
ReporternetworkbView Statuspublic 
Assigned Tovmromanos 
PriorityimmediateResolutionfixedFixed in Version2.40MP3
StatusclosedFix in branch2.40Fixed in SCM revision6b34fc775845
ProjectionnoneETAnoneTarget Version
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

0007812: 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 defect 0007897pi closedvmromanos The invoice Taxes Report does not work with foreign sales. 

-  Notes
(0014227)
hgbot (developer)
2009-03-02 15:48

Repository: erp/stable/2.40
Changeset: 6b34fc7758456fd4ba4823259e9dea544246fd96
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Mon Mar 02 15:37:39 2009 +0100
URL: http://code.openbravo.com/erp/stable/2.40/rev/6b34fc7758456fd4ba4823259e9dea544246fd96 [^]

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

---
M src-db/database/model/functions/C_ACCTSCHEMA_DEFAULT_COPY.xml
M src-db/database/model/functions/C_SETTLEMENT_POST.xml
M src-db/database/model/tables/C_ACCTSCHEMA_DEFAULT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_actionButton/CreateFile.java
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql
M src/org/openbravo/erpCommon/ad_reports/GenerateModel347.html
M src/org/openbravo/erpCommon/ad_reports/GenerateModel347.java
M src/org/openbravo/erpCommon/ad_reports/GenerateModel347.xml
M src/org/openbravo/erpCommon/ad_reports/GenerateModel347_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.xml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger_Previous.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceSaleForeign.jrxml
---

- Issue History
Date Modified Username Field Change
2009-02-25 10:02 networkb New Issue
2009-02-25 10:02 networkb Assigned To => rafaroda
2009-02-25 10:02 networkb Regression testing => No
2009-02-25 10:06 rafaroda Assigned To rafaroda => dalsasua
2009-03-02 15:35 vmromanos Assigned To dalsasua => vmromanos
2009-03-02 15:35 vmromanos Issue cloned 0007897
2009-03-02 15:36 vmromanos fix_in_branch => 2.40
2009-03-02 15:39 vmromanos Type defect => backport
2009-03-02 15:39 vmromanos Relationship added related to 0007897
2009-03-02 15:48 hgbot Checkin
2009-03-02 15:48 hgbot Note Added: 0014227
2009-03-02 15:48 hgbot Status new => resolved
2009-03-02 15:48 hgbot Resolution open => fixed
2009-03-02 15:48 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/6b34fc7758456fd4ba4823259e9dea544246fd96 [^]
2009-03-03 17:31 psarobe Fixed in Version => 2.40MP3
2009-03-05 16:56 psarobe Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker