Bogemic Apps is a client-server business application that consists of several logically combined modules:
User Rights
Task List
Customers
Suppliers
Human Resources
Event Calendar
File Management
Bookings
Leave Requests
All modules use the same security interface for user authorization, database access and action control. The server-side part of application - Bogemic Server - can act as a Windows service or as common application.
Bogemic Server performs the following tasks:
Processes client requests
Manages connections to MySQL server
Manages security tasks: authorization and action control
Database configuration, server configuration using ServCfg utility
Error logging, audit
Bogemic Server uses the MySQL 5.0 database server that is the world's most popular open source database. MySQL Community Server can be freely downloded and installed from mysql.com