Firma Dr. Claus Fischer |
|
It brings together data from multiple sources (AS/400, Excel tables, internal product cost databases, rules for manufacturing and shipping, information about the production process). It processes all data and internal information, and it provides the user with a unified, coherent, convenient, and comprehensive GUI for cost calculation, including all cost components that need to be considered in an offer to a customer.
By channeling the hitherto distributed information, it reduces the time for calculation of an offer position significantly. At the same time, it allows instant comparison of various options and thereby empowers the sales person to focus on the customer's needs and on the business situation and pick the best deal for both.
For management, it provides the basic data to analyze the market and its relation with the production process, and to derive strategic decisions.
The client is implemented as an OCX (Active-X control) that is embedded in an intranet web page. Updates can be handled on the server side. The client consists of a sequence of six screens, switched by a tab control, which reflect the sequence in a typical offer generation process. These are supplemented by a small set of popups to deal with printing, charting, and various other user interactions that offer nonstandard or extended functionality.
All communication is done via native TCP/IP (Berkeley sockets). Clients connect to the server and interact in a request-response mode. The communication has been designed to allow good interactivity over low-bandwidth WAN connections.
The server is located in the company headquarters. The service is implemented in robust Unix accept-and-fork technology, running as a system daemon. Software and hardware are dimensioned to support several hundred concurrent client connections. The server modifies data in transactions; the consistency of server-sided data is not affected by possible network or client sided problems.
The environment of the server (enterprise resource planning system, business rules maintenance, cost databases) is connected by the usual mix of Perl, Java, and shell scripts. The integrity and consistency of all source data is checked before data is used by the server.
Regarding robustness, the architecture has proven extremely stable. In several months of testing we have encountered no crashes or disruptions on either server or client side.