Please note that all versions (Pro, Enterprise, Platinum) provide a LIFETIME LICENSE: you pay once and you can use forever.
For DaDaBIK Enterprise and Platinum you can also get free upgrades (even if a major release comes out) for a period of 1 year or 3 years (depending on the version). After the end of the free upgrade period, at any time, you can optionally pay a maintenance fee and get an additional year of free upgrades (see after-sales services at the end of this page).
- New license
- GENERAL FEATURES
- Lifetime licenseYou buy once and you can use the software forever. See "After-Sale services" later to know how upgrades are provided.
- Max number of applicationsBuying one license, you can create maximum 1, 10 or 30 active DaDaBIK applications, even for different customers. You can, however, generate as many test applications as you want.
- Max number of tables
- Max number of records per table
- Max number of users
- Build an app from a database DaDaBIK can generate a Web app in one click starting from a MySQL/PostgreSQL/SQLite/SQL Server database
- Build an app from an Excel file DaDaBIK can generate a Web app in one click starting from an Excel/CSV/ODS file
- Form builder Automatic generation of customizable insert/edit/search/details forms
- Datagrid generation Automatic generation of a customizable datagrid which represents your data (records)
- Responsive Front-end
- CSV export
- E-mail alert A message can be automatically send to a custom address for each insert and/or update
- File upload
- Front-end in 22 languages
- Wordpress integration A DaDaBIK application can be integrated into a Wordpress site through a dedicated wrapper plug-in. Users authenticated through Wordpress can also be automatically authenticated into DaDaBIK too, without doing the log-in again.
- UTF-8 support
- BUNDLED APPS
- Dada Helpdesk app DaDaBIK Enterprise and Platinum come with Dada Helpdesk, a simple ready-to-use Helpdesk application created with DaDaBIK. You can use it as is or as a base to develop your own applications. Currently is only available for MySQL.
- Dada Sales app DaDaBIK Enterprise and Platinum come with Dada Sales, a simple ready-to-use sales management application created with DaDaBIK. You can use it as is or as a base to develop your own applications. Currently is only available for MySQL.
- SUPPORTED DBMS
- MySQL support
- PostgreSQL support
- SQLite support
- MS SQL Server support
- CHARTS GENERATION
- Pie, bar and line charts
- Simple reports You decide how to aggregate your data and what data you want to display in your chart by using a simple graphic interface.
- Advanced SQL reports You can write your own custom report in SQL and use it as input for the chart generation.
- PDF GENERATION
- Create PDF from single record
- Create PDF from results set
- Custom templates You can create your own PDF template in pure HTML, using "placeholders" to add field values.
- "Mail merge" The export to PDF feature applied to a record results set, in combination with the use of custom templates, guarantees results similar to the ones you can get using a typical "Mail Merge" feature available in Word Processors
- DASHBOARDS
- Embed tabular reports
- Embed graph reports
- PERMISSIONS-RELATED
- Users and User Groups
- Authentication
- Secure password storage Users' passwords are encrypted; three password hashing methods (CRYPT_BLOWFISH, CRYPT_EXT_DES and an md5-based method) are available and the system chooses the best one according to what the current environment can provide. All three employ salting, stretching, and variable iteration counts.
- Granular permissions manager For each group you can choose a differnet permissions policy, both at table and field level. For example you can decide that the group "Agents" can view the table "Customers" but can't delete or edit its records; futhermore, you can decide that the group "Agents" can see all the fields of the table while the group "Marketing" just a few.
- Records Ownership The ownership of a record (the user who created a record is considered its owner) can be used as a parameter to authorize some operations: for example you can set that a record can be deleted/modified only by the user (or group) who created it.
- External users list integration DaDaBIK uses by default the table dadabik_users and dadabik_groups to store users information, but you can also use existing user and group tables, even if your users table doesn't use the same password encryption which DaDaBIK uses. This help the integration of DaDaBIK with existing applications, for example with a CMS.
- LDAP authentication Both Open LDAP and Microsoft Active Directory supported. LDAP users are also imported in DaDaBIK to allow permissions setting.
- Permission copy Copy permissions from one users group to another in one click.
- DATA INTEGRITY/SECURITY
- Duplication checking During records insertion, DaDaBIK can be set for checking the similarity of one or more fields with existing records fields, to prevent record duplication. The similarity threshold can be set according to your needs (e.g. 80%).
- Operations logging Insert, Update and Delete operations are logged in a log table. This can help a data recovery procedure in case of data loss.
- Access logging Successful login are logged into a log table, storing username and timestamp
- Records Locking A record which is being edited by a user is not available for editing operation by other users, to prevent data loss.
- HTML sanitization See http://en.wikipedia.org/wiki/HTML_sanitization for details about HTML sanitization
- Schema synchronization If you add/delete/rename a table's field, the DaDaBIK application you have set-up can be synchronized according to the change.
- FIELD TYPES
- Textbox/Textarea
- Rich text editor
- Date/Date time
- Drop-down list, hard-coded values
- Drop-down list, lookup table Value and labels come from an external table (ajax loading is also supported)
- Cascade Drop-down listIn edit and insert forms, the content of a drop-down list is filled according to the value selected from another drop-down list or radio field. More than two tables in cascade are allowed.
- Multiple drop-down, hard-coded
- Multiple drop-down, lookup table Value and labels come from an external table (ajax loading is also supported)
- Checkboxes, hard-coded values
- Checkboxes, lookup table Value and labels come from an external table
- Radio buttons, hard-coded values
- Radio buttons, lookup table Value and labels come from an external table
- Cascade radio buttonsIn edit and insert forms, the options list changes according to the value selected from another radio field or drop-down list. More than two tables in cascade are allowed.
- Filtered list values Value and labels coming from a table to fill a drop-down or a checkbox list can be filtered adding a where clause
- Variable filtered list values Value and labels coming from a table to fill a drop-down or a checkbox list can be filtered adding a where clause which can also contain PHP variables
- Calculated fieldA field whose value is not directly provided by the user but calculated according to a custom PHP function. For example you might have a total_price field, which is calculated according to the values of other fields, e.g. as price + tax.
- Generic file
- Image file
- Hidden insertion/update date
- Default value driven by SQL query
- FORMATTING RULES
- Pre-defined data formatting rules The special formatting rules for the following field types are available and built-in: E-mail, URL, Generic file, Image file, Date, Date time
- Custom data formatting rules The possibility to specify for a field a custom data formatting rule (rules can be specified in PHP)
- FORM-RELATED FEATURES
- Form elements hiding
- Simple form layout The forms are generated adopting a simple one-field-per-row design
- Form layout customization For each row, you can choose to represent two or more fields; furthermore you can add titled separator to group field sets.
- Customizable search operators For each field it is possible to choose a list of search operators amgong a pre-defined set (e.g. equals to, like, greater than, less than,...)
- Form hints
- Form tooltips
- Master/details view Each form can be repsented together with one or more related datagrid, e.g. an invoice form can have in the same page the datagrid which represents its items (1:N relationship)
- DATA VALIDATION FEATURES
- Pre-defined data validation rules The validation rules for the following field types are available and built-in: Alphabetic, Alphanumeric, Numeric, URL, Email, Phone, Date, Date time.
- Custom validation rules The possibility to specify for a field a custom data validation rule (rules can be specified in PHP)
- Lenght validation
- Required fields You can set a field as required, even according to a custom PHP function (e.g. according to the value of another field)
- ADVANCED CUSTOMIZATIONS
- Custom buttons You can add personalized buttons to your application, specifying for each button a callback PHP or Javascript function to execute. Buttons can be placed in several positions (for example on each row of a results grid, on the top of an edit form or near to a form field) and can execute a Javascript function or a PHP function, even via AJAX.
- Row-level custom filters You can add, through a custom PHP function, custom rules to filter rows (for example a rule could be: for the users belonging to the group "customers", show only the products having the flag "active" set to 1).
- Data grid HTML templates While the pre-defined data grid layout is the classic tabular presentation, you can specify, through a custom HTML template, a completely different layout. For example you can provide an HTML template to get the results of a search displayed in a Google-style manner.
- Custom HTML pages You can add completely custom-content static pages to your DaDaBIK application, for example an help or introductory page.
- Custom PHP pages You can add completely custom hand-coded PHP pages to your DaDaBIK application.
- Layout Hooks With layout hooks you can add custom HTML or PHP code in some parts of the layout without modifying the DaDaBIK core code and therefore making future upgrades easier. There are 13 layout points (including, for example: page header, page footer, edit form header, edit form footer, ...) where you can add layout hooks.
-
Operational Hooks
Operational Hooks allow you to write some custom PHP code to be called under certain circumstances.
DaDaBIK currently supports before insert, after insert, before update, after update, before delete and after delete hooks.
For example you can easily add some code that, when a new order is register to the system (after insert hook on table orders) automatically updates your stock in a table warehouse. - Custom JS functions It is possible, for each form field, to specify a custom Javascript function to execute when a particular event (e.g. onfocus, onblur, onclick, ...) occurs.
- AFTER-SALE SERVICES
- Support forum
-
E-mail support
5 support tickets to use during one year (Enterprise) or 20 support tickets to use during three years (Platinum).
Support tickets are answered by human beings who know DaDaBIK very well, you WON'T receive any AUTOMATIC answer.
Support tickets are normally answered within one business day, often within A FEW HOURS. If, for some reason, a user doesn't receive an answer within two business days, they can cancel the email support and ask for a €50 (Enterprise vers.) or €100 (Platinum version) refund. - Phone support The phone support is provided using Skype or Google Hangout. Max 3h or 10 call sessions to use during the first three years. The call needs to be requested via email and it is normally booked within one busines day.
- Free upgrade During this period, you can get a free upgrade, even for major release (e.g. from DaDaBIK 9.4 to DaDaBIK 10.0).
- Easy upgrade You can upgrade your DaDaBIK application to a new version of DaDaBIK without the need of reconfiguring it. This feature works for MySQL and PostgreSQL databases, it doesn't work for SQLite
-
Maintenance fee
When you purchase DaDaBIK, you can use it forever. However, after your free-upgrade timeframe, you won't get the upgrades for free anymore.
With DaDaBIK Enterprise/Platinum, after your free-upgrade timeframe, at any time, you can pay a maintenance fee and get one additional year of free upgrades and support without buying a new license.
- Pro
- €9 ($10)
- 1
- Unlimited
- Unlimited
- Unlimited
- Enterprise
- €195 ($225)
- 10
- Unlimited
- Unlimited
- Unlimited
- 1 year
- €79
- Platinum
- €595 ($690)
- 30
- Unlimited
- Unlimited
- Unlimited
- 3 years
- €99