Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0014341 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2010-08-27 09:22 | 2010-09-15 00:00 | |||
Reporter | networkb | View Status | public | |||||
Assigned To | iperdomo | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 5cfe90ce813f | |||
Projection | none | ETA | none | Target Version | 2.50MP22 | |||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | 2.50MP20 | SCM revision | ||||||
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 � � | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0030425) hgbot (developer) 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 (developer) 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 (developer) 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 (viewer) 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 (viewer) 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 (viewer) 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 (administrator) 2010-09-14 19:56 |
Tested on pi/pgsql. The alias is now properly saved/displayed even when it contains special characters. |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |