Customize Odoo Point of Sale to use SP-specific terminology
The following changes should be done either in spp_pos (https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_pos), in spp_id_redemption (https://github.com/OpenSPP/openspp-modules/tree/17.0/spp_pos_id_redemption) or in the customer repo (https://github.com/OpenSPP/openspp-customer).
As long as the changes are generic, such as using "Beneficiary" instead of "Customer", I believe they could go in either spp_pos or spp_pos_id_redemption. For each item, the suggested component is indicated.
- [x] Replace the button label "Customer" with "Beneificiary" in the Odoo Point of Sale screen where you search for customers (spp_pos)
- [ ] When a QR/Barcode is scanned in the "Customer" pop-up screen in Odoo Point of Sale, any currently selected customer should be unselected automatically (spp_pos)
- [x] Remove payment options and cleanup payment screen when redeeming entitlements (spp_pos_id_redemption). The remaining option should be "Cash"
- [ ] Replace the button label "Payment" with "Redemption" in the Odoo Point of Sale (spp_pos_id_redemption)
This is done.
Replace the button label "Customer" with "Beneificiary" in the Odoo Point of Sale screen where you search for customers (spp_pos)
This is not possible on the current setup as the scanner used is a third-party app.
When a QR/Barcode is scanned in the "Customer" pop-up screen in Odoo Point of Sale, any currently selected customer should be unselected automatically (spp_pos)
This is done.
Remove payment options and cleanup payment screen when redeeming entitlements (spp_pos_id_redemption). The remaining option should be "Cash"
I'll check on this tomorrow.
Replace the button label "Payment" with "Redemption" in the Odoo Point of Sale (spp_pos_id_redemption)
Findings: returned to dev
Replace the button label "Customer" with "Beneificiary" in the Odoo Point of Sale screen where you search for customers (spp_pos) - Fail, a 'customer' text is still visible
Remove payment options and cleanup payment screen when redeeming entitlements (spp_pos_id_redemption). The remaining option should be "Cash" - blocked , POS feature malfunctioned
Findings: Returned to dev
Change customer to beneficiary - pass
Only retain Cash as payment option - pass
Replace the button label "payment: to "redemption" - fail
When a QR/Barcode is scanned in the "Customer" pop-up screen in Odoo Point of Sale, any currently selected customer should be unselected automatically (spp_pos) - No QR scanner feature found in POS, kindly let me know if i am missing some prerequisites @emjay0921
No it is an external app for keyboard on mobile phones.
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.