Added prices change short cut funtionalies
This commit is contained in:
parent
738f0689ea
commit
f13eb99a92
|
|
@ -15,6 +15,7 @@ const ShortcutKeyHelper = ({ }) => {
|
|||
{ key: 'F4', description: 'Quick Pay' },
|
||||
{ key: 'Alt + W', description: 'Hold and Recall' },
|
||||
{ key: 'Ctrl + Q', description: 'Qty Change' },
|
||||
{ key: 'Alt + P', description: 'Change Total Amount' },
|
||||
{ key: 'Ctrl + E', description: 'Price Change' },
|
||||
{ key: 'Ctrl + I', description: 'Customer Rate History' },
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue