0

Question about food ordering system

Can anyone help me how to make a food ordering system that shows all the pending order and the receipt after the payment has been done.

31st May 2021, 10:36 PM
Nielark
Nielark - avatar
6 Réponses
+ 2
Use queue for ordering. 2d array or dictionary for order/receipt, where key is unique id and value is tuple
31st May 2021, 10:56 PM
Deprion
Deprion - avatar
+ 1
It depends could you be more specific about what language you are using?
31st May 2021, 11:09 PM
Jeremiah Hawthorne
0
I am using C++
31st May 2021, 11:59 PM
Nielark
Nielark - avatar
0
I have already made the program but the problem is that in the pending order it only shows the last meal that I have ordered and I don't know how to input it into the receipt.
1st Jun 2021, 12:01 AM
Nielark
Nielark - avatar
0
"To create a food ordering system, use a database to manage pending orders and generate receipts after payment. Consider a user-friendly interface for easy tracking. For menu inspiration, check out my site—Dairy Queen <a href="https://dairyqueenmenu.net/">Menu</a>—which features a variety of delicious items that could enhance your system!"
12th Oct 2024, 2:18 PM
Dawson
0
Creating a food ordering system with real-time order tracking and receipt generation requires a well-structured database and a smooth front-end interface. You’ll need a backend to handle order status updates and payment confirmations. Consider using frameworks like Laravel or Django for backend management and React or Vue.js for the frontend. If you're looking for inspiration on streamlined order management, check out About FoldNY Brooklyn—they offer an efficient laundry delivery system that ensures seamless order tracking and customer convenience, similar to what you'd need in a food ordering setup.https://foldny.com/fold-new-york-laundry-delivery-brooklyn/
29th Mar 2025, 10:40 AM
Alexander Charli
Alexander Charli - avatar