Introduction

 

ERP Framework Components is the easy way to a modular and extendable ERP (Enterprise Resource Planning) application in Delphi. We don't introduce ERP application specific code like ERP logic, but offer an easy-to-use framework to build modular blackbox applications with a lot of neat features for you as a developer. We do the standard tasks, while you can concentrate completly on the features of your application. 

We remove dependencies from your code and install a fast and reliable distribution mechanism for code and forms. 

Add, remove and even exchange code and forms without recompiling and shipping the modules already installed at your clients computers. Be multi-lingual and save windows resources and memory by using the built-in ResourceManager. Connect different parts and windows of your application without them knowing eachother and transport messages and data between them. 

ERP Framework Components can bring your application far beyond the point standard Plugin-Systems can take you to. While standard Plugin-Systems have unflexible interfaces with a limited set of functions and it's impossible to exchange single functions without recompiling and shipping the whole module (Plugin) again. Also it is well-known, that 10 customers have 11 wishes, how ERP-Systems should work or display the data in certain parts of the program and the programmer ends up with writing IFDEFs.

With ERP Framework Components all this is about to end.