Skip to content

Tags: CORE-POS/Office

Tags

2.6.0-2017.04.26

Toggle 2.6.0-2017.04.26's commit message
2.6.0-2017.04.26 RELEASE NOTES

* New
  * Product Attributes (see #833)

* Improvments
  * New-style task to manage virtual coupons on the backend
  * Reports arrived at from advanced search can be downloaded
  * Transfer tool has 2nd coding option for internal transfers
  * products.last_sold ignores special orders
  * Price-less tag layout includes a SKU barcode
  * Template for 3 checks/page check paper stock
  * Backend receipt reprints show discount amount
  * FloorSections generally handle storeID better
  * Linea scanning handles UPC-E barcodes
  * Import ad text has an overwrite option
  * More choices for patronage allocation based on owner status
  * SPINS date handling sends most recent possible data even when
    the week numbering scheme involves a negative offset
  * Purchase orders highlight items that are on sale in blue
  * Purchase orders can be directly submitted via email
  * Single-vendor PO works with handheld scanner
  * All built-in reports assigned to a category
  * Build List can hop to advanced search w/o a copy/paste step

* Fixes
  * Group item edit requires expected user account permissions
  * Group edits don't cascade across items
  * Prevent assigning duplicate cashier passwords
  * Item search heeds store IP setting

* Internal
  * Removed references to some old tables
  * Linea-related javascript moved to a linea.js file
  * Use transactions more often on INSERT heavy sections to avoid
    extra overhead with InnoDB tables
  * NamedSession wrapper prevents side-by-side Office installs from
    accidentally loading one another's classes

2.5.2-2017.03.14

Toggle 2.5.2-2017.03.14's commit message
BUGFIX: inject session into SpecialDept factory

2.5.1-2017.03.13

Toggle 2.5.1-2017.03.13's commit message
Prevent group edit changes cascading across items

Require auth "pricechange" to use group edit

2.4.3-2017.03.13

Toggle 2.4.3-2017.03.13's commit message
Don't let group edit cascade changes across items

Require auth "pricechange" to use group edit

2.3.4-2017.03.13

Toggle 2.3.4-2017.03.13's commit message
Don't let group edit cascade changes across items

Require auth "pricechange" to use group edit

2.2.7-2017.03.13

Toggle 2.2.7-2017.03.13's commit message
Don't let group edit cascade changes across items

Require auth "pricechange" to use group edit

2.1.3-2017.03.13

Toggle 2.1.3-2017.03.13's commit message
Don't let group edit cascade changes across items

Require auth "pricechange" to use group edit

2.0.2-2017.03.13

Toggle 2.0.2-2017.03.13's commit message
Don't let group edit cascade changes across items

Require auth "pricechange" to use group edit

2.5.0-2017.02.23

Toggle 2.5.0-2017.02.23's commit message
2.5.0-2017.02.23

New:
* Launch manual sign tool from advanced search
* ItemList sign layouts with several items per sign
* Direct editor for server-side parameters table
* Vendor catalog upload option that updates rather
  than replaces the existing catalog
* Report showing which item was a coupon was [probably]
  used for
* Report showing item movement discrepancy between
  stores
* Tool to build store transfers as purchase orders
* CLI tool to check SPINS' week numbering
* Returns report
* Optional coupon family code enforcement
* Report of organic sales and % of sales
* Tool for selectively filtered member lists
* Task to compress stored signature images

Improved:
* Text overrides on signs behave consistently from
  searches and from batches
* Service scale fields can be updated without changing
  or knowing price
* Duplicate items are avoided in sign making
* UPC field on advanced search accepts UPCs with dash
  or space delimitted format
* SKU added to several reports
* UNFI invoice import writes receivedQty correctly in
  individual units when possible
* Build-list tool has three separate tabs
* Clearer terminology on breakdown items editor
* Coupon report shows manufacturer name when possible
* Last quarter sales aggregation is store-aware
* Batch creation from search does not apply any rounding
  unless requested.
* Cut all option on batches
* Discount(%) eligibility of house coupons depends on the
  discount type
* Better user ID tracking on purchase order activity
* Member contact info import leaves omitted fields
  unchanged
* Repeat field to duplicate an entire set of signs
* Asynchronous UDP message handling in NewMagellan allows
  some blocking ActiveX calls to be cancelled rather than
  creating a backlog of pending messages from POS
* Statements Plugin can send AR statements via email
* Batch list can be filtered by date
* Changing sign layout no longer resets other edits
* Most report headers stay on screen as the report
  is scrolled.
* Storing item costs with 3 decimal places is supported
* Eliminate unnecessary POS => device communication to reduce
  intermittent serial protocl errors

Fixed:
* Bug preventing editing of purchase order items with
  non-ascii characters in their descriptions
* Shipping markup applied correctly in price calculations
* Member AR editor sets ChargeOk as expected
* EMV transactions can be voided
* Editor for vendorItems handles cost field correctly
* $0 price does not crash sign creation
* Large text centering on receipts
* Missing fields don't crash batch-from-search
* Age restriction math no longer hits 32-bit limitations
* Several issues that prevented installing Office
  on PostgreSQL (this is still in no way recommended for
  production use)
* Organic flag handling in UNFI imports
* Item flags are saved for all stores' items

2.4.2-2017.01.20

Toggle 2.4.2-2017.01.20's commit message
BUGFIX: requestInfo namespace handling