Skip to content

Releases: efpiva/dover

Bug fixes and compression

14 Oct 12:47
Compare
Choose a tag to compare
Pre-release
  • Addin now correctly load even if has dependency on dll that are embedded resources.
  • Support for pt-BR localization
  • Major bug fixes:
    • Issue #11 fixed.
    • Issue #1 fixed.
    • Issue #10 fixed.
    • Issue #13 fixed.
  • DLLs not stored as compressed (ZIP) data, reducing addin startup and upgrade time.

SAP 9.1 DLL (SAPBusinessOneSDK) not supported yet. If you plan to use it on SAP 9.1, replace SAPBusinessOneSDK.dll with SAPbouiCOM.dll presented in SAP 9.0 and add manually a COM reference for DI-API.

For information on how to upgrade that, access http://efpiva.github.io/articles/2014/10/14/Upgrading-Dover/.

Minor changes and bug fixes

19 Aug 03:57
Compare
Choose a tag to compare
Pre-release
  • Fixed Parse errors on Menu Creation
  • New Feature DI API Business Obejcts wrappers
  • Fixed Propper ordening of Menu, to prevent fathers are created at the end
  • Fixed BusinessOneDAOImpl: Problem on object update that afects UDO.

Note that SAP 9.1 addins compiled with SAPBusinessOneSDK.dll won't work on this build, since this dependency is not included yet. This is present on 9.1 branch and will be merged in the next release.

Dover Framework, first public pre-release build.

06 Aug 04:22
Compare
Choose a tag to compare

First pre-release of Dover Framework. You can consider Dover Framework as Business One Studio on Steroids!!

This release includes:

  • Addin lifecycle management
    • Automatic creation and update of UDO, UDT and UDF
    • Automatic updates without installing new addons
    • Create test databases in a simple and easy way
    • Nice and usefull Warnings when an update will change database structure, easying support.
  • Business One standard DAO
  • Annotatted Transactions
  • i18n Support for Forms
    • UDO
    • SystemForms
    • UserForms
  • Enterprise logging using Log4Net
  • Built in IoC container on Business One Studio that easies testing and maintenance
  • Automatic proxy on BusinessOne events, preventing crashes and handling logging on a nice way, easying support.