Added prices change short cut funtionalies

This commit is contained in:
Srinath 2026-02-09 14:12:33 +05:30
parent 738f0689ea
commit f13eb99a92
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ const ShortcutKeyHelper = ({ }) => {
{ key: 'F4', description: 'Quick Pay' }, { key: 'F4', description: 'Quick Pay' },
{ key: 'Alt + W', description: 'Hold and Recall' }, { key: 'Alt + W', description: 'Hold and Recall' },
{ key: 'Ctrl + Q', description: 'Qty Change' }, { key: 'Ctrl + Q', description: 'Qty Change' },
{ key: 'Alt + P', description: 'Change Total Amount' },
{ key: 'Ctrl + E', description: 'Price Change' }, { key: 'Ctrl + E', description: 'Price Change' },
{ key: 'Ctrl + I', description: 'Customer Rate History' }, { key: 'Ctrl + I', description: 'Customer Rate History' },
]; ];