Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005954Openbravo ERP07. Sales managementpublic2008-11-13 12:052008-12-01 14:37
gorkaion 
pheenan 
urgentmajorhave not tried
closedfixed 
20Gentoo
pi 
pi 
No
Core
No
0005954: can not print or mail sales or purchase orders
When you try to print or send by mail a purchase or sales order you get a 404 error.

HTTP Status 404 - /openbravo/orders/print.html

type Status report

message /openbravo/orders/print.html

description The requested resource (/openbravo/orders/print.html) is not available.
Login as OpenbravoAdmin and go to Purchase Order window, try to print any order.
The web.xml does not have the servlet-mapping for /orders/print.html nor /orders/send.html
No tags attached.
has duplicate defect 0006045 closed rafaroda Email button in the toolbar does not work 
has duplicate defect 0006046 closed rafaroda Print button in toolbar doesn't work 
Issue History
2008-11-13 12:05gorkaionNew Issue
2008-11-13 12:05gorkaionAssigned To => rafaroda
2008-11-13 12:05gorkaionsf_bug_id0 => 2275861
2008-11-13 12:05gorkaionOBNetwork customer => No
2008-11-13 12:05gorkaionRegression testing => No
2008-11-19 10:05pheenanNote Added: 0010392
2008-11-19 11:15svnbotCheckin
2008-11-19 11:15svnbotNote Added: 0010394
2008-11-19 11:15svnbotsvn_revision => 10226
2008-11-19 11:16pheenanStatusnew => scheduled
2008-11-19 11:16pheenanAssigned Torafaroda => pheenan
2008-11-19 11:16pheenanfix_in_branch => trunk
2008-11-19 11:17pheenanStatusscheduled => resolved
2008-11-19 11:17pheenanFixed in Version => trunk
2008-11-19 11:17pheenanResolutionopen => fixed
2008-11-19 11:17pheenanNote Added: 0010395
2008-11-19 12:33pheenanRelationship addedhas duplicate 0006045
2008-11-19 12:35pheenanRelationship addedhas duplicate 0006046
2008-12-01 14:37krishnaStatusresolved => closed

Notes
(0010392)
pheenan   
2008-11-19 10:05   
Due to a change in the generation of the web.xml and the structure of the AD_MODEL_OBJECT table the required servlets are not being included in the web.xml generated by WAD.

Have updated the object_type column in the database to include these servlets, requires a compile to regenerate the web.xml.
(0010394)
svnbot   
2008-11-19 11:15   
Repository: openbravo
Revision: 10226
Author: pheenan
Date: 2008-11-19 11:15:16 +0100 (Wed, 19 Nov 2008)

Fix bug 0005954. Added 'S' value to the object_type column in AD_MODEL_OBJECT. Print servlets are not being recognised and added to the web.xml.

---
U trunk/src-db/database/sourcedata/AD_MODEL_OBJECT.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=10226&sc=1 [^]
(0010395)
pheenan   
2008-11-19 11:17   
Updated OBJECT_TYPE column with value 'S'. Servlets now recognised by WAD and added to the web.xml