Skip to content

Conversation

zadh-odoo
Copy link

Before:
Users had to manually:

  1. Click the "Load Order" button to load a ticket.
  2. Then click the "Payment" button to proceed to the PaymentScreen.
    This made the payment flow slower and more manual.

After:

  • Introduced a new "Payment" button beside the "Load Order" button on the TicketScreen.
  • On click, it directly loads the selected order and opens the PaymentScreen.

Impact:
Reduces steps in the cashier workflow by allowing users to immediately proceed to payment with a single click from the TicketScreen.

Task:[4982532]

Before:
Users had to manually:
1. Click the "Load Order" button to load a ticket.
2. Then click the "Payment" button to proceed to the PaymentScreen.
This made the payment flow slower and more manual.

After:
- Introduced a new "Payment" button beside the "Load Order" button on the TicketScreen.
- On click, it directly loads the selected order and opens the PaymentScreen.

Impact:
Reduces steps in the cashier workflow by allowing users to immediately proceed to payment with a single click from the TicketScreen.

Task:[4982532]
@robodoo
Copy link

robodoo commented Jul 30, 2025

Pull request status dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants