All Versions
27
Latest Version
Avg Release Cycle
122 days
Latest Release
962 days ago

Changelog History
Page 3

  • v2.3.2 Changes

    July 15, 2015
    • Nominatim (OpenStreetMap) customer address autocompletion
    • Sale invoice templating
    • ๐Ÿ”ง Configurable barcode generation for items
    • Stock location filtering in detailed sales and receivings reports
    • ๐Ÿ›  Gift cards fixes
    • ๐Ÿ‘ Proper pagination support for most modules
    • โšก๏ธ Language updates
    • ๐Ÿ›  Fix for decimal tax rates
    • โž• Add gender and company name attributes to customer
    • ๐Ÿ”จ Stock location config screen refactor
    • ๐Ÿ‘ท Basic Travis CI and PhantomJS setup
    • Database backup on admin logout
    • Modifiable item thumbnails
    • Email invoice PDF generation using DomPDF
    • Modifiable company logo
    • โฌ†๏ธ jQuery upgrade (1.2 -> 1.8.3)
    • JavaScript minification (using Grunt)
    • ๐Ÿ›  Numerous bugfixes
  • v2.3.1 Changes

    February 11, 2015
    • ๐Ÿ”จ Extra report permissions (this includes a refactoring of the database model - new grants table)
    • Tax inclusive/exclusive pricing
    • ๐Ÿ”ง Receivings amount multiplication (can be configured in items section)
    • Customizable sale and receiving numbering
    • Gift card improvements
    • ๐Ÿ›  Fix item import through CSV
    • ๐Ÿ› Bug fixes for reports
  • v2.3.0 Changes

    August 19, 2014
    • ๐Ÿ‘Œ Support for multiple stock locations
  • v2.2.2 Changes

    August 19, 2014
    • French language added
    • Thai language added
    • โฌ†๏ธ Upgrade CodeIgniter to version 2.2.0
    • Database types for amounts all changed to decimal types (this will fix rounding errors in the sales and receivings reports)
    • ๐Ÿ›  Fix duplicated session cookies in HTTP headers (this broke the application when running on Nginx)
  • v2.1.1 Changes

    • Barcodes on the order receipt were not generated correctly
    • Sales edit screen for detailed sales reports is now available with ThickBox as in the rest of the application
    • โšก๏ธ Indonesian language files updated (Oktafianus)
    • 0๏ธโƒฃ Default language set to en in config.php
    • ๐Ÿ›  Fixed some CSS bugs in the suspended sales section
    • Default cookie sess_time_expire set to 86400 (24h)
  • v2.1.0 Changes

    • โฌ†๏ธ Various upgrades, too numerous to list here
    • โœ‚ Removed dependency on ofc upload library due to vulnerability found
  • v2.0.2 Changes

    • ๐Ÿ›  Fixed multiple gift cards issue per Bug #4 reported on Sourceforge where a second gift card added would have its balance set to 0 even if the sale did not require the total of the second gift card to pay the remaining amount due
    • Small code cleanup