Commit Graph

128 Commits

Author SHA1 Message Date
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
pepa d7952b987d Fixed bug in DB schema versioning. 2017-03-21 21:17:16 +01:00
pepa b9fe3aab37 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2017-03-17 10:37:58 +01:00
pepa af5f2c357f Cleaned qmake project files. Configuration and common parts are now in config_plugin.pri and config_odb.pri. 2017-03-17 10:35:23 +01:00
jony 405547d7b6 Translation update 2017-03-15 21:44:54 +01:00
pepa abed951e1f Merge branch 'master' of https://git.bukova.info/repos/git/prodejna
# Conflicts:
#	shop/receiptsaveform.cpp
#	shop/shopform.cpp
2017-02-24 21:26:55 +01:00
pepa fecee4d6e7 Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2017-02-17 15:21:57 +01:00
pepa 2eb1039f6f Implemented search in shop items on ShopForm. Prepare for favorite buttons. 2017-02-17 15:15:45 +01:00
Zdenek Jonak c2544d812f translation source files 2017-01-10 20:56:04 +01:00
pepa 9e9e1f6dba Added load receipt functionality. 2016-08-03 18:24:15 +02:00
pepa 452d58ac4f UI fixes 2016-07-25 22:41:39 +02:00
pepa f15a361b50 Added support for checkbox select in AutoTableModel. 2016-07-22 13:18:31 +02:00
Rokos Josef e6dfc8ec21 Added pay voucher feature. Added dialog with paied vouchers. Added
support for printing receipts on POS printer.
2016-07-01 14:37:33 +02:00
pepa a89b0381b1 Added settings for seasons and number series. Added static method
ComboData::createComboData for easier combo bindings.
2016-06-24 16:15:19 +02:00