Configuring cash management in NewStore Associate App
You can configure the cash management features .
Enabling cash management globally​
This enables cash management globally for your business, across all stores configured to use NewStore Associate App. This feature also enables users to set up cash drawers via NewStore Associate App.
To enable this feature:
- Use the Update app configuration method.
- Set
capabilities
>cash_management
totrue
.
After this feature is enabled, users can add cash drawers via NewStore Associate App. see Setting up cash management in the store .
Displaying the expected amount for cash counting​
- Retrieve the current configuration using the Get cash drawer configuration method.
- Set
expose_count_expected_amount
totrue
. - Apply the updated configuration using the Update cash drawer configuration method.
Once configured, NewStore Associate App displays the expected amount when the associate performs a cash audit for the associated drawer. See Performing an intra-day audit count of cash drawer .
Enabling cash rounding​
To enable cash rounding in Associate App for stores in countries where this is a requirement:
- Use the Update app configuration method.
- Set
release_toggle
>cash_rounding_enabled
totrue
.
Related topics