View source | Discuss page | Page history | Printable version   
ADVERTISEMENT
Accounting eLearning Courses
Partnerships
SourceForge.net Logo
Openbravo ERP at SourceForge

SourceForge.net Logo
Openbravo POS at SourceForge

Open Solution Alliance Logo
Openbravo at Open Solutions Alliance

ERP Network/2.40/ReleaseNotes

Contents

2.40MP12.13

2.40MP12.12

2.40MP12.11

2.40MP12.10

2.40MP12.9

2.40MP12.8

2.40MP12.7

2.40MP12.6

2.40MP12.5

2.40MP12.4

2.40MP12.3

2.40MP12.1

2.40MP12

2.40MP11.7

New Feature in this release Paged datagrid: WAD generated windows and selectors now include pagination capabilities in their grid. This feature avoids performance and usability issues such as 10391 "The scrollbar is missing in the selectors & all datagrids when the number of records is too large (i.e. 1.000.000)".

2.40MP11.6

2.40MP11.5

2.40MP11.4

2.40MP11.3

2.40MP11.2

2.40MP11.1

2.40MP11

The following bugs have been fixed in Openbravo ERP Network 2.40MP11:

2.40MP10

The following bugs have been fixed in Openbravo ERP Network 2.40MP10:

2.40MP9

The following bugs have been fixed in Openbravo ERP Network 2.40MP9:

2.40MP8

Known Issue: 10261 Problem when upgrading from MP7 to MP8 in Windows production environments.

When executing ant export.database, database model files ends with linebreaks, this results in conflicts on files: C_TAXREGISTER.xml, C_TAXREGISTERLINE.xml. In some of their columns one attribute has been removed: size="10,0". To resolve this conflict just confirm that you want to remove it.


The following bugs have been fixed in Openbravo ERP Network 2.40MP8.

2.40MP7

2.40MP6

2.40MP5


2.40MP4


2.40MP3

Known issue: 4910: The reports in jasper don't work. Solution:

 --- a/src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
 +++ b/src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
@@ -734,6 +734,8 @@
      } else if (strOutputType.equals("pdf") || strOutputType.equals("xls")){
            reportId = UUID.randomUUID();
            saveReport(variables, jasperPrint, exportParameters, strFileName + "-" + (reportId) +"." + strOutputType);
+            response.setContentType("text/html;charset=UTF-8");
+            response.setHeader("Content-disposition", "inline" + "; filename=" + strFileName + "-" + (reportId) + ".html");
            printPagePopUpDownload(os, strFileName + "-" + (reportId) +"." + strOutputType);                  
      } else {
        throw new ServletException("Output format no supported");


The following bugs have been fixed in Openbravo ERP Network 2.40MP2 and included in the 2.40MP3.


2.40MP2

The following bugs have been fixed in Openbravo ERP Network 2.40MP1 and included in the 2.40MP2.

2.40MP1

2.40

Retrieved from "http://wiki.openbravo.com/wiki/ERP_Network/2.40/ReleaseNotes"

This page has been accessed 3,192 times. This page was last modified 11:59, 31 August 2010. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.


Category: Release Notes ERP