Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleConfiguration
POS Configuration

To be able to scan gift cards where the security code is included in the barcode ExternalGiftCardPaymentRegEx' should be defined like this:

'^(?'GiftCardId'\d{19})(?'SecurityCode'\d{4})$'

Search results view by default

Shared SafePay cash changer between 2 cash registers

(RTP-14655)

We have made changes in EG POS making it possible to share 1 cash changer of type "SafePay" (only) between 2 connected cash registers. Solution works in both cashier mode and self-service mode, but SafePay needs to have hardware and software that supports sharing as well.

When configured SafePay to be shared, behavior in POS is different from when there is a one-to-one connection.

Main differences:

  • SafePay will not be able to receive customer's money "at all time".
    • If money is tried to be put on SafePay too early, the money will be immediately fed out of the machine.
    • Cashier, or customer in self service mode, needs to choose 'Cash' as wanted payment. Then POS will log on to SafePay, making it be exclusively connected to actual POS, and unavailable for the other POS.
    • SafePay now accepts customer's money to be put into the machine.
  • If trying to connect to SafePay by pressing 'Cash' button, and SafePay is already occupied by the other POS, an error message is shown, telling cashier / customer to try again later.

Pictures: 

Cashier mode:

Image Added  Image Added

Self service mode:

SafePay occupied:

Image Added

SafePay ready to receive money:

Image Added

During payment:

Image Added

Expand
titleConfiguration
POS Configuration

New parameter:

CashChangerShared (default False)

When activated, configured SafePay may be shared with another POS.

Existing relevant parameter:

CashChangerType = 'SafePay' - the only type of cash changer that supports this sharing functionality.

Configuration of default search view

(RTP-18544)

New parameter which Previously, all search views had the same default view type. A new parameter configures which result view is shown as default when performing a search independently for every type of search has been implemented(item, order, customer etc.).

Expand
titleConfiguration
POS Configuration

SearchDialogTemplateByDefaultForSearchType parameter. 

Sets default view type, when cashier opens search dialog, based on search type: SelectSearchType, ListView, PictureAndText, PreviewWindow.

...