Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014341 | Openbravo ERP | 09. Financial management | public | 2010-08-27 09:22 | 2010-09-15 00:00 |
|
Reporter | networkb | |
Assigned To | iperdomo | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 2.50MP20 | |
Target Version | 2.50MP22 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0014341: to save a new accounting combination, the chars are wrong |
Description | . to save a new accounting combination, with accounting combination selector, if field "alias" has got special characters (áéíóúñ), the field alias is not correctly saved.
|
Steps To Reproduce | . Financial Management || Accounting || Transactions || G/L Journal || Batch >> Header >> Lines
. press the accounting combination selector
. organization main
. account 120000 Remanente
press search button: accounting combination is not found
. alias: char á ñ
press save button
the accounting combination is saved with alias: char � � |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-08-27 09:22 | networkb | New Issue | |
2010-08-27 09:22 | networkb | Assigned To | => dalsasua |
2010-08-27 09:22 | networkb | OBNetwork customer | => Yes |
2010-08-27 13:57 | iciordia | Assigned To | dalsasua => iperdomo |
2010-08-27 14:03 | iperdomo | Status | new => scheduled |
2010-08-27 14:03 | iperdomo | fix_in_branch | => pi |
2010-08-27 16:37 | hgbot | Checkin | |
2010-08-27 16:37 | hgbot | Note Added: 0030425 | |
2010-08-27 16:37 | hgbot | Checkin | |
2010-08-27 16:37 | hgbot | Note Added: 0030426 | |
2010-08-27 16:38 | hgbot | Checkin | |
2010-08-27 16:38 | hgbot | Note Added: 0030427 | |
2010-08-27 16:38 | hgbot | Status | scheduled => resolved |
2010-08-27 16:38 | hgbot | Resolution | open => fixed |
2010-08-27 16:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5cfe90ce813f401f33ff1dfb7cf2317d8c3706d7 [^] |
2010-09-07 09:17 | hudsonbot | Checkin | |
2010-09-07 09:17 | hudsonbot | Note Added: 0030697 | |
2010-09-07 09:17 | hudsonbot | Checkin | |
2010-09-07 09:17 | hudsonbot | Note Added: 0030698 | |
2010-09-07 09:17 | hudsonbot | Checkin | |
2010-09-07 09:17 | hudsonbot | Note Added: 0030699 | |
2010-09-14 19:56 | shuehner | Note Added: 0031066 | |
2010-09-14 19:56 | shuehner | Status | resolved => closed |
2010-09-15 00:00 | anonymous | sf_bug_id | 0 => 3066287 |
Notes |
|
(0030425)
|
hgbot
|
2010-08-27 16:37
|
|
|
|
(0030426)
|
hgbot
|
2010-08-27 16:37
|
|
|
|
(0030427)
|
hgbot
|
2010-08-27 16:38
|
|
Repository: erp/devel/pi
Changeset: 5cfe90ce813f401f33ff1dfb7cf2317d8c3706d7
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Fri Aug 27 16:36:08 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5cfe90ce813f401f33ff1dfb7cf2317d8c3706d7 [^]
Fixes issue 14341: Fixes encoding when using not ascii characters
- Fixed the places where we use escape() javascript function to use
encodeURIComponent() since. More information about the difference between
the result of both functions at:
http://xkr.us/articles/javascript/encode-compare/ [^]
- Updated revision control to trigger clear browser's cache
---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/ajax.js
M web/js/searchs.js
M web/js/utils.js
---
|
|
|
|
|
|
|
|
|
|
|
|
|
Tested on pi/pgsql. The alias is now properly saved/displayed even when it contains special characters. |
|