Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014341Openbravo ERP09. Financial managementpublic2010-08-27 09:222010-09-15 00:00
networkb 
iperdomo 
immediatemajoralways
closedfixed 
20Community Appliance
2.50MP20 
2.50MP22 
Core
No
0014341: to save a new accounting combination, the chars are wrong
. to save a new accounting combination, with accounting combination selector, if field "alias" has got special characters (áéíóúñ), the field alias is not correctly saved.
. 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 � �
No tags attached.
Issue History
2010-08-27 09:22networkbNew Issue
2010-08-27 09:22networkbAssigned To => dalsasua
2010-08-27 13:57iciordiaAssigned Todalsasua => iperdomo
2010-08-27 14:03iperdomoStatusnew => scheduled
2010-08-27 14:03iperdomofix_in_branch => pi
2010-08-27 16:37hgbotCheckin
2010-08-27 16:37hgbotNote Added: 0030425
2010-08-27 16:37hgbotCheckin
2010-08-27 16:37hgbotNote Added: 0030426
2010-08-27 16:38hgbotCheckin
2010-08-27 16:38hgbotNote Added: 0030427
2010-08-27 16:38hgbotStatusscheduled => resolved
2010-08-27 16:38hgbotResolutionopen => fixed
2010-08-27 16:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/5cfe90ce813f401f33ff1dfb7cf2317d8c3706d7 [^]
2010-09-07 09:17hudsonbotCheckin
2010-09-07 09:17hudsonbotNote Added: 0030697
2010-09-07 09:17hudsonbotCheckin
2010-09-07 09:17hudsonbotNote Added: 0030698
2010-09-07 09:17hudsonbotCheckin
2010-09-07 09:17hudsonbotNote Added: 0030699
2010-09-14 19:56shuehnerNote Added: 0031066
2010-09-14 19:56shuehnerStatusresolved => closed
2010-09-15 00:00anonymoussf_bug_id0 => 3066287

Notes
(0030425)
hgbot   
2010-08-27 16:37   
Repository: erp/devel/pi
Changeset: 28c49c8d1f24428237df87bb1acfcc0ba738ae68
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Fri Aug 27 16:10:19 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/28c49c8d1f24428237df87bb1acfcc0ba738ae68 [^]

Issue 14341: Update license, removed tailing spaces

---
M web/js/ajax.js
M web/js/utils.js
---
(0030426)
hgbot   
2010-08-27 16:37   
Repository: erp/devel/pi
Changeset: 9ce8691c89172999086b3b8ed6b17378e3e9365b
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Fri Aug 27 16:26:01 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9ce8691c89172999086b3b8ed6b17378e3e9365b [^]

Issue 14341: Update license

---
M web/js/searchs.js
---
(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
---
(0030697)
hudsonbot   
2010-09-07 09:17   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/28c49c8d1f24 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/4390fe5213a4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18274.obx [^]
(0030698)
hudsonbot   
2010-09-07 09:17   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/9ce8691c8917 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/4390fe5213a4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18274.obx [^]
(0030699)
hudsonbot   
2010-09-07 09:17   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/5cfe90ce813f [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/4390fe5213a4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18274.obx [^]
(0031066)
shuehner   
2010-09-14 19:56   
Tested on pi/pgsql. The alias is now properly saved/displayed even when it contains special characters.