[dot] dataKiosk Adds Advanced Search and Data Entry
Dot Stories
stories at kdenews.org
Thu Jun 16 03:15:34 CEST 2005
URL: http://dot.kde.org/1118884462/
From: manyoso <treat at kde.org>
Dept: where-have-all-the-database-gone
Date: Wednesday 15/Jun/2005, @20:14
dataKiosk Adds Advanced Search and Data Entry
=============================================
The competition for KDE's best database application is heating up
with the recent release
[http://web.mit.edu/~treat/Public/datakiosk-0.7-announce.txt] of
dataKiosk [http://extragear.kde.org/apps/datakiosk/] version 0.7.
Virtual fields, custom SQL searches, a full blown data entry form with
dynamically created data aware widgets and data reports that can be
sorted, grouped and bound to tables/fields/searches are among its new
features. A detailed changelog
[http://web.mit.edu/~treat/Public/datakiosk-0.7-changelog.txt] and
release tarball [http://web.mit.edu/~treat/Public/datakiosk-0.7.tar.gz]
are available.
dataKiosk editing a table
A. WHAT CAN THIS VERSION OF DATAKIOSK DO?
dataKiosk can provide a fully featured data entry application
tailored to any SQL database in a matter of minutes.
B. WHAT DOES FULLY FEATURED MEAN?
dataKiosk uses Trolltech's Qt SQL module which includes drivers for:
MySQL, PostgreSQL, Oracle, MS SQL Server,IBM DB2, ODBC, SQLite,
Interbase and Sybase.
* A single project can even include multiple tables from multiple
databases.
* dataKiosk 0.7 ships with identical sample projects for both MySQL
and PostgresSQL.
Integrated Basic, Advanced, and Custom SQL query modes that provide
seamless searching capabilities no matter how simple or advanced your
query needs.
* Basic searches are provided automatically via a search bar
attached to every datatable.
* Advanced searches are available via a query editor allowing you to
specify the tables/fields/operators and values you wish to narrow
your search.
* Custom SQL searches allow you to edit the actual SQL used to
generate your search.
* Advanced and Custom searches can be saved with the project to be
used again and again.
* You can even specify parameters for your searches to be prompted
from the user. Once the search is invoked a parameter prompt
dialog pops up with data aware widgets asking the user for the
appropriate parameters.
An optimized data entry form that automatically configures its data
aware widgets to the fields in your table including relation editors
with text completion.
* The data entry form can keep track of the state of the current
record with a colorbox that surrounds the form indicating whether
unsaved modifications have been made to the current record.
* The data entry form has navigation buttons and configurable
keyboard shortcuts for optimum speed of entry.
* The relation combo editor has the ability to constrain itself to
other values in the editor form. For example if I have two
relation editors that point to the street and city values of an
address, the street relation editor can be constrained to only
display those streets from the current city value.
Customizable data tables that automatically include a search bar at
the top which converts human language queries into SQL and filters
accordingly.
* Data tables can be configured to display or exclude fields with
customized labels.
* The fields order and many other properties are also configurable.
* Foreign key fields can be marked as such and configured to display
another field via the foreign key relationship.
The ability to relate data tables with master-detail, one-to-one,
one-to-many and many-to-many relationships.
* Selecting a particular record from the master table will constrain
the child table's records and so on.
* The navigation buttons and keyboard shortcuts are sensitive to the
relationships between fields. For instance if you are currently
in a child datatable that has a one-to-one relationship with its
parent and you navigate to the next record, you will actually
navigate to the parent's next record.
Integrated data reports that can be configurably bound to any set of
tables, fields and searches in your project.
* The reports can be associated with a particular saved search or
they can be run against the current searches of their respective
datatables.
* The reports can be configured to sort and group according to the
set of fields associated with it.
* The reports automatically create a JOIN SQL statement combining
the associated search (whether it is an Advanced search or a
Custom SQL query) and the set of tables and fields associated with
it. The resultant data set is then used to generate an XML file
and fed to Kugar.
* The reports can even display virtual fields. (See Below.)
Ability to specify the default sorting and grouping of your tables and
reports. See above. Virtual Fields can be added to any data table (and
accordingly to any data report) and configured to calculate a user
specified equation. Every field in every table can be used as a
variable in the virtual field along with constant variables like:
current date, current time, a constant string or a constant number.
Clipboard manager modeled after the clipboard manager found in MS Excel
or Access. You can use this to copy disparate data into your editor
form with tab navigation. In short, INSERT/SELECT/DELETE and create a
user friendly interface to any SQL database with a Qt SQL driver to your
heart's content.
More information about the dot-stories
mailing list