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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020836
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Modules] Tax Report Launchermajoralways2012-06-22 12:232012-06-22 12:24
ReporterpsanjuanView Statuspublic 
Assigned Tojonalegriaesarte 
PriorityhighResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabaseOracleJava version1.6
OS VersionUbuntu 8.04.1Database version11.1.0.6.0Ant version1.7.0
Product VersionSCM 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

DescriptionEnd user should be able to configure the encoding type to be used before launching the Tax Report Launcher
Steps To ReproduceLaunch 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ÑÇ]", " ");
  }


TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker