Bar App for my Tennis club

Hello everyone,

I’m brand new to Glide and have just started with the free plan.

I’m working on an app with tables for our tennis club members, a drinks menu, and an area where I can add drinks for a specific member. At the end of the evening, I want to calculate a total amount for the member (for that evening), collect the money from them, and set the balance to zero.

I’ve already made several steps of progress, but now I’m stuck at the point where I want to set the guest’s total to zero.

Can anyone help me?

Thank you in advance for your help.

Best regards,

Richard

Welcome in the best community!:face_with_tongue:

Did you think about using workflows?
You might want to use a scheduled workflow to automatically calculate and set balance to zero.

This is only available on paid plan tho. Sorry about that.

I’m pretty far with the development of the app.
I just have to set up a button for checkout. Can someone tell me how to configure the action? I wanted to use the set column value. But the app just offers me fixed columns, not the computed or look up columns. How can I fix this?

Sorry, are you taking financial information?

Computed columns are read only.
You need basic columns to write.

Do you have the members log into the app? I feel like this is just a problem of structuring the data into a Line Items table, and submit them into an Order when they’re completed.

No, I have no users in this case. Is this available in the free plan? I suppose not, right?
How do i activate this in my free plan, in case this is included?

Thanks
Richard

It should if you structure the data somewhat like this.

However, in your case there are no users, there should be a unique ID set somewhere in the flow to know which items belong to which orders.