mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-19 07:28:46 -04:00
70 lines
2.4 KiB
Plaintext
70 lines
2.4 KiB
Plaintext
Version 2.3.2
|
|
-------------
|
|
+ Nominatim (OpenStreetMap) customer address autocompletion
|
|
+ Sale invoice templating
|
|
+ Configurable barcode generation for items
|
|
+ Stock location filtering in detailed sales and receivings reports
|
|
+ Giftcards bugfixes
|
|
+ Proper pagination support for most modules
|
|
+ Language updates
|
|
+ Bugfix for decimal taxrates
|
|
+ Add gender + company name attributes to customer
|
|
+ Stock location config screen refactor
|
|
+ Basic travis-ci + phantomJs setup
|
|
+ Database backup on admin logout
|
|
+ Modifiable item thumbnails
|
|
+ Email invoice PDF generation using DomPDF
|
|
+ Modifiable company logo
|
|
+ jQuery upgrade (1.2 -> 1.8.3)
|
|
+ Javascript minification (using grunt)
|
|
+ Numerous bugfixes
|
|
|
|
Version 2.3.1
|
|
-------------
|
|
|
|
+ Extra report permissions (this includes a refactoring of the database model - new grants table)
|
|
+ Tax inclusive/exclusive pricing
|
|
+ Receivings amount multiplication (can be configured in items section)
|
|
+ Customizable sale and receiving numbering
|
|
+ Giftcard improvements
|
|
+ Fix item import through csv
|
|
+ Bug fixes for reports
|
|
|
|
Version 2.3
|
|
-----------
|
|
+ Support for multiple stock locations
|
|
|
|
Version 2.2.2
|
|
-------------
|
|
+ French language added
|
|
+ Thai language added
|
|
+ Upgrade to CodeIgniter 2.2 (contains several security fixes)
|
|
+ Database types for amounts all changed to decimal types (this will fix rounding errors in the sales and receivings reports) the rest of the application
|
|
+ Fix duplicated session cookies in http headers (this broke the application when running on nginx)
|
|
|
|
Version 2.1.1
|
|
-------------
|
|
+ Barcodes on the order receipt weren't generated correctly
|
|
+ Sales edit screen for detailed sales reports is now available with thickbox as in the rest of the application
|
|
+ Indonesian language files updated (Oktafianus)
|
|
+ Default language set to 'en' in config.php
|
|
+ Fix some css bugs in suspended sales section
|
|
+ Default cookie sess_time_expire set to 86400 (24h)
|
|
|
|
Version 2.1.0
|
|
-------------
|
|
+ Various upgrades, too numerous to list here.
|
|
+ Removed dependancy on ofc upload library due to vulnerability found.
|
|
|
|
Version 2.0.2
|
|
-------------
|
|
+ Fixed multiple giftcards issue per Bug #4 reported on Sourceforge where a
|
|
second giftcard added would have its balance set to $0 even if the sale did
|
|
not require the total of the second giftcard to pay the remaining amount due.
|
|
+ Small code cleanup
|
|
|
|
Version 2.1.0
|
|
-------------
|
|
* Upgrade to CodeIgniter 2.1.0
|
|
* Various small improvements
|