[jira] [Created] (OFBIZ-4780) Auto-completer request should be async.

2012-04-03 Thread Deepak Dixit (Created) (JIRA)
Auto-completer request should be async.
---

 Key: OFBIZ-4780
 URL: https://issues.apache.org/jira/browse/OFBIZ-4780
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Deepak Dixit
Priority: Minor
 Fix For: Release Branch 11.04, SVN trunk


Currently auto-completer uses sync call to prepare auto-completer source 
(result list). 
Due to this user can't perform any other operation on lookup field and user 
should have to wait until response came.
In general, synchronous requests should never be used because they tend to 
block the execution of anything else on the page (or even the entire browser 
UI), which isn't good.
Also ajax-loader image not display on google chrome browser due to sync request.

Need to use async request for auto-completer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4753) After session timeout, ajax popup dialogbox shows ofbiz login screen.

2012-03-24 Thread Deepak Dixit (Created) (JIRA)
After session timeout, ajax popup dialogbox shows ofbiz login screen.
-

 Key: OFBIZ-4753
 URL: https://issues.apache.org/jira/browse/OFBIZ-4753
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Reporter: Deepak Dixit
Priority: Minor
 Fix For: Release Branch 11.04, SVN trunk


This is related to 
[OFBIZ-4256|https://issues.apache.org/jira/browse/OFBIZ-4256]. Need to port the 
same for release 11.04.

If the session has already timed out. The dialog box would show the login 
screen and if user do login then lookup screen open in a blank page.

In trunk this is implemented but need to fix the ajax login link in popup, it 
shows the error document.ajaxNotLoggedIn_LF_1 is undefined in js console.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4734) User behaviour issue on auto-completer.

2012-03-20 Thread Deepak Dixit (Created) (JIRA)
User behaviour issue on auto-completer.
---

 Key: OFBIZ-4734
 URL: https://issues.apache.org/jira/browse/OFBIZ-4734
 Project: OFBiz
  Issue Type: Bug
Reporter: Deepak Dixit
Priority: Minor
 Fix For: Release Branch 11.04, SVN trunk


Currently if user type in auto-completer text box and if matches found then 
list display as auto-completer result list but if no matches found then user 
didn't know that result will come or not, even no matches found.

Change behaviour is when user type in text box then spinner (ajax loader image) 
shows wchich tells user that search is in progress.
If matches found or not found spinner disapperars and reult/ no result message 
listed in auto-completer relsult list.
Now user won't see any abnormal behaviour at ui.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4735) User behaviour issue on Lookup.

2012-03-20 Thread Deepak Dixit (Created) (JIRA)
User behaviour issue on Lookup.
---

 Key: OFBIZ-4735
 URL: https://issues.apache.org/jira/browse/OFBIZ-4735
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Reporter: Deepak Dixit
Priority: Minor
 Fix For: Release Branch 11.04, SVN trunk


Currently if user perform search or use pagination in lookup and if matches 
found then list display but if no matches found then user didn't know that 
result will come or not, even no matches found.

Change behaviour should be when user perform search or use pagination then 
spinner (ajax loader image) shows wchich tells user that search is in progress.
If matches found or not found spinner disappears.
Now user won't see any abnormal behaviour at ui.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4732) Not able to add Order Item Type for PO while adding item to existing PO.

2012-03-19 Thread Deepak Dixit (Created) (JIRA)
Not able to add Order Item Type for PO while adding item to existing PO.


 Key: OFBIZ-4732
 URL: https://issues.apache.org/jira/browse/OFBIZ-4732
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 10.04, Release Branch 11.04, SVN trunk
Reporter: Deepak Dixit
Priority: Minor
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk


If we are creating PO then user can add order item type from show cart screen, 
so there should be an option to add order item type while adding item to 
existing PO on edit item screen.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4710) If user try to receive an cancelled Order then receive inventory page showing error.

2012-02-22 Thread Deepak Dixit (Created) (JIRA)
If user try to receive an cancelled Order then receive inventory page showing 
error.


 Key: OFBIZ-4710
 URL: https://issues.apache.org/jira/browse/OFBIZ-4710
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
Reporter: Deepak Dixit
Priority: Minor
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk


 - If user try to receive an cancelled order then receive inventory page 
showing error.
 - Autocompletor for lookup purchase order displaying redundant order id.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4646) Autocompleter fails lookup fieldFormName contains (?)

2012-01-05 Thread Deepak Dixit (Created) (JIRA)
Autocompleter fails lookup fieldFormName contains (?)
-

 Key: OFBIZ-4646
 URL: https://issues.apache.org/jira/browse/OFBIZ-4646
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Deepak Dixit
Priority: Minor
 Fix For: Release Branch 11.04, SVN trunk


Autocompleter fails if autocompleter fails lookup fieldFormName contains (?),
For regenerating issue go to 
https://demo-trunk.ofbiz.apache.org/facility/control/ReceiveInventory?facilityId=WebStoreWarehouse
 , enter any product id to receive, Now on receive inventory page search 
Facility Location via autocompleter then it will show the lookup screen 
instead of search result.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4484) Removing product association from catalog product assoc page, result page shows error message.

2011-10-15 Thread Deepak Dixit (Created) (JIRA)
Removing product association from catalog product assoc page, result page shows 
error message.
--

 Key: OFBIZ-4484
 URL: https://issues.apache.org/jira/browse/OFBIZ-4484
 Project: OFBiz
  Issue Type: Bug
  Components: product
Reporter: Deepak Dixit
Priority: Minor
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk


Removing product association from catalog product assoc page, result page shows 
error message.
Association not found: Product Id=, Product Id To=, Association Type Id=, From 
Date=


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira