Appointments is an application designed to keep record of customers, contact persons and important Events related to them. Information is collected in a structured way: there are separate dictionaries with customers data, contact persons, Appointment managers etc. which are used to Create appointments record. The application provides convenient user interface tools for sorting and filtering stored data.
Features:
Document-based architecture. Appointments is a document-based application. It allows to organize events information in the single document or multiple files, depending on user preferences. Despite its database character, Appointments application supports undo/redo opperations performed by users in the same way as in other document-based Mac OS X applications.
File-based datastore. The data store for the application document is a single SQLite file. No database server is necessary to store information.
Multiuser access. The data store for the application document is an SQLite database file (www.sqlite.org) which allows for concurrent access to the same file by several users.