
Đã hoàn thành
Đã đăng vào
Thanh toán khi bàn giao
SELF-ORDER KIOSK SYSTEM (NO CASHIER CONFIRMATION) Windows 11 Kiosk + Dual Printing (USB + Wi-Fi) 1) Goal Build a kiosk web app for a restaurant where: Customers place an order on a Windows 11 kiosk Payment is done at the counter (Cash or TWINT at cashier) The cashier does not use the system The system prints: Kiosk USB printer: short slip (order # + total) Kitchen Wi-Fi printer: full detailed kitchen ticket Orders are sent to kitchen immediately after the customer confirms. 2) High-level architecture Components Kiosk Web App (customer UI) Fullscreen in Edge kiosk mode Menu browsing, cart, checkout, submit order Backend API (local recommended) Stores menu & orders Generates order number Sends print job to kitchen printer Sends print job to kiosk print agent Database PostgreSQL recommended (or MySQL) Printing Kitchen printer: Wi-Fi network printing (ESC/POS over TCP 9100) Kiosk printer: USB local printing through a local print agent on kiosk PC 3) Order flow (no cashier action) Customer builds cart Customer selects “Pay at counter: Cash or TWINT” Customer taps Place Order Backend creates order number and stores order System prints: Kiosk short slip (USB) Kitchen detailed ticket (Wi-Fi) Customer goes to cashier to pay + show slip number Cashier takes money and hands over the order when ready No payment statuses. No cashier UI required. 4) Printing design (dual printers) 4.1 Kiosk USB printer (Short Slip) Purpose: customer reference number + total amount. Recommended implementation: Kiosk Print Agent (silent printing) Runs on kiosk Windows machine Local endpoint: [login to view URL] Receives: orderNumber total timestamp Prints to the configured Windows printer name Slip content (80mm): Big: ORDER #1042 TOTAL CHF 42.50 PAY AT COUNTER (CASH/TWINT) time/date paper cut 4.2 Kitchen Wi-Fi printer (Detailed Ticket) Purpose: kitchen preparation instructions. Implementation: ESC/POS over network Printer connected to same Wi-Fi Use static IP / DHCP reservation so the IP never changes Send print job to printer IP on port 9100 Ticket content: KITCHEN Order number (big) Timestamp Items + modifiers + notes Optional: “Pay at counter” Cut Reliability: Retry printing 2–3 times if failed Log print failures in DB 5) Safeguards (since there is no cashier confirmation) Because orders go to kitchen immediately, add these to prevent chaos: 5.1 Prevent double submissions Disable “Place Order” button after first tap Show loading state Backend enforces idempotency: Kiosk generates a unique clientOrderToken Backend rejects duplicates for the same token 5.2 Anti-spam / fake orders At minimum: A “Start Order” screen with a 3-second hold button Rate limit: max X orders per minute per kiosk device id Optional stronger: Require staff PIN to “unlock kiosk” (only in the morning / after reset) Camera / QR control (usually overkill) 5.3 Auto-reset kiosk After order created, return to home after 30–60 seconds. 6) Kiosk Web App (Customer UI) Main screens Welcome / Start Categories Product list (per category) Product details + customizations Cart Checkout Payment method choice (Cash / TWINT at counter) Confirm order Success screen Shows order number “Take your slip and pay at the counter” Menu data model Category: id, name, sortOrder, active, image Product: id, categoryId, name, description, basePrice, image, active ModifierGroup: id, name, required, min, max Modifier: id, groupId, name, priceDelta ProductModifierGroup mapping 7) Admin Panel (Management only, no cashier needed) Admin panel is still useful for: Menu management Sales & analytics Order history Printer configuration Reprinting tickets Modules Login + roles (Admin/Manager) Menu management categories CRUD products CRUD modifier groups CRUD availability toggles Orders list of orders order details “Reprint kitchen ticket” button Sales dashboard revenue by day/week/month top products payment method selection stats (cash vs twint chosen) Printer settings Kitchen: IP + port + test print Kiosk: print agent health check 8) API endpoints (example) Menu GET /api/menu POST /api/admin/categories POST /api/admin/products etc. Orders POST /api/orders body: cart items, totals, paymentChoice, clientOrderToken, kioskId response: orderNumber Printing Kitchen print happens server-side automatically after order created Kiosk print request is sent from backend to kiosk OR kiosk calls local print agent: POST [login to view URL] Recommended: Kiosk app calls print agent directly after receiving orderNumber from backend. 9) Recommended tech stack Frontend: [login to view URL] (React) for kiosk + admin Backend: Node.js (Fastify/Express/NestJS) Database: PostgreSQL + Prisma Printing: Kitchen: raw TCP/ESC-POS library Kiosk: Windows print agent (Node/Electron or .NET service) 10) Deployment Best practice Local server (mini-PC) hosts backend + DB Kiosk accesses backend via LAN IP Admin panel accessible from office PC/tablet on same Wi-Fi Kitchen printer on same Wi-Fi with static IP
Mã dự án: 40242955
82 đề xuất
Dự án từ xa
Hoạt động 21 ngày trước
Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc
82 freelancer chào giá trung bình $452 USD cho công việc này

Hello, I HAVE CREATED SIMILAR APPS BEFORE AND I CAN SHOW YOU I am a full-stack developer with 10+ years of experience building kiosk systems, POS-adjacent platforms, and printer-integrated web applications. I can deliver this Windows 11 self-order kiosk system exactly as specified: fullscreen kiosk web app, local backend, dual-printer flow (USB kiosk slip + Wi-Fi kitchen ESC/POS), idempotent order handling, anti-spam safeguards, and a clean admin panel for menu, orders, analytics, and printer management. The architecture will be reliable for high traffic, optimized for LAN deployment, and production-ready. ' I will provide complete source code, 2 years of free ongoing support, and we will work using an Agile methodology with clear milestones. I will assist you from zero to deployment and publishing, including kiosk setup, printer configuration, and testing. I eagerly await your positive response. Thanks. Christina
$500 USD trong 7 ngày
7,5
7,5

Hello, I’ve gone through your project details for the Windows 11 Food Kiosk Interface, and I can definitely help you with developing a robust and efficient kiosk web application tailored for your restaurant needs. With 10+ years of experience in mobile and web development, including expertise in Node.js, React, and database management, I focus on creating seamless user experiences and scalable solutions. The proposed system will enable customers to place orders efficiently while ensuring accurate and timely communication with the kitchen via dual printing. I will begin by reviewing your specifications, suggest the optimal workflow for the kiosk app, and implement safeguards against misorders. Regular updates will keep you informed throughout the development process. Here’s my portfolio for your reference: https://www.freelancer.in/u/ixorawebmob I’d love to dive deeper into the details of your project! Could you clarify if there are specific design elements or branding guidelines we should adhere to?What specific design elements or branding guidelines should we adhere to for the kiosk interface? Regards, Arpit Jaiswal
$250 USD trong 25 ngày
6,7
6,7

As an experienced computer science graduate with over a decade of web development under my belt, I bring a wealth of skills and insights to the table for your kiosk project. Having built numerous websites and applications with various technical stacks, I am extremely comfortable navigating intricate systems like the one you've described. At its core, your project requires a smooth interplay between hardware, software and network services - aspects I've already striven in my career from building Laboratory Information Management Systems to Healthcare Integration Engines like Mirth Connect. In terms of coding proficiency, I adept at using an array of front-end frameworks such as React, Vue and Angular, which will be fundamental in creating the user-friendly interface you need. Furthermore, my robust grasp on different backend platforms and databases including Node/Express, PHP/Laravel and PostgreSQL ensures I can deliver on your specific needs, as well as guaranteeing high-performance printing. Balancing IEEE 9100 compliant printing over TCP/IP protocol to the kitchen queue while ensuring 100% successful print rate is something I have taken care of on several projects before. Finally, my familiarity with AWS deployment and Linux system administration ensures a seamless operation after the system gets deployed. Let's collaborate together to bring this tactile addition to the ordering experience at yourrestaurant!
$500 USD trong 7 ngày
6,7
6,7

Hello, I am an expert with 15+ years of experience in the technical world, delivering simple to complex websites, e-commerce platforms, membership systems, and portal websites. I provide clear communication, continued support after delivery, and 100% client satisfaction. I specialize in .NET and C# development, creating secure, scalable, and high-performance applications including enterprise solutions, APIs, and database-driven systems. I always adopt the latest technologies to ensure modern and future-ready solutions. If you are looking for a dedicated .NET expert who delivers quality, reliability, and timely results, I’d be glad to work on your project. Best regards,
$250 USD trong 7 ngày
5,9
5,9

I can handle this Windows 11 food kiosk interface project for you. The goal is a kiosk web app that allows customers to place orders effortlessly while processing payments separately at the counter, with dual printing integrated for both the kitchen and the kiosk receipt. I’ll build the customer UI as a fullscreen Edge kiosk web app using WPF and HTML for a smooth, responsive design. The backend API will be crafted in .NET, ensuring quick order processing, order number generation, and reliable printing commands to the kitchen Wi-Fi printer and the kiosk USB printer via a local print agent. I’ll use PostgreSQL for robust, scalable order and menu storage. My approach guarantees clean code, strong reliability in print communication, and a user-friendly interface that fits seamlessly into your restaurant workflow. Should I prepare a detailed project outline and timeline to get started?
$375 USD trong 7 ngày
5,5
5,5

✋ Hi There!!! ✋ The Goal of the project:- Build a Windows 11 self-order kiosk system with dual printing, menu management, and a reliable backend for restaurant operations without cashier confirmation. I have carefully read your project description and I am confident I am the best fit because I specialize in kiosk web apps, Node.js backends, and reliable printing solutions. • Develop a kiosk web app with fullscreen UI, menu browsing, cart, checkout, and payment selection • Implement dual printing: USB short slips for customers and Wi-Fi detailed tickets for kitchen • Create admin panel for menu management, sales analytics, and printer configuration I provide UI design, database management, testing, and full source code delivery, with 9+ years experience as a full stack developer, having completed similar restaurant kiosk and POS projects. Looking forward to chat with you for make a deal Best Regards Elisha Mariam!
$254 USD trong 14 ngày
5,5
5,5

Hello sir, Did go through your job description and glad to share that I have enormous experience in working with I'm a seasoned programmer and Engineer with quality experience in Flutter, React, Node.JS, SpringBoot, Frontend and Backend Development, Python, Matlab, R studio, C, C++, C#, OpenCV, OpenGL, Tesseract OCR, google vision, Statistical programming/R progamming data analysis Computing for Data Analysis Time Series & Econometric, Machine learning, AI, Deep learning, Matlab and Mathematica, 3D modeling, CAD, SolidWorks, Unity 3D, PCB, Electronics, Arduino, Automation, Embedded and Firmware , IOT, Electrical/Mechanical Engineering I am a TOP Rated Freelancer, and you can check my reviews here as well: https://www.freelancer.com/u/mzdesmag. Looking forward to potentially working together on this project. Thanks and Best regards, Adekunle.
$250 USD trong 2 ngày
4,4
4,4

Revolutionize your restaurant experience with a seamless Self-Order Kiosk System! I have thoroughly reviewed your project requirements for a Windows 11 kiosk system with dual printing capabilities. With 5 years of experience, I've successfully built similar systems that are efficient and user-friendly. I'll provide a fully functional solution that enhances customer experience and streamlines operations. Let's discuss how I can help bring your vision to life! I’d love to chat about your project! Worst case, you get free advice that can guide your project. Regards, Josh Kotzee
$400 USD trong 7 ngày
4,3
4,3

Hi there, I’m Kristopher Kramer from McKinney, Texas. I’ve worked on similar projects before, and with over 15 years of experience as a senior full-stack and AI engineer, I have the expertise to deliver this properly. I’m available to start right away and would be happy to discuss the details whenever it’s convenient for you. I look forward to speaking with you. Best regards, Kristopher Kramer
$500 USD trong 7 ngày
4,7
4,7

Hello!!! I HAVE ALREADY WORKED ON SIMILAR TYPE OF PROJECT OPEN CHAT WINDOW I WILL SHARE MY WORK. I have two questions: 1. Do you prefer the kiosk print agent to be built in Node/Electron or .NET for USB printing? 2. Should the admin panel support remote access outside the local Wi-Fi, or only local network? What I offer: ⭐ Kiosk web app development for Windows 11 with full-screen Edge mode ⭐ Dual printer integration: USB short slip + Wi-Fi kitchen ticket ⭐ Backend API with order management, idempotency, and anti-spam safeguards ⭐ Database design with PostgreSQL/MySQL and Prisma ORM ⭐ Admin panel for menu, orders, sales analytics, and printer management ⭐ Secure, reliable, and fully tested order workflow with auto-reset kiosk I have 7+ years of experience delivering robust POS, kiosk, and web-based ordering systems. My approach: 1. Develop kiosk frontend with intuitive UI and responsive screens 2. Implement backend with secure order processing and printing logic 3. Test thoroughly, deploy locally, and provide admin panel for management Looking forward to discussing this project further in a chat. Best Regards, Shaiwan Sheikh
$257 USD trong 7 ngày
4,4
4,4

Hey there, I can build your full self-order kiosk system with Windows 11 kiosk mode, dual printing via USB and WiFi ESC POS, secure order handling, and a clean admin panel. I’ll implement the kiosk UI, backend API with idempotent order logic, PostgreSQL database, print agent for silent USB printing, kitchen TCP printing with retry logic, and deploy it locally with full testing and documentation. Lets connect
$250 USD trong 7 ngày
4,1
4,1

Hello! I am a US-based full stack developer with extensive experience in creating effective software solutions. I carefully read your project description for the Windows 11 Food Kiosk Interface, and I believe my skills align well with your needs. With nearly 10 years in software development, I focus on building systems that are not only technically robust but also user-friendly. To ensure I deliver exactly what you're looking for, could you please clarify the following questions to help me better understand the project? 1. What specific features are you envisioning for the self-order kiosk? 2. Are there any preferred technologies for the dual printing (USB + Wi-Fi) setup? My approach would involve defining clear milestones for development, focusing on creating a seamless user experience while integrating the required printing functionalities. I have previously worked on similar projects, such as a food ordering kiosk and a service management app, which were tailored for high user engagement. Moreover, I'm committed to clear communication throughout the project, ensuring that your vision is realized effectively. If you're looking for a reliable partner to bring your ideas to life, I'm here to help! Looking forward to your response. -James Zappi
$500 USD trong 11 ngày
3,4
3,4

With my extensive 20 years of experience, I believe I'm a perfect fit for this Self-Order Kiosk project. Having worked on a number of POS systems before, I am intimately familiar with everything from the customer UI to backend API development and can confidently say my expertise in .NET, HTML, and Interface/User Experience design are tailor-made for your needs. Your requirement for a Windows 11 kiosk able to handle dual printing via USB and Wi-Fi will be a breeze for me. On top of that, I understand the unique challenges you face without a cashier interface. Drawing on my profound mindset towards system resilience, I will ensure your ordering process remains smooth even in the absence of cashiers. Designing safeguards into the kiosk like idempotency tokens, rate limiting and auto-resetting will deter fake orders and prevent double submissions without causing potential chaos in the kitchen. At the same time, I promise efficient logging mechanisms to track any printing failures, adding immense value to your order history. The ability to constantly analyze sales data would arm you with actionable insights to streamline operations further. And of course, your dedicated Printing control in Admin Panel ensures ease of configuration and vital ticket reprinting capabilities. So why waste more time? Stop searching for anyone else! Chose me now and let's get your Self-Order Kiosk up and running!
$500 USD trong 7 ngày
3,4
3,4

Hi, there. I appreciate the thorough project description and clearly understand your goal to develop a robust, user-friendly self-order kiosk for your restaurant, with dual-printing functionality and a secure, efficient workflow. With extensive experience in .NET, WPF, REST API, and building cross-platform kiosk and POS interfaces, I am confident I can deliver a seamless solution tailored to your requirements. My approach would involve developing a React-based kiosk and admin UI, a secure Node.js backend with PostgreSQL for reliability, and a custom print agent for smooth USB and Wi-Fi printing, ensuring immediate and reliable ticket generation for both customers and the kitchen. I will implement all safeguards—such as anti-spam, order confirmation idempotency, and auto-reset—to prevent errors and streamline your operation, while making the admin panel intuitive for menu and printer management. Additionally, I have handled ESC/POS network printing and silent local printing on Windows before, so I understand the technical nuances needed for reliability and ease of use. I am committed to providing a polished, modern user experience and maintainable codebase, ensuring your solution is scalable and easy to manage as your business grows. Best regards Boris
$350 USD trong 5 ngày
2,9
2,9

I recently engineered a similar unattended POS solution for a retail environment, focusing on a hardened Windows 11 Shell to ensure 24/7 stability without cashier intervention. Your requirement for a direct-to-kitchen self-order kiosk matches my expertise in building high-availability touch interfaces that eliminate the friction of order confirmation, ensuring a seamless journey from selection to print routing. I understand the nuances of managing hardware interrupts in Windows, which is critical for ensuring the kiosk doesn't hang if the kitchen printer loses its Wi-Fi connection. I will build the UI using C#/.NET (WPF) or Electron, optimized for Windows 11’s touch-first capabilities and high-DPI scaling. The core logic will utilize a custom asynchronous print manager to handle the dual-output: a local USB thermal printer for customer receipts and a networked Wi-Fi printer for kitchen staff, using the ESC/POS standard for reliable formatting. I will also implement robust local state management for order persistence and configure Windows Assigned Access to fully lock down the OS and ensure the application auto-launches on boot. Do you have specific thermal printer models in mind, or should I recommend hardware that handles the USB and Wi-Fi handovers most reliably? Additionally, will the payment processing involve a physical card reader integration via SDK, or is the system purely for order placement? I am available to discuss these technical requirements and the UX flow over a quick chat or call to align on the next steps.
$603 USD trong 21 ngày
2,1
2,1

I DO NOT USE AI TO CREATE THIS BID MESSAGE. I have carefully reviewed your requirements for a self-order restaurant kiosk that instantly prints dual slips and functions without any cashier interaction. This project is a strong match for me due to my deep experience building robust kiosk, POS, and dual-printer web applications tailored for food service environments. My plan covers designing the customer-facing kiosk app, a reliable backend with print agent integration, anti-spam/order safeguards, and a secure admin panel. I would ensure seamless network and USB printing with proper failovers, and comprehensive restaurant-friendly management features as described. I'd like to have a chat with you at least so I can demonstrate my abilities and prove that I'm the best fit for this project. Warm regards, Natan.
$500 USD trong 2 ngày
1,6
1,6

If you want this done properly, this is the proposal to read. Understanding the need for a self-order kiosk system with no cashier involvement, we will create a clean and professional Windows 11 solution. By integrating a user-friendly kiosk web app that seamlessly handles order placement and printing on both USB and Wi-Fi devices, we ensure a smooth automated process for your restaurant. I have worked on similar projects offsite and have experience of 5 years! I'd love to chat about your project. Worst case, you get free advice that can guide your project. Kind regards, Giancarlo
$550 USD trong 14 ngày
0,0
0,0

As a seasoned Senior Frontend Engineer with over 12 years of experience delivering complex projects from inception to completion, I would be a perfect fit for your Windows 11 Food Kiosk Interface project. My expertise lies in creating scalable, high-performing applications, and I have a strong record of turning ambiguous business needs into tangible technical solutions. This aligns well with the goal of building a kiosk web app for your restaurant where customers can easily place their orders which will be sent off to the kitchen immediately to avoid chaos.
$500 USD trong 7 ngày
0,0
0,0

Hello, As an experienced software developer with a background in the IT field, I have the skills and expertise to create a highly efficient and seamlessly working kiosk system for your restaurant. From building the web app to designing the printing component, I can ensure that your SELF-ORDER KIOSK SYSTEM runs smoothly on Windows 11. My proficiency in .NET and HTML aligns perfectly with the project requirements you've outlined. I am well versed in Postgre SQL, ensuring that the orders are stored and retrieved efficiently. To meet your specific needs, I'll build a kiosk web app with an easy-to-use UI allowing customers to browse, customize their order, and checkout—all while displaying their slip number and total amount. My commitment to reliability means I will incorporate safeguards nto your kiosk system to prevent any potential chaos or spammy orders. Additionally, my solutions always take into account robust error handling and logging for any failed prints or exceptional scenarios, promoting system security and smooth operation. Thanks
$500 USD trong 7 ngày
0,0
0,0

✅✅✅✅Everything is possible. Everything is based on trust.✅✅✅✅ Hello, I have carefully reviewed your kiosk system specification and fully understand the goal: a Windows 11 self-order kiosk with dual printing (USB customer slip + Wi-Fi kitchen ticket), no cashier interaction, and strong safeguards against duplicate or spam orders. I can implement the full architecture as outlined — kiosk UI, backend API, PostgreSQL database, ESC/POS kitchen printing over TCP, and a local Windows print agent for silent USB slip printing. The system will include idempotent order handling, retry logic for failed prints, rate limiting, and a clean fullscreen kiosk experience with auto-reset after each order. The admin panel will support menu management, order history, reprints, sales analytics, and printer configuration. I’m confident I can deliver a stable, production-ready solution built for real restaurant conditions. Ready to discuss milestones and timeline.
$250 USD trong 7 ngày
0,0
0,0

Lausanne, Switzerland
Phương thức thanh toán đã xác thực
Thành viên từ thg 10 10, 2017
$1500-3000 USD
$10-30 USD
$30-250 USD
$10-30 USD
$10-30 USD
₹12500-37500 INR
$750-1500 AUD
$30-250 USD
₹12500-37500 INR
₹1500-12500 INR
$2-8 USD/ giờ
$750-1500 USD
$1500-3000 CAD
$10-11 USD
₹600-1500 INR
$8-15 USD/ giờ
₹37500-75000 INR
$1000-2000 USD
$30-250 USD
$30-250 USD
₹600-1500 INR
₹1500-12500 INR
£3000-5000 GBP
$15-25 USD/ giờ
$1500-3000 USD