| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/OPENPOSLITE/wp-content/plugins/wpos-lite-version/templates/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
?>
<html>
<body>
<h2><?php echo __('Hot Keys','wpos-lite');?></h2>
<ul>
<li><span style="color:red;font-weight:bold;">F2</span> : <?php echo __('Focus barcode / product search','wpos-lite');?></li>
<li><span style="color:red;font-weight:bold;">F3</span> : <?php echo __('Focus customer search','wpos-lite');?></li>
<li><span style="color:red;font-weight:bold;">F4</span> : <?php echo __('Add new customer','wpos-lite');?></li>
<li><span style="color:red;font-weight:bold;">F5</span> : <?php echo __('Remove current customer','wpos-lite');?></li>
<li><span style="color:red;font-weight:bold;">F6</span> : <?php echo __('View current customer','wpos-lite');?></li>
<li><span style="color:red;font-weight:bold;">F8</span> : <?php echo __('Clear Cart','wpos-lite');?></li>
<li><span style="color:red;font-weight:bold;">F9</span> : <?php echo __('Goto checkout','wpos-lite');?></li>
<li><span style="color:red;font-weight:bold;">F10</span> : <?php echo __('Save Cart','wpos-lite');?></li>
<li><span style="color:red;font-weight:bold;">ESC</span> : <?php echo __('Close current Popup window','wpos-lite');?></li>
</ul>
</body>
</html>