Hey All
Features updated:
- Deleted all sheet formulas and substituted on Data! (Thatās dope)
- So that, thanks @Jeff_Hager tips, I was using and Arrayformula to creat my sales order ID. Now, everything on Data (Thatās licky)
- Last, I deleted one tab which was doubling the number of orders rows. Again with formulas. Deleted completely. (Yeah, Glideās power)
Update Benefits:
- Less 50% orders rows
- Appās Speed: summoned to participate in Fast and Furious
Hungry? Starving?
Take a look in this gorgeous Delivery model app Iāve made.
Clients, Admin & Deliveryman in One
Register Screen
Hello, User!
Add what you want to the cart :
Confirm your order and follow up
Follow up all your orders / Profile
Admin View - Restricted access - Password needed
Admin View - On Hold, Completed and All Orders
Can Check: In preparation, Out for delivery and Delivered.
Deliveryman View - Restricted access - Password needed.
Deliveryman View - Only On Hold Orders
Can Check: Only Delivered.
Try Admin and Deliveryman View:
Admin password: 123abc
Deliveryman: moto123
17 Likes
Gorgeous as always, Lucas!
3 Likes
Really well done! ā¦the appā¦not the burgersā¦
2 Likes
Thank you so much @ThinhDinh!
1 Like
Definitelyā¦ Doing burger, Iām better doing apps
Excellent work. Functionality is great Iām sure you will get many āhow did you achieve that?ā questionsā¦
1 Like
@Rosewebstudio maybe! But the secret is always in learn how to use Glide, not the sheet
1 Like
Exactly, itās all about learning and these kind of apps are an inspiration showing what is achievable.
2 Likes
@Lucas_Pires, in your APP can the same user order more than 2 times the same day?
Or must he close the original order to generate a new one?
Thanks
Hey @gvalero
As Iām not using the buy button or stripe, I had to create an Order ID doing a concatenation with
Email+month+day+hour
This allows the user make different orders one per hour, but Iād love to have glideās own āOrder IDā or something like that.
āCause as we use more than one line for this, we canāt use a row id or something like that.
2 Likes
Okā¦ I supposed it.
I made a test and saw this problem when I wanted to create a new one 10min later and your APP didnāt allow me.
I have my doubts and considerations to use that method. One is what you wrote to have an Order ID
able to join up several items belonging to same user.
Another one is the amount of rows you will need to use (or be available) to create a simple order. I mean, if 30 users would create 50 orders and each one loads 10 items, your sheet will be using 500 rows quickly to support only 50 orders and APPās performance will be affected in few days.
Create an own shopping cart due to the fact the Stripe service isnāt available in our countries is a headache so far.
I instead, took this way to take orders and Delivery
https://pizzeria.glideapp.io and make my life easier. I donāt pretend to say that my choice is the best solution in our cases (no Stripe nor Buy button) but itās more efficient
Anyway, your APP looks very nice!
Saludos Lucas
1 Like