Skip to content

Latest commit

ย 

History

History
78 lines (52 loc) ยท 2.36 KB

File metadata and controls

78 lines (52 loc) ยท 2.36 KB

POS Restaurant

Restaurant Management System for ERPNext

Version 1.8.6


โœจ What's New in v1.8.6

  • Frappe Helper Integrated - No longer requires separate installation
  • Table Reservations - Reserve and lock tables for specific customers
  • Menu Management - Create menus; POS items are pulled from your configured menu
  • Branch Delivery - Assign delivery orders to specific branches
  • Veg/Non-Veg Filter - Quick dietary filtering for items
  • Recipe (BOM) Support - Define ingredients per dish for inventory control and costing
  • Mobile Tabs View - Tab navigation (Options, Orders, Items, Cart) for table management

๐Ÿณ Production Center System

The core of POS Restaurant is the Production Center (Kitchen Display System). Each production center reads orders in real-time based on order status.

Flexible Restrictions

Administrators can configure each Production Center with three restriction levels:

Restriction Example
By Parent Room Kitchen PC in Room 1 only sees orders from Room 1
By Room List Bar PC sees orders from Terrace + Lounge rooms
By Table List VIP Kitchen sees only orders from tables 1, 2, 3

Product Group Filtering

Production Centers can also filter by item groups:

  • Bar PC โ†’ Only cold drinks
  • Coffee Station โ†’ Only hot beverages
  • Main Kitchen โ†’ Only food items

This allows multiple production centers to read from the same rooms but handle different product types.


๐Ÿš€ Key Features

  • Room & Table Management - Dynamic restaurant areas with drag-and-drop
  • Real-time Updates - Instant sync across all stations
  • Role-based Permissions - Custom access per POS profile and room
  • Order Process Tracking - Status-based workflow (Pending โ†’ Preparing โ†’ Ready)
  • Dark Theme Compatible

๐Ÿ“‹ Requirements


๐Ÿ”ง Installation

bench get-app https://github.com/alphabit-technology/erpnext-restaurant.git
bench --site your-site.local install-app restaurant_management
bench migrate

๐Ÿ“„ License

GNU General Public License (v3) - see license.txt


โšก