| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenSourcePos 2.3.3.tar.gz | 2016-01-05 | 8.0 MB | |
| OpenSourcePos 2.3.3.zip | 2016-01-05 | 8.4 MB | |
| README.md | 2016-01-05 | 2.1 kB | |
| Totals: 3 Items | 16.4 MB | 1 | |
About a year after 2.3.2, I'm happy to announce a new release containing a couple of new features and bugfixes.
Features
- Add datepicker widgets in sale/receiving edit forms
- Add date filter in items module
- Add barcode generation logic for EAN8, EAN13
- Add barcode validation + fallback logic for EAN8, EAN13
- New config option to generate barcodes if item_number empty
- Add cost + count to inventory reports
- Better locale config support
- Add configurable locale-dependent dateformat
- Searching of deleted items, filtering part is removed
- Add new migration script from phppos
Fixes
- Item kit fixes (search, list, ..)
- Giftcard fixes
- Refactor sales overview (added date filtering + search options)
- Improve php compatibility
- Fix invoice numbering bug on suspend
- Add grunt-cache-breaker plugin
- Suspend button appeaers before adding a payment
- Remove infamous "0" after leaving sale or receiving comments empty
- Add SQL script to clean zeroes in sales/receivings comments
- Numerous other bug fixes
For this release I would like to thank all the contributors (dan4cat), testers (odiea) and translators for the continuous effort to keep the project moving forward. You know who you are.
UPGRADE from version 2.3.2
To upgrade to 2.3.3 you can run the 2.3.2_to_2.3.3.sql migration script which is included in the database folder. Just copy paste the contents into a phpMyAdmin SQL console or execute it from the command line.
WARNING: Always is a good idea to do a backup previous to an upgrade. This is not an exception.
- Backup your database.
- Run Migration or initialization scripts
- Backup your OS-POS files. (normally at web server place)
- Backup your OS-POS/application/config/database.php file.
- Remove all your OS-POS files (do not remove nor modify database data!!!)
- Extract the files for version 2.3.3.
- Move the files to your web server place.
- Restore your OS-POS/application/config/database.php file.