Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zumasys/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-bonebrake committed Dec 18, 2024
2 parents 5b16c6d + 32f9ce4 commit 287802a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ This table allows you to specify fields defined in `SO FDICT` to be displayed in

### POS Partial Ship

This table allows you to specify fields defined in `SO FDICT` to be displayed in the POS Partial Ship section. This is useful to change the default fields as well as add new fields to the table.
This table allows you to specify fields defined in `SO FDICT` to be displayed in the POS Partial Ship section. This is useful to add additional fields in the table as well as hide Ship Quantity, Vendor, or PO Number.

> Default behavior when left blank is to show Ship Qty, Vendor, and PO Number. If you want to show all of these fields in addition to new ones we require adding field ids "46", "101", and "103" to display the default fields.
> Default behavior when no fields are selected is to show Ship Quantity (46), Vendor (101), and PO Number (103). If you want to show any of the default fields, you must specify 46, 101 and/or 103 in the table.
[Integrations](../../../../../../../../business-suite/integrations/pos/README.md)
[Integrations](../../../../../../../../business-suite/integrations/pos/README.md#pos-partial-ship-fields)

### Feature Toggles

Expand Down
10 changes: 9 additions & 1 deletion site/rover/business-suite/integrations/pos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,22 @@ Additionally, support for specific fields in the Order Information section can t

## POS Partial Ship Fields

MRK.CONTROL response JSON format to show additional fields in the POS Partial Ship section.

```json
{
"pos_partial_ship_field_items": [
{
"pos_partial_ship_field": "46" // Ship Quantity
},
{
"pos_partial_ship_field": "101" // Vendor
},
{
"pos_partial_ship_field": "103" // PO Number
},
{
"pos_partial_ship_field": "80"
"pos_partial_ship_field": "80" // Custom field 1
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion site/rover/release-notes/web/2-1-0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These are the release notes for version 2.1.0 (TBD) of the Rover Web application

- **Rover Web**
- **Point of Sale**
- Added ability to specify `SO` line item fields in Partial Ship table. Requires update to [MRK.CONTROL](../../..//AP-OVERVIEW/AP-ENTRY/AP-E/AP-E-1/CURRENCY-CONTROL/SO-E/MRK-CONTROL/MRK-CONTROL-6/README.md#pos-partial-ship-fields).
- Added ability to specify `SO` line item fields in Partial Ship table. Requires update to [MRK.CONTROL](../../..//AP-OVERVIEW/AP-ENTRY/AP-E/AP-E-1/CURRENCY-CONTROL/SO-E/MRK-CONTROL/MRK-CONTROL-6/README.md#pos-partial-ship).
- **Customers Module**
- The navigation bar now remains fixed at the top while scrolling down the page.
![Customers Sticky Header](./customers-sticky.gif)
Expand Down

0 comments on commit 287802a

Please sign in to comment.