| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenSourcePos 2.3.2.tar.gz | 2015-07-15 | 7.8 MB | |
| OpenSourcePos 2.3.2.zip | 2015-07-15 | 8.2 MB | |
| README.md | 2015-07-15 | 1.8 kB | |
| Totals: 3 Items | 16.0 MB | 0 | |
This release adds some new features and tons of fixes
- Nominatim (OpenStreetMap) customer address autocompletion
- Language file generation through csv files
- 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 for receipts and invoices
- jQuery upgrade (1.2 -> 1.8.3)
- Javascript minification (using grunt)
- Numerous bugfixes
For this release I would like to thank all the contributors (padungsak), testers (Odie) and people that donated to the project (Ranveer, Adewale, Phang) to add new features or bugfixes. Hope we can keep moving forward.
UPGRADE from version 2.3.1
To upgrade to 2.3.2 you can run the 2.3.1_to_2.3.2.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.2.
- Move the files to your web server place.
- Restore your OS-POS/application/config/database.php file.