Openbravo Issue Tracking System - Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0020836 | Modules | Tax Report Launcher | public | 2012-06-22 12:23 | 2012-06-22 12:24 |
Reporter | psanjuan | ||||
Assigned To | jonalegriaesarte | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 20 | OS Version | Ubuntu 8.04.1 | |
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Regression date | |||||
Regression introduced by commit | |||||
Regression level | |||||
Review Assigned To | |||||
Support ticket | |||||
OBNetwork customer | |||||
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ÑÇ]", " "); } | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 | bug_revision_view_page.php?rev_id=3564#r3564 |
There are no notes attached to this issue. |