Commit Graph

89 Commits

Author SHA1 Message Date
pepa 9fbf216bba Added recalculating receipt on item count changed. Some UI changes. 2016-05-26 15:11:55 +02:00
pepa 726da24de9 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-05-09 22:25:13 +02:00
pepa 60887e7700 Added support for grid columns translations. Translated columns in
addressbook plugin.
2016-05-09 22:24:29 +02:00
Zdenek Jonak 77ec02e4c5 Commodity settings implementation 2016-05-03 22:09:05 +02:00
pepa 676ea77404 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-05-03 20:55:33 +02:00
pepa 9db007b761 Added support for editable grid cells. 2016-05-03 20:55:07 +02:00
Zdenek Jonak ca4a4e743d Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-04-20 22:07:34 +02:00
Zdenek Jonak 1984b7cc3d Icon for shop plugin 2016-04-20 22:05:27 +02:00
pepa 2ed7d7077b Implemented base functionality of DirectSaleForm. 2016-04-13 22:37:41 +02:00
pepa 049314a245 Added class ObjectBinder for common data binding. 2016-04-13 21:34:49 +02:00
Zdenek Jonak c3397c779b Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Conflicts:
	shop/shop.pro
2016-04-07 22:34:10 +02:00
pepa e06f951307 Added data entities for shop plugin. 2016-04-07 22:29:37 +02:00
Zdenek Jonak 43b7848420 Shop initial form design 2016-04-07 22:22:53 +02:00
pepa aa5b3cf76f Skeleton for shop plugin. 2016-04-06 21:07:49 +02:00
pepa d93e470c10 Fixed permission issues. 2016-04-06 20:38:01 +02:00
pepa 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.
2016-03-23 16:16:38 +01:00
pepa 96685d2bed Implementation of basic permission checks. 2016-03-11 14:13:40 +01:00
Zdenek Jonak 2c49209b8e translation support fixed and new translations added 2016-03-09 22:06:17 +01:00
Zdenek Jonak fe1671d91e Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-03-09 20:27:22 +01:00
Zdenek Jonak ffcf753acb fixed compile problem with gcc and inicialization in comodity plugin 2016-03-09 20:27:05 +01:00
pepa c0db311a23 Translation suport 2016-03-09 19:56:45 +01:00
pepa ebf155603a Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-03-03 20:39:25 +01:00
pepa c12a1231c0 Fixed MSVS build. Added plugin icons, improved UI. 2016-03-03 15:03:51 +01:00
Zdenek Jonak a1f92c9f40 new plugin commodity implemented 2016-03-02 23:26:37 +01:00
pepa 63cd40949e Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-03-02 20:33:54 +01:00
pepa d108a42b08 Column widths saving to user settings.
Fixed memory leak in AutoTableModel.
2016-03-02 20:33:24 +01:00
Zdenek Jonak 4b8d790ea8 change code to avoid bug in qt5.3 2016-02-26 13:46:04 +01:00
pepa f49f19783e Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-02-24 22:47:24 +01:00
pepa e569dfbc12 Added support for settings 2016-02-24 22:46:36 +01:00
Zdenek Jonak f184ac92d9 Addressbook plugin implementation 2016-02-21 17:03:41 +01:00
pepa 2bb07716b9 Stylesheet support 2016-02-19 16:02:00 +01:00
pepa 8e999c7818 Added support for binding QDecimal values. 2016-02-19 15:34:52 +01:00
Zdenek Jonak 046c64b312 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-02-18 21:51:52 +01:00
Zdenek Jonak 5846f8757e new enums class in core
binding for combos
2016-02-18 21:51:18 +01:00
pepa 3d7f51f42b Fixed bug when cancel edit form on new record. 2016-02-18 19:51:57 +01:00
Zdenek Jonak 580b623aca Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-02-18 19:48:48 +01:00
pepa 1bb87dcb20 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-02-13 21:52:33 +01:00
pepa 1f4f318a26 Database error handling. 2016-02-13 21:41:05 +01:00
pepa 7ea06881ef AutoTableModel now can display data from related table.
Usage example of ComboBox binding in Accommodation plugin.
2016-02-12 15:58:12 +01:00
pepa 1b6141923f Added support for bindig relations (foreign keys) to combo boxes. 2016-02-11 12:11:32 +01:00
pepa ca35df241f Added support for binding simple data to combo boxes. (not tested) 2016-02-11 07:30:33 +01:00
Zdenek Jonak 184e6f917f Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2016-02-09 21:56:16 +01:00
Zdenek Jonak 4d74bed177 service plugin and qdecimal library has been added 2016-02-09 21:55:05 +01:00
pepa 3d9e182531 Added IService QObject derived class for emiting Qt signals from service objects. 2016-02-09 16:05:02 +01:00
pepa bc77f671ae Fixed MSVS build. 2016-02-09 10:33:08 +01:00
pepa 69c6068c0d Added -p switch to cp command in ODB build phase. 2016-02-09 10:10:22 +01:00
pepa c722fe743c Implemented application login.
Minor UI improvement.
Fixed memory leaks.
2016-02-09 10:04:17 +01:00
Zdenek Jonak 3d68281c87 Password hashing support 2016-01-20 22:04:05 +01:00
Zdenek Jonak 01c03be78c Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
Conflicts:
	core/core.pro
2016-01-20 21:22:34 +01:00
Zdenek Jonak 6f78308d7d Added new validator, userform validation 2016-01-20 21:18:47 +01:00