CORE-POS / IS4C

Cooperative Operational Retail Environment
http://www.core-pos.com
GNU General Public License v2.0
63 stars 44 forks source link

POS auto-popup when member selected? #1203

Closed lgedgar closed 11 months ago

lgedgar commented 11 months ago

Someone wants a popup to display automatically for cashier, after a member is chosen, if that account is behind on equity.

I see Customer Specific Notifications but they're asking for a more interactive popup with payment options, similar to what happens in EquityCheck.

Anyway hadn't found anything like that yet and just wanted to double-check here. Am I just missing it or is "auto popup on member selection" not a thing?

gohanman commented 11 months ago

There isn't anything like that currently. That documentation is a bit out of date; there's also a notification type callback that can run some code when a specific customer is selected. Currently it can only modify the transaction and not redirect to another page to display a message/options, but it seems like a fairly small adjustment to allow for a redirect.

lgedgar commented 11 months ago

Okay thanks, will come back to it if time/interest allow. Under the gun at the moment so will just do a cashier-initiated popup.