111 Commits

Author SHA1 Message Date
pepa 12dd6ddba0 Fixed loading of saved vouchers. 2023-06-05 22:31:59 +02:00
pepa de2bab90de Translation update. 2023-06-05 16:58:59 +02:00
pepa 285fc8e80f Merge remote-tracking branch 'origin/master' 2023-06-02 15:05:08 +02:00
pepa 93eb98c10a If macro EET is not defined EET functions will be hidden. 2023-06-02 15:04:53 +02:00
pepa e958c86eb7 Bugfix - receipt printing on widows fixed. 2023-06-02 12:08:30 +02:00
pepa 8b132c6c51 Bugfix - voucher items manipulation fixed. 2023-06-02 11:58:13 +02:00
pepa 46b2098ffc VS 2019 build fixed. 2023-05-29 16:27:10 +02:00
pepa 7082648122 Fixed build against Qt 6.5. 2023-05-24 21:18:28 +02:00
pepa 2597f79d2d closes #1: Favorite buttons has been extended with category buttons. 2023-05-17 21:37:15 +02:00
pepa d699ce79f7 Build system changed to Cmake, ORM changed to QxORM, Qt6 compatibility. 2023-04-28 22:25:29 +02:00
pepa 30e6180c82 closes #4: Allowed to multiselect items on voucher and delete them via context menu or Ctrl+Del shortcut. 2021-05-10 13:23:54 +02:00
pepa ab20fe9b34 Added setting for hide control for item count on shop form. 2021-01-29 22:09:34 +01:00
pepa ad9a66ab32 Added setting for default VAT type on Direct sell dialog. Fixed some compiler warnings. 2020-07-01 22:09:40 +02:00
pepa 4f2380f3db Added checkbox for select all items from saved receipt. 2019-07-14 15:53:58 +02:00
pepa bb5b136aea Optimized loading of vouchers for Paid Vouchers Dialog. 2019-05-23 21:16:20 +02:00
pepa 2f1250e61d Fixed double print of bill. 2018-06-20 22:26:28 +02:00
pepa ee5130f719 Added button for report dialog to shop. 2018-06-19 21:23:34 +02:00
pepa d5844ab73d Button OK on pay dialog is now bigger. 2018-06-19 20:40:45 +02:00
pepa 65df276e7b Addresses are now sorted in combos. 2018-06-19 20:29:31 +02:00
pepa da9b062dbb Camp and Shop now shows data for actual season only. 2018-06-19 20:19:54 +02:00
pepa b113d5fca1 Added setting for bill double printing. 2018-06-19 19:55:18 +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 653f8eac30 Added dashboard to Shop plugin. 2018-05-23 14:11:56 +02:00
pepa 5794510bd2 Shop - disabled gesture scrolling on grids. Increased scrollbar widths. 2018-05-23 12:09:57 +02:00
pepa 34e1585327 Shop - improved commodity search with bar code scanner. 2018-05-23 12:00:24 +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 6f30949343 Improved visual style of favorite buttons. 2017-08-21 14:43:41 +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 b10f21ad3c Merge branch 'master' of https://git.bukova.info/repos/git/prodejna 2017-06-23 15:09:36 +02:00
pepa b56e58146a SVG icons replaced by PNG. Caused huge memory allocation on Windows. 2017-06-23 15:08:56 +02:00
pepa 1df897e5c8 Fixed price calculation in camp module. UI fixes.
closes #309
2017-06-14 11:04:57 +02:00
jony bce139d7cd Added new translation 2017-06-09 10:12:23 +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 d163a92293 Added possibility for creating vouchers from other module. 2017-06-07 15:54:13 +02:00
pepa b916d626d1 Fixed MSVS 2012 build 2017-05-31 22:14:31 +02:00
pepa 397ec82d06 Added seller interface for preparing shop items from other plugins. 2017-05-31 16:11:15 +02:00
pepa 328352f91a Improved permission checks. 2017-05-29 22:09:03 +02:00
pepa b941acf9a0 Improved work with number series. Added season to voucher record. 2017-05-29 14:08:06 +02:00
pepa d5ead1b187 Added country combo to addressbook. Addressbook plugin depends on Countryregister which must be loaded first. 2017-05-08 14:03:51 +02:00
jony a0f325708b Updated czech translations 2017-05-03 20:30:56 +02:00
jony f85b1c75d3 After unsuccessfull search is now text cleared. Useful for barcode scanners. closes #299 2017-04-25 20:48:57 +02:00
jony 8a651871d0 Changed sorting for payed bills to descending. closes #298 2017-04-25 20:37:22 +02:00
jony fc2ed29d25 Changed layout to three columns. Closes #297 2017-04-24 19:50:04 +02:00
pepa afb2218150 Improved shop UI 2017-04-06 21:44:36 +02:00
pepa da3aa2987c Fixed bug when count of favorites buttons changed. 2017-04-06 21:20:16 +02:00
pepa 03fd0adf12 Item is added to voucher if found and on enter key pressed in search edit (barcode reader optimization). 2017-04-04 22:33:39 +02:00