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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029657
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] SEPA Framework and Utilitiesmajoralways2015-04-21 16:232015-05-04 18:08
ReportermaiteView Statuspublic 
Assigned Tojorge-garcia 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionfd3e98bd39ef
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Regression date
Regression introduced by commit
Regression level
Review Assigned Tovmromanos
Support ticket35741
OBNetwork customerOBPS
Regression introduced in release
Summary

0029657: Character / should not be changed by \\ when exporting to XML file. And character \ should be converted to /

DescriptionAccording 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 Reproduce1. 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 Solution1. line "fileName = fileName.replace("/", "\\");" in method "replaceStrangeCharacters" should be deleted
2. character \ should be converted to /
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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)

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