-
2018/12/17 - Updating to App V3
First initial release after Dan had passed the code over to the Web Team.
Restuctured some public code to be more efficient for the user.
Fixed an issue with selecting an appointment for a selected customer.
-
2018/12/24 - Pack Size Updates
Fixed an issue where the Individual Price of an item would not update when a user changed the Cost Price or Pack Size.
-
2019/01/02 - Adding Products To Cart
Adding a product to the cart on the Sales Screen would not insert all necessary fields, meaning an error would be shown on the EPOS Terminal.
The Controller and Model have been changed to insert the correct data.
-
2019/01/23 - Squashed Some Bugs
Small bug fixes.
Added option for Customer Email and Name on a standalone application.
-
2019/02/12 - Replenishment Orders
Changed how Replenishment Orders would insert into the EPOS Terminal.
-
2019/02/19 - Creating Replenishment Orders
Added the ability to create a Replenishment Order via the Replenishment menu.
Updated the Controller that is responsible for updating the Replenishment Order's Total Price when adding an item.
-
2019/02/20 - Store Transactions and Amendment History
Added the ability to view the number of transactions in the Store Statistics menu.
Added the logged in user to any Amendment History records.
-
2019/02/21 - Selecting Customer For Cart
Crushed some more small bugs.
Added the option for entering Customer Address and Phone Number for a standalone application.
Added the ability to Add, Change and Remove a customer from the selected cart in the Sales Screen.
-
2019/02/26 - Stock Checks
Fixed an issue whith the App being broke on older devices because of new functionality.
Added the ability to perform a Stock Check by scanning barcodes after setting Quantities to 0.
Stock Check: Stock --> Barcode Stock Take
-
2019/02/27 - Replenishment Orders
Found an issue where deleting all products from a Replenishment Order would cause the Total Cost to break.
Added a check to stop this from happening.
-
2019/02/28 - Customers
Added an option to pass through more data into the Customer Details table.
-
2019/03/06 - Searching Products By Barcode
Fixed an issue with searching for Complex Products because of base64 encoding errors.
-
2019/03/11 - Creating Products
Added the ability to Create Products via the Stock Menu.
Fixed an previous issue regarding searching for Complex Products - Issue was on Replenishment Menu
-
2019/03/12 - Quantity For Replenishment Orders
Added the ability to see the Quantity In-Stock when checking an item on an order.
-
2019/03/15 - Bug Fixes And Code Improvements
Fixed some small issues with the Customer Controller.
Updated and added an action for inserting a customer using a POST request.
-
2019/03/20 - Bug Fixes
Stepping on more bugs.
-
2019/03/22 - Replenishment Order Barcodes
Fixed an issue with scanning a barcode for a product that wasn't on a Replenishment Order.
Added a message to show that the product is not on the Order.
-
2019/03/26 - Updates & Changes Added
Added a menu to view past and future updates and changes.
-
2019/08/08 - Adding Functionality To Chain Stats
Small bug fixes.
Added the ability to see all store statistics when viewing chain statistics
-
2021/11/01 - Updating to App V4
Fixed an issue where switch store could be used when it should be restricted.
If a product has an override price assigned to the entered barcode this price will be used.
When checking items in a replen a count is kept of the number of times it has been scanned with options to use that value to mark as checked.
A setting has been added to enable an advanced check in mode for replens. When at the 'check in' form any scanned barcodes will add 1 to the checked value for that product automatically.
When adding an item to a replen if it is already on the order the quantity will be incremented by 1.
Add ability to search for products by internal reference code or supplier code.
Updates & Changes