How to add button to make payment from a customer account

I have customer account and i go from pos screen to customer screen then enter my customer name then press (Account Details button) then press (Cash button) to get make payment screen

can I make a custom button from POS screen to go to this account payment screen directly as in photo

Automation Command (button) mapped to Ticket

Action

Rule - with Default Mapping


FLOW

Click the button to receive this prompt, and enter the Account Name …

After entering Account Name, this screen appears …


If you want to hard-code the button to a specific Account, then enter it in the Rule …

You could even set variables for description and price in the action have have it so that when you enter the account name in the popup keyboard you also enter the description and amount so it all happens in one screen

Just cuts out the need to open the account screen to complete the process :slight_smile:

Yes. If you fill in all the values either statically or through prompts, then the Account Detail screen will never appear.

I wanted to show what he asked for, which means you must leave out some of the values - then it forces the screen to appear.

Thank you very much!