Commit Graph

100 Commits (6f84de2b6cb802fbb08d9da6c5e58d24c5f7f716)
 

Author SHA1 Message Date
Josef Rokos 6f84de2b6c Ok button on ReceiptSaveForm is now disabled if nothing is selected in
grid or name field is empty.
Josef Rokos 4593161261 UI functions on Save receipt form.
Josef Rokos 5035c4ce05 Fixed MSVS2010 build. Compiler does not support virtual template methods.
Josef Rokos 5eb73fb877 Implemented temporary save.
Josef Rokos 8ed2e4d78a Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos facaf98cf0 Added support for saving receipts.
Zdenek Jonak d10a832766 Localization support and localization
Josef Rokos 9707ec7c66 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos 2bd6b41642 Delete button is disable if no record selected.
Josef Rokos 4ebfae307a Added support for VAT calculations.
Josef Rokos 7b9bc06c52 Data structures prepared for VAT.
Josef Rokos 9fbf216bba Added recalculating receipt on item count changed. Some UI changes.
Josef Rokos 726da24de9 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos 60887e7700 Added support for grid columns translations. Translated columns in
addressbook plugin.
Zdenek Jonak 77ec02e4c5 Commodity settings implementation
Josef Rokos 676ea77404 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos 9db007b761 Added support for editable grid cells.
Zdenek Jonak ca4a4e743d Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Zdenek Jonak 1984b7cc3d Icon for shop plugin
Josef Rokos 2ed7d7077b Implemented base functionality of DirectSaleForm.
Josef Rokos 049314a245 Added class ObjectBinder for common data binding.
Zdenek Jonak c3397c779b Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Conflicts:
	shop/shop.pro
Josef Rokos e06f951307 Added data entities for shop plugin.
Zdenek Jonak 43b7848420 Shop initial form design
Josef Rokos aa5b3cf76f Skeleton for shop plugin.
Josef Rokos d93e470c10 Fixed permission issues.
Josef Rokos 7ae8c53a16 Numeric datatypes auto aligned to right in AutoTableModel based grids.
Swithced QLineEdit to QDoubleSpinBox for better number formating in
commodityform.ui and accserviceform.ui. Fixed build order.
Josef Rokos 96685d2bed Implementation of basic permission checks.
Zdenek Jonak 2c49209b8e translation support fixed and new translations added
Zdenek Jonak fe1671d91e Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Zdenek Jonak ffcf753acb fixed compile problem with gcc and inicialization in comodity plugin
Josef Rokos c0db311a23 Translation suport
Josef Rokos ebf155603a Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos c12a1231c0 Fixed MSVS build. Added plugin icons, improved UI.
Zdenek Jonak a1f92c9f40 new plugin commodity implemented
Josef Rokos 63cd40949e Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos d108a42b08 Column widths saving to user settings.
Fixed memory leak in AutoTableModel.
Zdenek Jonak 4b8d790ea8 change code to avoid bug in qt5.3
Josef Rokos f49f19783e Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos e569dfbc12 Added support for settings
Zdenek Jonak f184ac92d9 Addressbook plugin implementation
Josef Rokos 2bb07716b9 Stylesheet support
Josef Rokos 8e999c7818 Added support for binding QDecimal values.
Zdenek Jonak 046c64b312 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Zdenek Jonak 5846f8757e new enums class in core
binding for combos
Josef Rokos 3d7f51f42b Fixed bug when cancel edit form on new record.
Zdenek Jonak 580b623aca Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos 1bb87dcb20 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Josef Rokos 1f4f318a26 Database error handling.
Josef Rokos 7ea06881ef AutoTableModel now can display data from related table.
Usage example of ComboBox binding in Accommodation plugin.