Commit Graph

141 Commits

Author SHA1 Message Date
pepa 5b77337b3f closes #4: Favorite buttons has been extended with category buttons. 2023-05-17 21:31:32 +02:00
pepa 5b5f31f64d Fixed CMakeLists.txt in CORE plugin 2023-05-03 18:05:57 +02:00
pepa b17b8cb259 Changed CORE plugin DB schema 2023-05-03 18:02:40 +02:00
pepa d699ce79f7 Build system changed to Cmake, ORM changed to QxORM, Qt6 compatibility. 2023-04-28 22:25:29 +02:00
pepa 4f2380f3db Added checkbox for select all items from saved receipt. 2019-07-14 15:53:58 +02:00
pepa ee5130f719 Added button for report dialog to shop. 2018-06-19 21:23:34 +02:00
pepa dd39ebb5cb Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2018-06-19 19:21:06 +02:00
pepa 1c22eb3c0a Fixed MSVC 2012 build. 2018-06-19 19:20:37 +02:00
jony 6b4c20eccf Updated czech translations 2018-06-13 09:36:50 +02:00
pepa 0bca412d27 Adding reports without recompilation now possible. 2018-05-23 14:50:55 +02:00
pepa 22936f2a3f Added support for dashboard. 2018-05-23 13:10:58 +02:00
pepa 0ddf8bce92 Commodity - added setting for translate czech chars to numbers (bar code scanner fix). 2018-05-23 11:59:26 +02:00
pepa fe3602fcfc Added support for default sorting. Commodity are sorted by name by default. 2018-05-10 16:11:05 +02:00
pepa b69637165d Fixed barcode scanner issue on Windows with czech keyboard. 2018-05-10 15:06:27 +02:00
pepa b8ed333c3a Added support for Value Added Tax. 2017-10-13 12:58:26 +02:00
pepa 8e7137f3bb Fixed saving of QDecDouble numbers. 2017-10-13 12:53:15 +02:00
pepa 836521e533 Added ability to store creator, updater, date of create and date of edit on entities- columns for this added to Voucher and CampData.
Removed permission check from Service::loadById- caused access violation when user had not have read permission.
2017-08-21 14:16:43 +02:00
pepa 9efa6c52bb SVG icons replaced by PNG on report viewer and report dialog. 2017-08-14 11:11:43 +02:00
pepa b56e58146a SVG icons replaced by PNG. Caused huge memory allocation on Windows. 2017-06-23 15:08:56 +02:00
pepa e724a3b234 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2017-06-08 22:16:44 +02:00
jony 50ac5238da Added new settings for program owner (web,email, phone) 2017-06-08 22:16:18 +02:00
jony 5848bb5609 fixed application crash when loading plugin 2017-06-08 22:14:19 +02:00
jony 8406dc584f Updated translation 2017-06-08 22:13:26 +02:00
pepa 761fcad3b7 Fixed MSVC2012 build 2017-06-08 22:11:25 +02:00
jony a33992b9b9 Added English version of accommodation document. Added translations. Fixed bug on adding camp to voucher. 2017-06-08 21:23:14 +02:00
pepa e5b33fa973 Added possibility to add custom widget to GridForm. Small fix in ReportDialog. 2017-06-08 14:21:55 +02:00
pepa 35696fbfea Added methods for better permission checks in modules.
Added method for returning selected entity in grid.
Added polymorphic methods for delete record and fill grid.
2017-06-07 15:51:33 +02:00
pepa b916d626d1 Fixed MSVS 2012 build 2017-05-31 22:14:31 +02:00
Zdenek Jonak 33913c3b42 Updated Czech translation 2017-05-30 21:19:58 +02:00
pepa 1e785fd488 Added report variable filler. 2017-05-30 10:38:02 +02:00
pepa 37b2dd7246 Added logo to settings. Small bugfixes. 2017-05-30 09:12:40 +02:00
pepa 328352f91a Improved permission checks. 2017-05-29 22:09:03 +02:00
pepa 9a087e1874 Added protected method GridForm::addRow. Increased settings form size. 2017-05-29 21:37:15 +02:00
pepa b941acf9a0 Improved work with number series. Added season to voucher record. 2017-05-29 14:08:06 +02:00
Zdenek Jonak 0fd0d53c0b czech translation update 2017-05-16 21:24:49 +02:00
pepa cd4d58749a Fixed camp settings saving. Added about messagebox. Methods IGridForm::handleNewRecord and IGridForm::handleEditRecord are virtual now. 2017-05-12 14:33:14 +02:00
pepa 87ec7098ff Fixed saving of enums to json settings. Added global enum for rounding. 2017-05-07 23:40:17 +02:00
pepa 50ecd60c9a Inline editing of QDecDouble in AutoTableModel now possible. 2017-05-07 23:37:30 +02:00
pepa 0e803c23cb Import dialog and import progress moved to core library. 2017-05-06 23:27:54 +02:00
jony 25c481f5f1 Country register plugin created 2017-05-03 22:23:49 +02:00
jony a0f325708b Updated czech translations 2017-05-03 20:30:56 +02:00
pepa cb67b48138 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2017-04-25 21:40:03 +02:00
pepa dbbf4a0a67 Import progress is shown while import. 2017-04-25 21:36:23 +02:00
pepa 39ab4b74e2 Disable add/edit/delete buttons now possible. 2017-04-25 21:30:51 +02:00
jony 8a651871d0 Changed sorting for payed bills to descending. closes #298 2017-04-25 20:37:22 +02:00
pepa 8814a0e2a1 Allowed to add custom buttons/widget to grid toolbar.
Add possibility to hide plugin from navigation bar.
2017-04-21 23:41:29 +02:00
pepa fe5eac9cd9 Added support for import data from file. 2017-04-21 23:35:57 +02:00
jony 7aa00f1b1e Fixed build on linux 2017-03-28 21:02:38 +02:00
pepa 031e399320 Implemented reporting support via LimeReport 2017-03-27 17:06:54 +02:00
pepa 37c9ee15af Added reporting support- depends on LimeReport. 2017-03-24 14:49:46 +01:00