Releases: efpiva/dover
Releases · efpiva/dover
Bug fixes and compression
- Addin now correctly load even if has dependency on dll that are embedded resources.
- Support for pt-BR localization
- Major bug fixes:
- 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
- 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.
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.