Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012795Openbravo ERP07. Sales managementpublic2010-03-25 05:462010-04-07 12:43
arunkumar 
dbaz 
immediatemajorhave not tried
closedfixed 
5
main 
 
Core
No
0012795: Create Invoices form orders never ends up processing
Go to Sales Management -> Transactions -> Create Invoices form orders. Select an order and click Process button.It never ends up processing.
Prerequisite:

Create a sales order and complete it.

Steps:

** Go to Sales Management -> Transactions -> Create Invoices form orders.
** Select the sales order and click Process button.
** It never ends up processing.
 (Refer the screenshot)
Regression QA
has duplicate defect 0012750 closed adrianromero Create Invoices from Orders screen hangs when Generate button pressed 
related to defect 00120972.50MP14 closed dbaz A calendar doesn't dissapear on Explorer 
jpg CreateInvoiceFromOrders.JPG (143,343) 2010-03-25 05:46
https://issues.openbravo.com/file_download.php?file_id=2377&type=bug
jpg
Issue History
2010-03-25 05:46arunkumarNew Issue
2010-03-25 05:46arunkumarAssigned To => adrianromero
2010-03-25 05:46arunkumarFile Added: CreateInvoiceFromOrders.JPG
2010-03-25 05:46arunkumarStatusnew => scheduled
2010-03-25 05:46arunkumarfix_in_branch => pi
2010-03-25 10:53arunkumarPriorityhigh => immediate
2010-03-25 10:53arunkumarfix_in_branchpi =>
2010-03-25 18:05adrianromeroNote Added: 0025737
2010-03-25 18:05adrianromeroStatusscheduled => closed
2010-03-25 18:05adrianromeroResolutionopen => no change required
2010-03-25 18:06adrianromeroFixed in SCM revision => d3ff5ead7684
2010-03-26 00:00anonymoussf_bug_id0 => 2976757
2010-03-26 09:24adrianromeroRelationship addedhas duplicate 0012750
2010-03-26 19:41dbazRelationship addedrelated to 0012097
2010-03-26 19:41dbazAssigned Toadrianromero => dbaz
2010-03-26 19:41dbazStatusclosed => new
2010-03-26 19:41dbazResolutionno change required => open
2010-03-26 19:47dbazNote Added: 0025759
2010-03-26 19:47dbazFixed in SCM revisiond3ff5ead7684 => https://code.openbravo.com/erp/devel/pi/rev/145eb500b1b1 [^]
2010-03-26 19:48dbazStatusnew => scheduled
2010-03-26 19:48dbazfix_in_branch => pi
2010-03-26 19:48dbazStatusscheduled => resolved
2010-03-26 19:48dbazResolutionopen => fixed
2010-03-29 10:59arunkumarNote Added: 0025766
2010-03-29 10:59arunkumarStatusresolved => closed
2010-04-07 12:37psarobeTag Attached: Regression
2010-04-07 12:38psarobeversionmain => 2.50MP11
2010-04-07 12:38psarobefix_in_branchpi =>
2010-04-07 12:38psarobeTag Detached: Regression
2010-04-07 12:39psarobeversion2.50MP11 => 2.50MP14
2010-04-07 12:40psarobeTag Attached: Regression QA
2010-04-07 12:43psarobeversion2.50MP14 => main

Notes
(0025737)
adrianromero   
2010-03-25 18:05   
This issue is fixed with the changeset d3ff5ead7684. The problem is that the following javascript sentence has to be removed:

setProcessingMode(....

Because this sentence prevents the execution of the servlet that builds the report.
(0025759)
dbaz   
2010-03-26 19:47   
Repository: erp/devel/pi
Changeset: 145eb500b1b1
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri Mar 26 19:52:05 2010 +0100
URL: https://code.openbravo.com/erp/devel/pi/rev/145eb500b1b1 [^]

Fixed issues 12097 and 12795: Now no problems with IE and setProcessingMode

---
M src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/appStatus.js
M web/js/utils.js
M web/skins/Default/Openbravo_ERP_250.css
---
(0025766)
arunkumar   
2010-03-29 10:59   
Tested & Working fine