Configuring the POS terminal screen resolution

Advanced Store is configured by default for a POS terminal screen resolution of 1024 x 768. If the Windows display resolution of your POS terminal is not set to 1024x 768, you can configure AS to match your screen resolution.

This task uses the following file.

File name Location (POS terminal machine)
NextGenPOSLauncher.xml %PROGRAMFILES%\NCR\AdvancedStore\POS

To configure the POS terminal screen resolution, follow these steps:

  1. Close the POS application.
  2. Open the NextGenPosLauncher.xml file using a text editor.
  3. Locate the <BrowserCommandLine> element.
    Example

    <BrowserCommandLine>http://localhost:18080/CCM/PosHtmlUi/index.html 0 0 1024 768 </BrowserCommandLine>

  4. Replace the values of 1024 and 768 with your screen resolution, width and height respectively. Do not edit any other values on this line.

    The following sample image shows the POS terminal configured for a screen resolution of 1600 x 900.

  5. Save and close the file.
  6. Verify the configuration. Start the POS application and make sure that it displays properly and fills the screen.
    Caution

    If System Setup (Ncr.As.SystemSetup.exe) is run after configuring the POS screen resolution, the resolution should be configured again, because the <BrowserCommandLine> value is provided by the InputsList.dsixml file during post-installation.