107 Commits (9c30d416e04b32a0f44d2a6910f799e6759176b6)

Author SHA1 Message Date
Josef Rokos c12a1231c0 Fixed MSVS build. Added plugin icons, improved UI. 9 years ago
Zdenek Jonak a1f92c9f40 new plugin commodity implemented 9 years ago
Josef Rokos 63cd40949e Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 9 years ago
Josef Rokos d108a42b08 Column widths saving to user settings.
Fixed memory leak in AutoTableModel.
9 years ago
Zdenek Jonak 4b8d790ea8 change code to avoid bug in qt5.3 9 years ago
Josef Rokos e569dfbc12 Added support for settings 9 years ago
Josef Rokos 8e999c7818 Added support for binding QDecimal values. 9 years ago
Zdenek Jonak 046c64b312 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 9 years ago
Zdenek Jonak 5846f8757e new enums class in core
binding for combos
9 years ago
Josef Rokos 3d7f51f42b Fixed bug when cancel edit form on new record. 9 years ago
Josef Rokos 1bb87dcb20 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 9 years ago
Josef Rokos 1f4f318a26 Database error handling. 9 years ago
Josef Rokos 7ea06881ef AutoTableModel now can display data from related table.
Usage example of ComboBox binding in Accommodation plugin.
9 years ago
Josef Rokos 1b6141923f Added support for bindig relations (foreign keys) to combo boxes. 9 years ago
Josef Rokos ca35df241f Added support for binding simple data to combo boxes. (not tested) 9 years ago
Josef Rokos 3d9e182531 Added IService QObject derived class for emiting Qt signals from service objects. 9 years ago
Josef Rokos bc77f671ae Fixed MSVS build. 9 years ago
Josef Rokos c722fe743c Implemented application login.
Minor UI improvement.
Fixed memory leaks.
9 years ago
Zdenek Jonak 3d68281c87 Password hashing support 9 years ago
Zdenek Jonak 01c03be78c Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Conflicts:
	core/core.pro
9 years ago
Zdenek Jonak 6f78308d7d Added new validator, userform validation 9 years ago
Josef Rokos bfbfb20700 Fixed MSVS build 9 years ago
Josef Rokos bf812b4d01 Fixed bug when opening another database file. 9 years ago
Josef Rokos 6c3c616786 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 9 years ago
Josef Rokos ac931e17a9 Implemented data filtering. 9 years ago
Zdenek Jonak 5dbebcc947 Support for adding user roles 9 years ago
Josef Rokos d2f391558a UI for data filtering.
Icons for plugin grid operations.
9 years ago
Josef Rokos 94fba56dab Implemented permission settings for Roles. 9 years ago
Josef Rokos 09f6266123 Fixed bug when adding record to empty table. Fixed empty row after
delete record.
9 years ago
Zdenek Jonak 7d01751c10 Implemented roles module. 9 years ago
Josef Rokos 37d2371148 Added Column dialog for selecting visible columns. Selection is stored to settings. 9 years ago
Josef Rokos d99267e488 Disabled "unknown pragma" warning in MSVS2010. 9 years ago
Josef Rokos 2f127e8902 Path to database is now saved via QSettings object. 9 years ago
Josef Rokos 989c8fdac3 - Users table model renamed to UsersTableModel- causes linker conflict
with class TableModel in accomodation plugin.
- Edit record dialog is now screen centered.
- Plugin tabs in application main window are now closable.
9 years ago
Zdenek Jonak a6d795ec87 users plugin implementation 9 years ago
Josef Rokos 30a6f57b19 MSVS2010 build fix. 9 years ago
Josef Rokos bfff174db8 Improved plugin initialization. Added delete feature. 9 years ago
Josef Rokos 02c5bbe788 Added base classes for plugin UI. 9 years ago
Josef Rokos 07bb708437 Implemented dependency solving for db schemas creation. Added macro for
begin/end iterator.
9 years ago
Josef Rokos d4da3cb6cf Enabled C++11 features on Linux (GCC), disabled "unknown pragma" warnings on GCC. 9 years ago
Josef Rokos 7c90c66468 Added support for database maintenance. Added core plugin. 9 years ago
Josef Rokos 1264b2547a Fixed build on MS VS2010. Improved includes in data classes. 9 years ago
Zdenek Jonak 1439502c20 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Conflicts:
	core/core.pro
9 years ago
Zdenek Jonak 2fc1090ed3 Created data sructures for user and permissions support 9 years ago
Josef Rokos 21ffb16151 Forgotten modifications. 9 years ago
Josef Rokos 5993193ffb Added support for form validations. 9 years ago
Josef Rokos 6bc7fd8762 Fixed Transaction class. 9 years ago
Josef Rokos f208120799 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 9 years ago
Josef Rokos e6bbae3eaf Added AutoForm class for automatic binding. 9 years ago
Josef Rokos 71325fa717 Improved transaction handling. 9 years ago
Josef Rokos b1e1388135 Fixed missing return in Service::loadById. 9 years ago
Josef Rokos 36f9c93e08 Added support for automatic sorting. 9 years ago
Josef Rokos 49b2e231c0 Automatic column names. 9 years ago
Josef Rokos b7cfb8c39c Added template class AutoTableModel for automatic table models based on
given list of QObject derived objects.
9 years ago
Josef Rokos 7755432484 Added IMetaDataPlugin base class for parsing plugin name, description,
etc... from json metadata file.
9 years ago
Josef Rokos 096605a39e - Core library header files added to core.h file.
- Fixed windows build.
- Added AccommodationService class.
9 years ago
Zdenek Jonak 53d56f2e13 initial commit Base app, core lib, plugin system 9 years ago