Openbravo Issue Tracking System - Modules
View Issue Details
0029657ModulesSEPA Framework and Utilitiespublic2015-04-21 16:232015-05-04 18:08
maite 
jorge-garcia 
urgentmajoralways
closedfixed 
5
 
 
vmromanos
35741
OBPS
0029657: Character / should not be changed by \\ when exporting to XML file. And character \ should be converted to /
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
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
1. line "fileName = fileName.replace("/", "\\");" in method "replaceStrangeCharacters" should be deleted
2. character \ should be converted to /
No tags attached.
Issue History
2015-04-21 16:23maiteNew Issue
2015-04-21 16:23maiteAssigned To => Triage Finance
2015-04-21 16:23maiteSupport ticket => 35741
2015-04-21 16:23maiteOBNetwork customer => Yes
2015-04-21 16:24maiteResolution time => 1432591200
2015-04-21 16:24maiteIssue Monitored: networkb
2015-04-27 10:21maiteSummaryCharacter / 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:21maiteSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8348#r8348
2015-04-27 10:21maiteProposed Solution updated
2015-04-27 11:50jorge-garciaStatusnew => scheduled
2015-04-27 11:50jorge-garciaAssigned ToTriage Finance => jorge-garcia
2015-04-27 12:52jorge-garciaNote Added: 0076779
2015-05-04 18:06hgbotCheckin
2015-05-04 18:06hgbotNote Added: 0076962
2015-05-04 18:06hgbotStatusscheduled => resolved
2015-05-04 18:06hgbotResolutionopen => fixed
2015-05-04 18:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.sepa.iso20022/rev/fd3e98bd39efbdc3fbc6a90a9e7e349f9b910770 [^]
2015-05-04 18:08vmromanosReview Assigned To => vmromanos
2015-05-04 18:08vmromanosNote Added: 0076963
2015-05-04 18:08vmromanosStatusresolved => closed

Notes
(0076779)
jorge-garcia   
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   
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   
2015-05-04 18:08   
Code review + testing OK

Available in SEPA Framework and Utilities 1.0.4 (or higher)