Skip to content

KEmployee

Carlo Barazzetta edited this page Sep 9, 2017 · 3 revisions

KEmployee

KEmployee.png

KEmployee is a sample application that manages a database of a few tables modeling a simple Employee - Customers - Sales application. Use it together with the other example applications to explore Kitto and its features, or as a starting point for your own applications.

Copying and renaming the application directory and the project within is the fastest way to create a new application.

Live Demo

Click here to launch Live Demo of Hello Kitto

Features

The features of Kitto used by KEmployee are:

  • Firebird database (Employee.fdb)
  • neptune theme
  • reference with multi-fields key
  • lookup window using a view
  • file authentication

Testing

In order to use KEmployee you need to create the database using the scripts or backup files provided in the DB directory, and edit Config.yaml so it points to your database and uses the correct authentication credentials.

Use the metadata of KEmployee as both example and study material. You can find more details about the features in this wiki or in the Kitto Reference.

Clone this wiki locally