Skip to content

Releases: opensourcepos/opensourcepos

Unstable OpensourcePos

17 Dec 21:53

Choose a tag to compare

Pre-release

This is a build of the latest master which might contain bugs. Use at your own risk. Check releases section for the latest official release

OpensourcePos 3.4.1

05 Jun 19:34

Choose a tag to compare

Today we are thrilled to announce 3.4.1. This release adds quite some bugfixes on top of 3.4.0. The migration path for MySQL coming from versions before 3.4 was broken and should be fixed again with this version.

How to upgrade

WARNING: It's always a good idea to do a backup previous to an upgrade. This is not an exception.

  • Unzip and upload Open Source Point of Sale files to the web-server.

Upgrade from release 3.4

  • In case you have all config in the .env file you can just overwrite the unzipped .env file with the your custom version.

Clean install / upgrading from a release older than 3.4

  • Edit the .env file in the unzipped folder root and set CI_ENVIRONMENT=development. This willl show error messages during the upgrade phase.
  • Next add your database username, password and database name in database.default.username, database.default.password and database.default.database and respectively database.development.username, database.development.password and database.development.database in the .env file
  • Copy your encryption key from application/config.php and paste it in the encryption.key value in the .env file in case you are upgrading
  • Move the content of old uploads dir to the writable/uploads folder in case you used uploaded images
  • Restore the CI_ENVIRONMENT=production in the .env file
  • Go to your install public dir via the browser. A login screen should appear
  • Enjoy!

What's Changed

New Contributors

Full Changelog: 3.4.0...3.4.1

OpensourcePos 3.4.0

23 Mar 21:55

Choose a tag to compare

Today we are thrilled to announce 3.4.0. This release adds long awaited CI4 and PHP 8.x support

Release Highlights

  • Translation updates (Spanish, Indonesian, Swedish, Urdu, Chinese, Thai, French, Dutch)
  • PHP 8.x support
  • MySQL 8 support
  • Security fixes (XSS, SQLi)
  • Migration to Gulp as buildsystem
  • Decimal validation fix
  • Sticky header fix
  • Receipt sent as attachment
  • Barcode generation library upgrade
  • Bump framework to CodeIgniter 4.x.x
  • Improve security performance against bots

How to upgrade

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.

  • Unzip and upload Open Source Point of Sale files to the web-server.
  • Create a .env file in the unzipped folder root and add a the following one line: CI_ENVIRONMENT=development. This will allow to show error messages during the upgrade phase
  • Open app/Config/Database.php and modify credentials to connect to your database if needed.
  • Copy your encryption key in application/config.php and past it in the key value on line 24 in app/Config/Encryption.php
  • Move the content of old uploads dir to writable/uploads
  • Go to your install public dir via the browser.
  • Remove the .env file in the install root
  • Enjoy!

OpensourcePos 3.3.9

06 Nov 09:59

Choose a tag to compare

Today we're delighted to announce a new release with updated translations and bug fixes. Please read below for more details.

Please use the file in attachment for a full installation.

Features

Version 3.3.9

  • Translation updates (Spanish, Croatian, Russian, English, Indonesian, Thai, Central Khmer)
  • Fix logout race condition issue
  • Fix docker compose file
  • Minor report fixes

UPGRADE from version 3.3.8

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.3.9
  • 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

OpensourcePos 3.3.8

03 Aug 06:52

Choose a tag to compare

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 in attachment for a full installation.

Features

Version 3.3.8

  • Translation updates (Flemish, Vietnamese, Thai, Azerbaijani, Spanish, French)
  • Fix logo removal issue
  • Substract refunds from total rewards if used as a payment method

UPGRADE from version 3.3.7

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.3.8
  • 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

OpensourcePos 3.3.7

29 Mar 19:07

Choose a tag to compare

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 in attachment for a full installation.

Features

