-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating release notes and adding integrations page
- Loading branch information
Showing
4 changed files
with
61 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Integrations | ||
|
||
<PageHeader /> | ||
|
||
## Rover Web Modules | ||
|
||
[Rover POS](pos/README.md) | ||
|
||
<PageFooter /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Rover POS | ||
|
||
<PageHeader /> | ||
|
||
## Validation Codes | ||
|
||
These validation codes are used to determine which section of POS triggered an API call to validate the current sales order. | ||
|
||
| Code | Description | | ||
| ------------------- | ------------------------------------------- | | ||
| CUSTOMER_SELECTED | Selecting a customer to create a new order. | | ||
| ORDER_INFO_SELECTED | Navigating to the order information section | | ||
| EDIT_ORDER | Selecting an order to edit. | | ||
| PARTS_SELECTED | Navigating to the parts sections. | | ||
| DRAFT_ORDER | Selecting a draft order to edit. | | ||
| LIS_ITEM | Add/Edit/Remove a part from the cart. | | ||
| SHIP_SEQ | Selecting a new shipping address | | ||
|
||
Additionally, support for specific fields in the Order Information section can trigger a validation if the field has a defined FDICT and has `web_validate` flag enabled. | ||
|
||
<PageFooter /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters