Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0020836 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
feature request | [Modules] Tax Report Launcher | major | always | 2012-06-22 12:23 | 2012-06-22 12:24 | |||||||
Reporter | psanjuan | View Status | public | |||||||||
Assigned To | jonalegriaesarte | |||||||||||
Priority | high | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Linux 32 bit | Database | Oracle | Java version | 1.6 | |||||||
OS Version | Ubuntu 8.04.1 | Database version | 11.1.0.6.0 | Ant version | 1.7.0 | |||||||
Product Version | SCM revision | |||||||||||
Regression date | ||||||||||||
Regression introduced by commit | ||||||||||||
Regression level | ||||||||||||
Review Assigned To | ||||||||||||
Regression introduced in release | ||||||||||||
Summary | 0020836: End user should be able to configure the encoding type to be used before launching the Tax Report Launcher | |||||||||||
Description | End user should be able to configure the encoding type to be used before launching the Tax Report Launcher | |||||||||||
Steps To Reproduce | Launch the 303 tax report for the organization "F&B España" realize that an error message is shown after importing the file in the AEAT web. The error is: Fichero incorrecto. El registro en lugar de 303 y ser de 1351 bytes, tiene 303 y/o es de 1352 bytes Corríjalo, por favor Change the Organization name as "FB Madrid" realize that no error is shown and the file can be imported in the web without any problem. Same applies to other tax reports, not just 303. So far we have workaround the problem by replacing rare charaters as described below: Sería cambiar la Ñ y la Ç por un espacio en blanco y todas las tildes por su vocal correspondiente String validString(String str) { String st = str.toUpperCase(); st = st.replace('Á', 'A'); st = st.replace('É', 'E'); st = st.replace('Í', 'I'); st = st.replace('Ó', 'O'); st = st.replace('Ú', 'U'); st = st.replace('Ü', 'U'); return st.replaceAll("[^A-Z0-9ÑÇ]", " "); } | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2012-06-22 12:23 | psanjuan | New Issue | |
2012-06-22 12:23 | psanjuan | Assigned To | => jonalegriaesarte |
2012-06-22 12:24 | psanjuan | Steps to Reproduce Updated | View Revisions |
Copyright © 2000 - 2009 MantisBT Group |