Open Source POS v3.2.0 Release Notes

Release Date: 2018-04-14 // about 6 years ago
  • ๐Ÿš€ Today we're delighted to announce a new release with new features and bug fixes. Please read below for more details.

    Please use the file opensourcepos.20180414135600.3.2.0.4bab3f.zip in attachment for a full installation.

    ๐Ÿ”‹ Features

    ๐Ÿ”– Version 3.2.0

    • โฌ†๏ธ Code Igniter 3.1.8 upgrade
    • ๐Ÿ‘ PHP 7.2 support (use OpenSSL and not MCrypt)
    • โฌ†๏ธ Automatic database upgrades from vs 3.0.0 at first login (no more sql scripts)
    • Home and (back) Office menu switch (top menu can be organised in two views)
    • Expenses feature
    • Quote, Work Order features
    • ๐Ÿ‘Œ Improved Invoice support
    • Sale suspend, soft delete, complete as state not as different tables or hard delete
    • โช Restore deleted Sales
    • ๐Ÿ‘Œ Improved Items Kits
    • Export tables all records and export to pdf
    • Table sticky header (headers visible during scrolling)
    • ๐Ÿ‘ Allow duplicate barcodes (Config option)
    • Search suggestion formatting (Config option)
    • ๐Ÿ–จ Define print and email checkboxes behaviour (Config option)
    • Edit customer from sale register
    • โž• Added and Updated translations
    • โฌ†๏ธ Various Jquery plugins upgrade
    • ๐Ÿ›  Fixed permission issues (e.g. password change)
    • ๐Ÿ›  Fixed various reports issues and renamed Sales to Transactions
    • ๐Ÿ›  Various bug fixes (e.g. Tax, Rounding, Library circular dependency)

    ๐Ÿš€ For this release we would like to thank all the contributors for the continuous effort to keep the project moving forward. Keep up the good work! You know who you are.

    โฌ†๏ธ UPGRADE from version 3.1.1

    โฌ†๏ธ For this version an upgrade is required:

    โฌ†๏ธ WARNING: Always a good idea to do a backup previous to an upgrade. This is not an exception.

    • Backup your database.
    • ๐ŸŒ Backup your ospos files (normally at web server place)
    • Backup your ospos/application/config/database.php and ospos/application/config/config.php files
    • โœ‚ Remove all your ospos files (do not remove nor modify database data!!!)
    • Extract the files for version 3.2.0
    • ๐Ÿšš Move the files to your web server place
    • Copy application/config/database.php.tmpl to application/config/database.php
    • โช Restore the content of your ospos/application/config/database.php and ospos/application/config/config.php files in the new files
    • ๐Ÿšš Move the content of old uploads dir to public/uploads
    • ๐Ÿ‘‰ Make sure your webroot points to public/ directory as index.php is now contained there
    • ๐ŸŒฒ Log into OSPOS and wait for the automatic migration to complete (the login only takes longer the first time)
    • Now you are good to go and use your new version of OSPOS