All Versions
27
Latest Version
Avg Release Cycle
122 days
Latest Release
724 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