Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011144Openbravo ERP02. Master data managementpublic2009-10-27 07:382009-11-03 00:00
elopio 
harikrishnan 
immediatemajoralways
closedfixed 
20Ubuntu 9.04
pi 
2.50MP9 
Core
No
0011144: Message after processing import file loader is not displayed
When you click the process button in import file loader screen, a message is expected. It should say how many records were imported, updated or not processed.
This message is not being shown. But the records are correctly processed, the only issue is the message.
Test ID 1006 :: Test Case Import file loader in testlink.

# Login as userA
# Go to Master Data Management->Import Data->Import File Loader
# Select the file I_Products.txt and the format for the products
# Click OK. This is only to verify that the file is well format
# Select again the file and the format. Click Process

If you click again the menu item, the message is displayed.
Revert the change that made the message dissapear.
No tags attached.
blocks defect 0011100 closed elopio QA Both PI Oracle and Postgrse hudson smoke suites failed in A_07_ImportFileLoader 
Issue History
2009-10-27 07:38elopioNew Issue
2009-10-27 07:38elopioAssigned To => rafaroda
2009-10-27 07:43elopioRelationship addedblocks 0011100
2009-10-27 08:23psarobeStatusnew => scheduled
2009-10-27 08:23psarobefix_in_branch => pi
2009-10-30 09:19harikrishnanAssigned Torafaroda => harikrishnan
2009-10-30 09:32harikrishnanNote Added: 0021481
2009-10-30 09:34harikrishnanNote Edited: 0021481
2009-10-30 09:37harikrishnanNote Edited: 0021481
2009-10-30 09:38harikrishnanNote Edited: 0021481
2009-10-30 09:40hgbotCheckin
2009-10-30 09:40hgbotNote Added: 0021482
2009-10-30 09:40hgbotStatusscheduled => resolved
2009-10-30 09:40hgbotResolutionopen => fixed
2009-10-30 09:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/600ad37ea716764a341bafa6b7ff1b465128d331 [^]
2009-11-02 07:43arunkumarStatusresolved => closed
2009-11-02 07:43arunkumarNote Added: 0021500
2009-11-02 07:43arunkumarFixed in Version => 2.50MP9
2009-11-03 00:00anonymoussf_bug_id0 => 2890986

Notes
(0021481)
harikrishnan   
2009-10-30 09:32   
(edited on: 2009-10-30 09:38)
* Short description: Create the format to be able to import the data

    * Steps:
          o Login with permissions to Master Data Management || Import Data || Import Loader Format
          o Click new and fill:
                + Name: Orders
                + Table: I_Order
                + Format: Comma separated
          o Move to field format tab and create new records following this:


Name || Column || Data type || Constant value
======================================================================
1.Organization || ad_org_id || Constant || 1000000
2.Warehouse || m_warehouse_id || Constant || warehouse-id
3.Document No || Documentno || String ||
4.Document type|| DocTypeName || String ||
5.Business partner|| bpartnervalue|| String ||
6.Product || Productvalue || String ||
7.Quantity ordered|| Qtyordered || Number ||
8.Price actual || priceactual || Number ||.
9.Currency ID || c_currency_id || String ||






I_Orders.txt should be in the following format:


AA875875875RRTT,Standard Order,bellphone,beer,100,10.5,102

AA875875875RRTT,Standard Order,bellphone,shirts,400,13.4,102

BB7747FFQQ,POS Order,Millman,beer,500,10.6,100

    *Go to Import File Loader(Master Data Management || Import Data || Import File Loader || Import File Loader ) and load the above created file (I_Orders.txt) with Format file (Orders).
        *Click on OK button,this ll verify the format of the uploading file.
    *Click the process button.


    Now the Process message is displayed.

(0021482)
hgbot   
2009-10-30 09:40   
Repository: erp/devel/pi
Changeset: 600ad37ea716764a341bafa6b7ff1b465128d331
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Fri Oct 30 14:10:10 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/600ad37ea716764a341bafa6b7ff1b465128d331 [^]

Fixes Issue 11144: Message after processing import file loader is not displayed.

---
M src/org/openbravo/erpCommon/ad_forms/FileImport.java
---
(0021500)
arunkumar   
2009-11-02 07:43   
Tested & Working fine.