Sales Management, Order Processing, Invoice and Inventory Software
Business Management Software System
It works!

System architecture

Our programs are native Win32 compiled executables (EXE – files) without the need for any run-time environment (such as .NET) or interpreter (such as Access – VB – FoxPro). We use direct connection to Databases without ADO, ODBC or BDE. We do not use any OCX files and have very little DLL dependencies.

That’s why our system is compact, quick and reliable! It does not conflict with any other software installed on the computer.

Network connection (LAN or WAN) use only TCP/IP protocol and does not require any shared resources (folders) on the server. It makes it possible to use servers on any platform: Windows or UNIX (Linux, FreeBSD etc.)

Database schema is implemented according to standard ANSI SQL and does not use any specific features of a particular RDBMS vendor. So it is very easy to switch between RDBMS vendors!

We prefer to install Firebird (remember Borland InterBase?)
FREE and open-source enterprise class SQL server ideal for embedded systems!

You can choose a proper system architecture according to potential volume of data and number of users.
Our system can grow with your business! All data is kept safe while the architecture of system can be upgraded!

n-tier system: thin client, application server, database server

Thin client :

Thin client is Win32 program or web-interface or ActiveX (from MSIE) connecting via TCP/IP (any port) to appserver. We optionally can compress and encrypt this traffic to make a secure and fast Internet connection. (even slow 28 Kbps modem connection will do!)

Application server :

Application server is conducting requests from thin clients to database server. It is possible to install a farm of appservers for extra speed, auto load-balancing and failover. Middleware server can run on any platform: Windows, Linux and FreeBSD.

Database server :

For database server we install Firebird SQL server – best in its category! For a custom configuration any SQL server can be used (ORACLE, DB2, MS SQL server, MySQL, PostgreSQL etc.)

2-tire system: client - server

Client - Win32 program;

Server - Firebird on any platform: Windows, Linux and FreeBSD.

Local system: on one computer

Win32 program and embedded Firebird running on Windows.