This deployment may include bug/defect fixes, security enhancements, and data migration related issues. The below list contains all the items that will go to Production on 1/30/2016.
- [Feature] Manual Restocks
- [Feature] Vendor Sites and Items can be removed from a Manual Restock
- [Feature] Use a modal for the session timeout instead of an alert
- [Feature] Display Item SKUs on the Billing Summary report
- [Feature] Require a location to be set when creating a Restock
- [Feature] Add Bill To, Ship To, and Vendor information to the Restock JSON that is sent to Boomi
- [UI] Clean up the formatting on the Restock Ticket PDF
- [BugFix] Properly calculate the total dollar amount for items in a Restock
- [BugFix] Remove Manufacturer total inventory dollar amount from the Manage namespace
- [BugFix] “GO” button on iPad adds Item to the Restock rather than submitting the entire form
- [BugFix] Show an error when an account is Integrated but doesn’t have an API key when trying to lookup a Patient in an EMR
- [BugFix] Prevent Signature related validations from firing prematurely
- [BugFix] “Promote to Account Group” link on a Product finds the Account Group from the current Account rather than URL parameters
- [BugFix] Miscellaneous bug fixes reported by Honeybadger
- [BugFix] Require a Patient if the PA is signed by a patient and locking is enabled
- [BugFix] Log the user that submits a PA to billing
- [TechDebt] Delete PurchaseOrder model (not to be confused with Restocks)
- [TechDebt] Update application code to reflect signatures being a separate model
- [TechDebt] Denormalize PaymentType model
- [TechDebt] Remove DropShipType model
- [TechDebt] Remove concept of Non-Franchise SKUs
- [Security] Update Rails to version 4.2.5.1
- [Security] Update XML parser (Nokogiri)
- [Dev] Follow Rails autoloading conventions so Preloading tool works properly
- [Dev] Update RuboCop to a newer version