LBC Resort Order System (Mobile POS + Voice Ordering)

A simple, powerful restaurant POS that runs entirely in your browser — no installation, no hardware, no subscriptions.

────────────────────────────────────

🚀 QUICK DEMO

• Tap menu items OR use voice • See orders update instantly • Generate receipt in seconds • Save orders directly to Google Sheets

────────────────────────────────────

🔥 KEY FEATURES

• Voice ordering (fast + hands-free) • Mobile-first design (phones & tablets) • Google Sheets menu system • Automatic order logging • Discount system (Senior, PWD, Custom) • Receipt generator (print / copy / Gmail) • Table + server tracking

────────────────────────────────────

💡 WHY THIS IS DIFFERENT

No expensive POS system. No monthly fees. No special hardware.

Just one file that runs anywhere.

────────────────────────────────────

⚙️ HOW IT WORKS

  1. Menu is stored in Google Sheets
  2. App loads menu automatically
  3. Staff takes orders (tap or voice)
  4. Orders saved to Google Sheets
  5. Owner can monitor remotely

────────────────────────────────────

🏪 PERFECT FOR

• Beach resorts • Small restaurants • Cafes • Food stalls • Bars

────────────────────────────────────

💰 FOR DEVELOPERS / SELLERS

This is a deployable product:

• Sell setup to restaurants ($50–$150) • Offer monthly support ($10–$30) • Customize per business

────────────────────────────────────

📦 WHAT YOU GET

• Full working POS system • Google Sheets integration • Voice ordering system • Receipt system • Fully customizable

────────────────────────────────────

⚠️ REQUIREMENTS

• Google account (Sheets + Forms) • Internet for syncing (optional for taking orders)

────────────────────────────────────

This is not just a demo — it’s a real system you can use or sell.


================
LBC RESORT ORDER SYSTEM — COMPLETE GUIDE (USE • MAINTAIN • SELL)

────────────────────────────────────

  1. SYSTEM OVERVIEW

Extracted

  • Menu = Google Sheet (CSV link)
  • Orders = Google Form → Google Sheet
  • App = single index.html file

Explanation: Everything runs from one file connected to Google tools.

────────────────────────────────────

  1. HOW TO CHANGE THE MENU

Extracted

Your Google Sheet MUST be:

Category | Item Name | Price Drinks | Mango Shake | 180 Mains | Chicken Adobo | 275

Steps:

  1. Open Google Sheet
  2. Edit items / prices / categories
  3. Save (auto-saves)
  4. Refresh app

Rules:

  • No blank rows
  • Price must be a number
  • Category names create tabs

────────────────────────────────────

  1. USING SOMEONE ELSE’S GOOGLE SHEET

Extracted

Steps:

  1. Share → “Anyone with link” = Viewer
  2. File → Share → Publish to Web
  3. Select CSV
  4. Copy link

Replace in your file:

var SHEET_CSV_URL = ‘PASTE LINK HERE’;

────────────────────────────────────

  1. TABLES & STAFF NAMES

Extracted

  • Entered manually in the app
  • Not part of the menu

Fields:

  • Table / Room
  • Server / Waiter

Saved automatically with each order

────────────────────────────────────

  1. WHERE ORDERS ARE SAVED

Extracted

Orders go to Google Form:

var FORM_URL = ‘YOUR FORM LINK’;

Steps:

  1. Create Google Form
  2. Add fields:
    • Timestamp
    • Table
    • Server
    • Items
    • Subtotal
    • Discount
    • Total
  3. Link Form → Google Sheet
  4. Replace FORM_URL

────────────────────────────────────

  1. DAILY / WEEKLY MAINTENANCE

Extracted

Daily:

  • Refresh app
  • Check internet

Weekly:

  • Verify prices
  • Test voice order
  • Check saved orders

Monthly:

  • Clean menu
  • Remove unused items
  • Backup Google Sheet

────────────────────────────────────

  1. COMMON PROBLEMS

Extracted

Voice works but no order Cause: matching issue Fix: corrected version already installed

Item not found Cause: name mismatch Fix: match menu exactly

Menu empty Cause: sheet not public Fix: set to “Anyone with link”

Orders not saving Cause: wrong form link Fix: replace FORM_URL

Old menu showing Cause: cache Fix: refresh page

────────────────────────────────────

  1. HOW TO SELL THIS TO RESTAURANTS

Inferred Evidence: system runs on one file + Google backend

Sell it as:

  • No monthly fees
  • Works on any phone
  • Voice ordering
  • Simple and fast
  • Remote owner monitoring

Pitch: “Your entire POS system runs from one file, no hardware, no subscriptions.”

────────────────────────────────────

  1. PRICING MODEL

Inferred Evidence: small business preference for low upfront

Setup: $50 – $150

Includes:

  • Menu setup
  • Google Sheet + Form
  • Customization

Optional: $10 – $30/month support

────────────────────────────────────

  1. WHY THIS IS VALUABLE

Inferred Evidence: lightweight + offline capable

  • No POS hardware
  • No subscriptions
  • Works offline (partial)
  • Easy to modify
  • Scalable

────────────────────────────────────

  1. UPSELL FEATURES

Inferred Evidence: structure already supports expansion

  • Staff login
  • Table tracking
  • Kitchen display
  • Inventory system
  • Sales dashboard

────────────────────────────────────

  1. HOW TO DEPLOY TO A NEW BUSINESS

Extracted

  1. Copy index.html
  2. Create new Google Sheet (menu)
  3. Create new Google Form (orders)
  4. Replace:
    • SHEET_CSV_URL
    • FORM_URL
  5. Send file to owner
  6. Tell them: “Open in browser and bookmark it”

────────────────────────────────────

FINAL SUMMARY

Inferred Evidence: system is reusable and link-based

You now have:

  • A working POS system
  • A product you can sell
  • A repeatable setup

This is not just a tool — it’s a business.

Leave a comment

Log in with itch.io to leave a comment.