Skip to content

Releases: opensourcepos/opensourcepos

OpensourcePos 3.3.9

06 Nov 09:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

OpenSourcePOS 3.3.1

14 Dec 18:32
Compare
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.20191214181241.3.3.1.c786d4.zip in attachment for a full installation.

Features

Version 3.3.1

  • Various bug fixes (please disable only_full_group_by option from MySQL/MariaDB to avoid issues)

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

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.1
  • 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.0

29 Sep 18:28
0b9a767
Compare
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.20190929181753.3.3.0.0b9a76.zip in attachment for a full installation.

Features

Version 3.3.0

  • New logo
  • Code Igniter 3.1.11 upgrade
  • PHP 7.3 support
  • Attributes feature (allows extensibility of Items replacing old custom fields)
  • India GST Tax support + various Tax support improvements
  • Cashup feature
  • Temporary items feature
  • Fixed Sales Discount
  • Supplier category feature
  • Improved Items import and csv file generation (to contain additional attributes)
  • Improved Docker installation with nginx reverse proxy using Let's encrypt TLS certificate
  • Database performance improvements
  • Added and Updated translations
  • Fixed various reports issues
  • Fixed rounding issues
  • Fixed CSRF issues
  • Fixed database upgrade script issues
  • Various 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.2.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.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

OpenSourcePOS 3.2.3

13 Jun 21:18
Compare
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.20180613210031.3.2.3.f1cf3d.zip in attachment for a full installation.

Features

Version 3.2.3

  • Further revert of CSRF change causing regression
  • Code Igniter 3.1.9 upgrade

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