Skip to content

23Q2.6

Release date: 25/08/2023

Pack version: 23.2.6 - GitHub Release

Fixed issues

  • EPL-596 Error when changing currency type for business partner with unused credits

  • EPL-615 Sales invoice dimensional report in excel format does not work in Firefox

Known Issues

  • EPL-858 Etendo does not compile with latest version of gradle plugin
Workaround

Before execute setup tasks in a etendo project in JAR format you must follow the next steps:

On the source path, open build.gradle and locate the 'etendo' block in the file. Inside of it, add the following propertie:

build.gradlew
etendo {
    ignoreCoreJarDependency = true
}

This configuration will allow you to download the source of the project on your local environment. It will be needed for following steps.

Now we need to execute the command that will download the source code:

terminal
./gradlew clean
./gradlew expandCore 
If you don't want to change the build.gradle, you can execute the command ./gradlew expandCore and add the flag -PforceExpand=true at the end of it

Installation and Updates

Warning

If you upgrade an existing Etendo environment to 23.2.0 version you must run:./gradlew wrapper --gradle-version 7.3.2 and a new Gradle version will be instaled, then update the gradle plugin-in to 'latest.release'. Please check it in the build.gradle file. id 'com.etendoerp.gradleplugin' version 'latest.release'