Releases: micwallace/wallacepos
Releases · micwallace/wallacepos
v1.4.3
- Fixed CSV import file validation failure.
- Fixed XSS on customer password reset/activate form.
- Fixed order completion bug.
- Fixed race condition bug when printing sale id, sale id not set due to async upload.
- Added sale id to mustache templates.
- Added additional fields to sale_items table for items report.
v1.4.1
- Added reference search to admin sales & invoices pages.
- Tweaked sales table toolbar css for better responsive design.
- Replaced template wysiwyg with code editor and added function to restore a single template.
- Updated logging function to include user info and correct IP address when behind proxy.
- Added VAT tax calculation.
- Added cost & profit reporting to dashboard and graph pages.
- Added new overview report with sales, voids, refund, revenue, cost & profit.
- Added load details function to transaction list dialog.
v1.4.0
- Added CSV Item import (including adding new suppliers & categories) and bulk delete for items, suppliers and categories.
- Added registration info and data management functions to POS terminal settings. These include offline sales backup, local settings reset, de-registration and data wipe.
- Added session timeout check to admin panel and session lock to POS terminal.
- Added option to allow negative sales items in the POS terminal.
- Updated socket.io/elephant.io libraries and added node.js port & proxy configuration to admin panel utilities. Improved websocket authorisation mechanism to handle server restart.
- Improved POS terminal status icon. It now includes websocket status and data received indication.
- Updated Datatables library and added DT responsive design plugin all admin panel tables.
- Replaced mysql export library with a PDO compatible version.
- Added compatibility for mysql 5.7 and php7
v1.3
- Receipt & Invoice templates
- Support for alternate language printing
- Terminal layout improvements
- SMTP Server settings
- Item categories
- Terminal hotkeys
v1.2
Added currency, time-zone and tax configuration support.
Includes alpha version of kitchen terminal mode.
Added new interactive installer.
v1.1
- New Xero accounting integration
- Various improvements and fixes