Openbravo Issue Tracking System - Java Client POS
View Issue Details
0017950Java Client POS(No Category)public2011-07-11 10:422014-04-02 09:04
adrianromero 
adrianromero 
normalmajorrandom
closedfixed 
5
2.30.1 
2.40 
0017950: Maintenance products window takes a lot of time to start
If there are a lot of products (0001140:0001000) and all of them with big images, The Maintenance products window takes a lot of time to start and after it starts sometimes apeear errors and it is not possible to update products
Load the products table with 1000 products with images of ~200Kb
Go to Maintenance -> Products and try to browse, update, delete and insert products
Modify the Maintenance window to not to load all images at the begining
No tags attached.
Issue History
2011-07-11 10:42adrianromeroNew Issue
2011-07-11 10:42adrianromeroAssigned To => adrianromero
2011-07-18 18:04hgbotCheckin
2011-07-18 18:04hgbotNote Added: 0039185
2011-07-18 18:04hgbotStatusnew => resolved
2011-07-18 18:04hgbotResolutionopen => fixed
2011-07-18 18:04hgbotFixed in SCM revision => http://code.openbravo.com/pos/devel/pi/rev/f4711ad5f037b07fab2f824b522b5c96293aff02 [^]
2011-07-18 18:10adrianromeroNote Added: 0039188
2012-11-07 09:40priyamCategory01 - General => (No Category)
2014-04-02 09:04plujanNote Added: 0066033
2014-04-02 09:04plujanStatusresolved => closed

Notes
(0039185)
hgbot   
2011-07-18 18:04   
Repository: pos/devel/pi
Changeset: f4711ad5f037b07fab2f824b522b5c96293aff02
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jul 18 18:04:03 2011 +0200
URL: http://code.openbravo.com/pos/devel/pi/rev/f4711ad5f037b07fab2f824b522b5c96293aff02 [^]

Fixes issue 0017950: Maintenance products window takes a lot of time to start
It has been modified the moment when loading product images in the product maintenance window. Instead of loading all images when loading the form, images are loading when browsing each record.

---
M src-pos/com/openbravo/pos/forms/DataLogicSales.java
M src-pos/com/openbravo/pos/inventory/ProductsEditor.form
M src-pos/com/openbravo/pos/inventory/ProductsEditor.java
---
(0039188)
adrianromero   
2011-07-18 18:10   
* Testing the issue

Fill in the openbravo pos database with 1000 products with images. Go to the products maintenance window and verify that it takes an small time to load the form.

It can be checked also in the Openbravo log file (By default the console) that an SQL sentence when browsing products is executed to get the image data

* Other areas affected

Because it has been modified the products maintenance panel, verify that it can be added, deleted and modified products with and without images.
(0066033)
plujan   
2014-04-02 09:04   
Closed as it was in Resolved for too long