Increasing the Recent Transaction Limit in POS Screen
You can increase the number of transactions displayed in the Recent Transactions List on the POS screen by updating the environment configuration.
- Step 1: Go to .env file in your codebase
- Step 2: Search for the variable POS_RECENT_TRANSACTIONS_DISPLAY_LIMIT =
- Step 3: Set a required value for this variable. e.g POS_RECENT_TRANSACTIONS_DISPLAY_LIMIT = 200
This will increase the number of recent transactions displayed on the POS screen.