Version 3.3.7

  • Enable search in report table
  • Add cost price to reports
  • Translation updates (Thai, Swedish, Italian)
  • Invoice numbering fixes (#3408)
  • Fix delete items filter in item list (#3402)

UPGRADE from version 3.3.6

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.3.6
  • 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

OpensourcePos 3.3.6

30 Oct 22:44

Choose a tag to compare

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 in attachment for a full installation.

Features

Version 3.3.6

  • Translation updates (Hungarian, Indonesian, Bosnian, Ukranian, Vietnamese, Spanish)
  • Several CSRF and XSS fixes
  • Hardening against XSS by introducing a CSP header in the HTTP headers
  • Fixes for the payment summary after refresh
  • Make footer revision clickable (ref to github)
  • reCaptcha issue fix
  • Type juggling password fix for old logins
  • Clickjacking security mitigations
  • Minor reporting adjustments
  • Username verification bugfix
  • Introduced new global keyboard shortcuts (see overview below)
    ESC     Cancels Current Quote/Invoice/Sale
    ALT + 1         Item Search
    ALT + 2         Customer Search
    ALT + 3         Suspend Current Sale
    ALT + 4         Show Suspended Sales
    ALT + 5         Edit Amount Tendered
    ALT + 6         Add Payment
    ALT + 7         Add Payment and Complete Invoice/Sale
    ALT + 8         Finish Quote/Invoice witdout payment
    ALT + 9         Open Shortcuts Window

    F11 Full Screen mode
    CTRL + Zoom in
    CTRL - Zoom out
    CTRL 0 Reset Zoom

    CTRL P Print out current page
    CTRL F Search reports tables

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.3.4

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.3.6
  • 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

OpensourcePos 3.3.4

20 Apr 19:57

Choose a tag to compare

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 in attachment for a full installation.

Features

Version 3.3.4

  • Translation updates (Hungarian, Indonesian, Bosnian, Ukranian, Vietnamese, Spanish)
  • Prevent data wipeout when calling GET directly on save endpoint
  • Cleanup .htaccess
  • Docker compose usability improvements
  • Cookie secure flag fix for Chrome (you can enable csrf protection again now)
  • Use longblob for session storage. This should fix issues preventing a user from adding a large number of items to register
  • Cashrounding bugfixes
  • Fix daily overview cash sale totals
  • Show sale count in transaction report
  • Button disable to prevent double submission
  • Add barcode field to item kits
  • Fix discount register parsing in some specific locales

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.3.3

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.3.4
  • 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

OpensourcePos 3.3.3

01 Jan 12:00

Choose a tag to compare

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 in attachment for a full installation.

Features

Version 3.3.3

  • Translation updates (Turkish, Flemish, Russian, Arzebadjian, Central Khmer)
  • Docker-compose fix for nginx logging (#2953)
  • Minor fix for permission settings in system config screen
  • Improve table sorting in reports
  • Updated composer packages and js plugins
  • Removed default sale mode in configuration (default is receipt mode now always)
  • Prevent double form submit (#3044)
  • Reset payment on item remove and sales register mode change (#3043)
  • Quote, invoice and work order template cleanup
  • Fix invoice email CSS layout (#3019)
  • Use float precision as upper limit for decimal parsing (#3004)
  • Add cash rounding type of half (#2922)
  • Fix inventory item_quantities correction bug after removing decimal quantity sales (#2964)
  • Fix receiving return total (#3033)
  • Make receiving data readonly (#2843)
  • Fix detailed sales report (#2967)
  • Fix supplier category after update (#2972)
  • Add credit card filtering on taking screen (#2983)
  • Improve PHP7.4 compatibility (#2996)
  • Set PHP 7.2 to be the minimum level due to older version deprecations
  • Added email CC and BCC (see config/email.php)
  • Cash rounding to nearest 5 cents
  • Improved security (CSRF protection)
  • Various small improvements and bug fixes

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.3.2

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.3.3
  • 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

OpensourcePos 3.3.2

03 Sep 07:57
bb309c2

Choose a tag to compare

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.20200903075833.3.3.2.bb309c.zip in attachment for a full installation.

Features

Version 3.3.2

  • Various report fixes and enhancements (@daN4cat )
  • Improved translations in Thai/Turkish/Portugese/Hungarian/Spanish
  • Category can be used as an attribute (@objecttothis )
  • Invoice number override fixes
  • Tax included destination tax fixes (@SteveIreland )
  • Scales or other input devices can now be read out using the Token_lib functionality
  • Extended system info section in the configuration tab to support our users (@WebShells )
  • Multistage docker builds (@jekkos)
  • Tax group constraint fixes (@SteveIreland )
  • Employee name suspend (@daN4cat )
  • Add farsi language
  • Quote improvements (@jekkos)
  • Code cleanup and various fixes

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.3.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.3.2
  • 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