Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029657 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Modules] SEPA Framework and Utilities | major | always | 2015-04-21 16:23 | 2015-05-04 18:08 | |||
Reporter | maite | View Status | public | |||||
Assigned To | jorge-garcia | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | fd3e98bd39ef | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | vmromanos | |||||||
Support ticket | 35741 | |||||||
OBNetwork customer | OBPS | |||||||
Regression introduced in release | ||||||||
Summary | 0029657: Character / should not be changed by \\ when exporting to XML file. And character \ should be converted to / | |||||||
Description | According with SEPA documentation (http://www.europeanpaymentscouncil.eu/index.cfm/knowledge-bank/epc-documents/sepa-requirements-for-an-extended-character-set-unicode-subset-best-practices/ [^]) character / is allowed | |||||||
Steps To Reproduce | 1. Register Remittance, add any line and process 2. Access Bank Instructions tab and change description to set / character and \ 3. Create remittance file and realize that / is exported as \\ and that \ is not converted | |||||||
Proposed Solution | 1. line "fileName = fileName.replace("/", "\\");" in method "replaceStrangeCharacters" should be deleted 2. character \ should be converted to / | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0076779) jorge-garcia (viewer) 2015-04-27 12:52 |
Test Plan: 1. Register Remittance, add any line and process 2. Access Bank Instructions tab and change description to set / character and \ 3. Create remittance file and realize that \ is exported as / and that / is not modified |
(0076962) hgbot (developer) 2015-05-04 18:06 |
Repository: erp/pmods/org.openbravo.sepa.iso20022 Changeset: fd3e98bd39efbdc3fbc6a90a9e7e349f9b910770 Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Mon Apr 27 12:37:23 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.sepa.iso20022/rev/fd3e98bd39efbdc3fbc6a90a9e7e349f9b910770 [^] Fixed issue 29657: Change in the character replacement of SEPA Framework module Character / should not be changed by \\ when exporting to XML file. And character \ should be converted to /. In the SEPAUtils.java file, the character replacement must change according to the issue description. Now, the character replacement is done correctly when creating a remittance file. --- M src/org/openbravo/sepa/iso20022/util/SEPAUtil.java --- |
(0076963) vmromanos (viewer) 2015-05-04 18:08 |
Code review + testing OK Available in SEPA Framework and Utilities 1.0.4 (or higher) |
![]() |
|||
Date Modified | Username | Field | Change |
2015-04-21 16:23 | maite | New Issue | |
2015-04-21 16:23 | maite | Assigned To | => Triage Finance |
2015-04-21 16:23 | maite | Support ticket | => 35741 |
2015-04-21 16:23 | maite | OBNetwork customer | => Yes |
2015-04-21 16:24 | maite | Resolution time | => 1432591200 |
2015-04-21 16:24 | maite | Issue Monitored: networkb | |
2015-04-27 10:21 | maite | Summary | Character / should not be changed by \\ when exporting to XML file => Character / should not be changed by \\ when exporting to XML file. And character \ should be converted to / |
2015-04-27 10:21 | maite | Steps to Reproduce Updated | View Revisions |
2015-04-27 10:21 | maite | Proposed Solution updated | |
2015-04-27 11:50 | jorge-garcia | Status | new => scheduled |
2015-04-27 11:50 | jorge-garcia | Assigned To | Triage Finance => jorge-garcia |
2015-04-27 12:52 | jorge-garcia | Note Added: 0076779 | |
2015-05-04 18:06 | hgbot | Checkin | |
2015-05-04 18:06 | hgbot | Note Added: 0076962 | |
2015-05-04 18:06 | hgbot | Status | scheduled => resolved |
2015-05-04 18:06 | hgbot | Resolution | open => fixed |
2015-05-04 18:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.sepa.iso20022/rev/fd3e98bd39efbdc3fbc6a90a9e7e349f9b910770 [^] |
2015-05-04 18:08 | vmromanos | Review Assigned To | => vmromanos |
2015-05-04 18:08 | vmromanos | Note Added: 0076963 | |
2015-05-04 18:08 | vmromanos | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |