Releases: andras-tim/StoreKeeper
Releases · andras-tim/StoreKeeper
0.5.0 - 2016-03-18
Changed
-
Updated server and client dependencies to the latest version:
New system dependencies:
libjpeg-dev
libffi-dev
zlib1g-dev
-
Customizable search for item types. Now, the item selector will return items only - issue #119
Fixed
- Table footer border and alignment on Items view
- Turned off autocomplete when it is not necessary or annoying - issue #139
- Persistent storage is thread-safe now - issue #137
- Separated production and test persistent storage - issue #111
- Small performance improvements and responsive fixes in WebUI
- Fixed login issue in Firefox
- Fixed number input of pager in Firefox
- Moved dropdown-menu elements to body to avoid cropping by the parent container - issue #147
- Fixed item selection problem in typeaheads - issue #100
- Removed annoying warning about bad value from quantity input fields
- Fixed commit-able state check of Item sideber - issue #141
0.4.0 - 2016-02-29
0.3.0 - 2016-01-07
Added
- Configurable log and message format
- Start logging changes (without api export and WebUI currently) - issue #128
Changed
-
Replaced database migration framework - issue #115
(please, follow the custom upgrade process)
Fixed
0.2.1 - 2015-11-09
0.2.0 - 2015-11-05
Added
- Speed up server side queries
- Added purchase price to item - issue #95
- Added currency to config for prices
Changed
- Updated install steps in documentation
- User can not change quantity via /items endpoint - issue #102
- Items have to have one master barcode - issue #99
- Lazy creating barcodes - issue #105
- User can not delete the master barcode - issue #99
Fixed
0.1.0 - 2015-10-08
Added
- User login, logout
- Manage items and its barcodes, units, vendors
- Add/remove items in store
- Able to use barcode reader for collecting items
- Can use barcode printer to create labels