Home Information PDF Documents EULANDA Handbooks Training Book's corner Download Contact us Table of Contents About us

Glossary

Password needed Newsgroup

Remote Support system

Solution Partner (Encyclopedia)

Back | Level back

 

EULANDA® ERP has been designed in such a way, that individual change requests can be done from the "outside", hence without changing the source code.

This means the user always works with a standard application and can use the provided software updates as offered. Changes made to the program will not be touched, thus avoiding unnecessary update costs for these add-ons.

In case of special requirements please contact our sales office. From there you'll receive a noncommittal offer. Is that accepted by you, we pass your request to on of our Solution partner and you will receive a definite offer from there.

Which changes can be done by the Solution Partner?

  • Create dynamic properties. Properties can better organize the internal workflow. They can reference the master data as well as transaction data or a combination of both.

  • Report design

  • Statistical analysis, which can be viewed in the InfoSystem

  • Design of schemata to be be viewed in the InfoSystem

  • Interface design for import and export data and their integration into the EULANDA® ERP

  • Automated transmission of enterprise data via eMail or directly onto a mobile phone.

  • Accessing external data without the need of importing them

  • Extension of data fields by the means of independent screens.

  • Designing report templates for standard corporate analysis and presentation.

  • Customizing the EULANDA® ERP homepage for any individual workstation.

  • Adding dynamical data from the database to the EULANDA®-ERP homepage

  • Online-connection of the EULANDA® ERP - database to the Internet, thus providing specific data to clients sales agents etc.

  • Interfaces between logistic companies and their tracking systems and the EULANDA® ERP dispatch system

  • Interfaces to any windows based application, using the EULANDA® ERP object model and any script language supported by the Microsoft® Scripting Host.

  • Interfaces from the EULANDA® ERP to an eCommerce shopping-basket system

  • Pricing changes thru changes to the T-SQL pricing process. More than 100 API functions are available to support the Solution Partner in fulfilling the customers individual requests

  • Interfaces to time recording systems

  • Integration of  project planning systems

  • Extension of the menu system

 

Example: Extending the menu system.

The EULANDA® ERP Menu system may be extended in the Extra area. Any parameter of the selected data set may be passed to the external program.

So called "Actions" can be added to the Extra-Menu thus extending the capabilities of the EULANDA® ERP software, for example show additional data from external resources or safe data in other programs.

External tables can be integrated into the EULANDA®-data base protected by so called "Constrain" as well as other programs ca access the current EULANDA® -data base.   

Add menu selection in the SQL Registry under the node:

ROOT\OBJECTS\DATAOBJECTS\{DataobjectsNames}\
Actions\{ActionsNames}\

 

Example: Change detail name

Every EULANDA® module has a title and a field in which the current data record is shown. In the master data of the articles this is the article number, in addresses it is the respective match code.

ERP Solution - Customizing

You can define the contents of that field. The setup is done in the SQL Registry.
Go to the below stated path in the registry and add the property InfoField.

root/objects/dataobjects/{dataobjectsnames}/Default.htm

After changing the mapping the EULANDA® ERP has to be restarted.
For a list of fieldnames go to

root/objects/dataobjects/{dataobjectsnames}/fields/{fieldsnames}/Default.htm

ERP Solution - Enhanced by Java Script

A complete documentation of the SQL Registry can be found at SQL-Registry - complete compendium.