NumPad Control
Introduction
Num Pad Control refers to a virtual or physical numeric keypad used for inputting numerical data.
Key Aspects of NumPad Control
Some of the key points about its significance are listed below:
Transaction Entry:
The Num Pad Control is primarily used for entering quantities, prices, and other numerical data during transactions. This is essential for tasks like ringing up sales, applying discounts, and processing returns.
User Interface:
In a POS system, the Num Pad Control is often integrated into the user interface, especially on touch-screen devices. It provides a familiar and efficient way for users to input numbers quickly.
1. Steps to create an NumPad Control
The steps to create an Num Pad Control are explained below:
Step 1. Navigate to Home > Retail. Then under the POS Interface & Controls section click on the NumPad Control shortcut.
This should take you to the NumPad Control List View screen.
Step 2. Click on the Add NumPad Control button in the top right corner. This will open the New NumPad Control screen. All the settings pertaining to your Num Pad Control can be configured from this screen.
Fill in the details on the New NumPad Control screen including the mandatory fields. Click the Save button to save the changes and exit the screen. The screenshot below depicts an IN - Key Pad.
2. NumPad Control Screen Explained
The various fields in the NumPad Control screen are explained below:
Control ID
Specify the Control ID. NumPad Control ID is a unique identifier assigned to the numeric keypad interface element. This ID is used to reference and manage the NumPad programmatically within the POS system. For example, a NumPad Control might have a Control ID like #NUMPAD
. This ID allows the system to recognize and interact with the NumPad, enabling it to handle numeric inputs for various operations such as entering quantities, prices, or other numerical data.
Control Name
Specify the Control Name. NumPad Control Name is a label assigned to the numeric keypad interface element. This name is used to identify and reference the NumPad within the system's configuration and programming. For example, a NumPad Control might have a Control Name like NumPadEntry
. This makes it easier for developers and administrators to locate and modify the NumPad control in the system's code or settings, ensuring that it functions correctly for tasks such as entering quantities, prices, or other numerical data.
Number of Rows
Specify the Number of Rows. Number of Rows for a NumPad Control refers to the number of horizontal lines of buttons that make up the numeric keypad interface. This setting determines how many rows of numeric buttons (typically including digits 0-9 and possibly additional function keys) are displayed on the screen. For example, a NumPad might be configured with:
3 Rows:
This might arrange the digits 1-9 in three rows, with the 0 and other functions placed elsewhere.
4 Rows:
This could include three rows for the digits 1-9 and a fourth row for 0 and additional functions like a decimal point or a clear button.
Configuring the number of rows helps you customize the NumPad layout to fit the specific needs and space constraints of the POS interface. ensuring ease of use and efficiency for the cashier.
Number of Columns
Specify the Number of Columns. Number of Columns for a NumPad Control refers to the number of vertical lines of buttons that make up the numeric keypad interface. This setting determines how many columns of numeric buttons (typically including digits 0-9 and possibly additional function keys) are displayed on the screen. For example, a NumPad might be configured with:
3 Columns:
This could arrange the digits in a typical calculator layout, with three columns for the numbers 1-9 and additional columns for 0 and other functions.
4 Columns:
This might include an extra column for additional function keys like a decimal point, clear button, or custom operations.
Configuring the number of columns helps tailor the NumPad layout to fit the specific needs and space constraints of the POS interface, ensuring ease of use and efficiency for the cashier.
Interface Theme
An Interface Theme refers to the overall visual style and appearance of the user interface, including elements like the NumPad Control. This theme encompasses the color schemes, fonts, button styles, and layout configurations that define how the POS system looks and feels to the user. For NumPad Control, the Interface Theme can affect the following:
Color Scheme:
The colors used for the NumPad buttons, background, and text.
Button Styles:
The shape, size, and design of the NumPad buttons.
Font:
The typeface and size of the numbers and symbols displayed on the NumPad.
Layout:
The arrangement and spacing of the NumPad buttons.
By customizing the Interface Theme, businesses can ensure that the POS system aligns with their brand identity and provides a visually appealing and user-friendly experience.
Properties (Template)
Use the Properties Template to edit the NumPad Control table fields. Click on the Pencil symbol corresponding to the row you want to edit. This should take you to the Edit Row screen.