Skip to content

Commit

Permalink
updating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
orteez committed Oct 24, 2024
1 parent b2cae17 commit 64b0a50
Showing 1 changed file with 36 additions and 20 deletions.
56 changes: 36 additions & 20 deletions site/rover/release-notes/web/1-10-0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,41 @@ These are the release notes for version 1.10.0 (10/24/2024) of the Rover Web app
## New Features

- **Rover Web**
- **Inventory**
- The inventory module has officially been added with significant updates. This new release provides a data table that pulls in all existing purchase orders. You can now view, sort, filter, and search through existing purchase orders.
![Inventory](./inventory-module.png)
- The ability to create a receipt is available.
![New Receipt](./new-receipt.png)
- When selecting a purchase order from the table, you will be taken to a screen where you can either receive all items or clear all quantities received for the purchase order. You can also check the top box to select all and fill the available quantity received, or select items individually. Entering a partial quantity will result in an orange tint on the row, while entering a greater quantity will result in a red tint. The correct quantity will be displayed in blue.
![Select Receipt](./inventory-row-handling.gif)
- **Production Scheduling**
- Added default filtering for initial loading of purchase orders, excluding finalized or closed statuses.
- Made quantity non-editable on scheduled orders.
- Added viewable notes for scheduled orders.
- Added ability to edit work order notes within the unscheduled order table.
- **Point of Sale**
- Added support for read only custom fields.
> Note: Currently only supported by select ERPs.
- Additional help text has been added to the Payment section.
- **Inventory**
- The inventory module has officially been added with significant updates. This new release provides a data table that pulls in all existing purchase orders. You can now view, sort, filter, and search through existing purchase orders.
![Inventory](./inventory-module.png)
- The ability to create a receipt is available.
![New Receipt](./new-receipt.png)
- When selecting a purchase order from the table, you will be taken to a screen where you can either receive all items or clear all quantities received for the purchase order. You can also check the top box to select all and fill the available quantity received, or select items individually. Entering a partial quantity will result in an orange tint on the row, while entering a greater quantity will result in a red tint. The correct quantity will be displayed in blue.
![Select Receipt](./inventory-row-handling.gif)
- **Production Scheduling**
- Added default filtering for initial loading of purchase orders, excluding finalized or closed statuses.
- Made quantity non-editable on scheduled orders.
- Added viewable notes for scheduled orders.
- Added ability to edit work order notes within the unscheduled order table.
- **Point of Sale**
- Added support for read only custom fields.
> Note: Currently only supported by select ERPs.
- Additional help text has been added to the Payment section.
- Added keyboard shortcuts support for parts table. Toggle to enable has been added in the settings menu.
- Loading parts now focus on the first part quantity field.
- Pressing the 'Enter' will add the part to that cart.
- Shift + 'Arrow Up' and 'Arrow Down' will move the focus up or down the parts table.
- Shift + 'F' will focus on part search.
- **General**
- UI enhancements for settings page.

## Bug Fixes
- **General**
- Email dialog now automatically adds email address when navigating to the next field.
- Calendar popup no longer appears unintentionally when using browser autocomplete.
> Note: Issue only appeared in Microsoft Edge.

- **Rover Web**
- **General**
- Email dialog now automatically adds email address when navigating to the next field.
- Calendar popup no longer appears unintentionally when using browser autocomplete.
> Note: Issue only appeared in Microsoft Edge.
- **POS**
- Fixed issue with cart line items sub-totaling appearing offscreen.
- **Production Scheduling**
- Fixed issue with scheduled work orders appearing in unscheduled work order table.
- Fixed issue with 'Add Operation' displaying incorrect time.
- **Customers**
- Fixed issue with KPI cards not focusing on the correct tab when clicking.

0 comments on commit 64b0a50

Please sign in to comment.