Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015108 | Openbravo ERP | 02. Master data management | public | 2010-11-03 15:06 | 2010-12-21 00:00 |
|
Reporter | networkb | |
Assigned To | sivaraman | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.50MP25 | 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 | 0015108: Partner Address when importing Business Partner |
Description | When importing business partners from the window "Import Business Partners" of Master Data Management, when the business partner is finally imported into the window Business Partner, the field "Name" of "Location/Address" tab is not updated when changing the address.
This is because the process of importing business partners does not create this field with the character " . " at the beginning of it. |
Steps To Reproduce | 1) Go to Master Data Management || Import Data || Import Business Partner
and create a new register
2) Inform all the required fields (i.e Search Key, Name) and "Address Line 1", "City Name" and "Country"
3) Then click on the button "Import Business Partners"
4) See the message that the import was ok
5) Go to Master Data Management || Business Partner and search the business partner just created
6) Go to the "Address/Location" tab. Change the address by clicking in Address selector
7) See that the field "Name" of this tab is not updated with the new information |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-11-03 15:06 | networkb | New Issue | |
2010-11-03 15:06 | networkb | Assigned To | => adrianromero |
2010-11-03 15:06 | networkb | OBNetwork customer | => Yes |
2010-11-03 15:07 | networkb | Issue Monitored: emartinez | |
2010-11-19 12:01 | adrianromero | Note Added: 0032731 | |
2010-11-19 12:01 | adrianromero | Status | new => feedback |
2010-11-24 12:08 | jonalegriaesarte | Status | feedback => new |
2010-12-08 11:27 | sivaraman | Assigned To | adrianromero => sivaraman |
2010-12-08 11:30 | hgbot | Checkin | |
2010-12-08 11:30 | hgbot | Note Added: 0033070 | |
2010-12-08 11:30 | hgbot | Status | new => resolved |
2010-12-08 11:30 | hgbot | Resolution | open => fixed |
2010-12-08 11:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6cb4f962795857501a0231c28f75ca1f4e84969c [^] |
2010-12-08 11:33 | sivaraman | Note Added: 0033071 | |
2010-12-08 15:58 | hudsonbot | Checkin | |
2010-12-08 15:58 | hudsonbot | Note Added: 0033073 | |
2010-12-20 18:00 | psarobe | Note Added: 0033313 | |
2010-12-20 18:00 | psarobe | Status | resolved => closed |
2010-12-21 00:00 | anonymous | sf_bug_id | 0 => 3141004 |
Notes |
|
|
The best approach to import business partners is to use the module: Initial Data Load. |
|
|
(0033070)
|
hgbot
|
2010-12-08 11:30
|
|
Repository: erp/devel/pi
Changeset: 6cb4f962795857501a0231c28f75ca1f4e84969c
Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
Date: Wed Dec 08 15:59:11 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/6cb4f962795857501a0231c28f75ca1f4e84969c [^]
Fixes Issue 15108: Partner Address when importing Business Partner
Solution:
The character \" . \" has been added at the beginning of the Addres/Location Name.
Impacts:
None
---
M src/org/openbravo/erpCommon/ad_process/ImportBPartner.java
---
|
|
|
|
Steps to test:
Kindly follow the steps as given in 'Steps To Reproduce' section and verify if Name field is updated after saving the modified (Address/Location) record. |
|
|
|
|
|
|
|